diff --git a/README.md b/README.md index 169d1373..45248728 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# CDKTF prebuilt bindings for spotinst/spotinst provider version 1.200.0 +# CDKTF prebuilt bindings for spotinst/spotinst provider version 1.201.0 -This repo builds and publishes the [Terraform spotinst provider](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs) bindings for [CDK for Terraform](https://cdk.tf). +This repo builds and publishes the [Terraform spotinst provider](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs) bindings for [CDK for Terraform](https://cdk.tf). ## Available Packages @@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform spotinst provider version These are the upstream dependencies: - [CDK for Terraform](https://cdk.tf) -- [Terraform spotinst provider](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0) +- [Terraform spotinst provider](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0) - [Terraform Engine](https://terraform.io) If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped. diff --git a/docs/account.csharp.md b/docs/account.csharp.md index 9d15633d..84ad46bd 100644 --- a/docs/account.csharp.md +++ b/docs/account.csharp.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account spotinst_account}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account spotinst_account}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -744,8 +744,8 @@ new AccountConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. | --- @@ -827,7 +827,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. --- @@ -839,7 +839,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/account.go.md b/docs/account.go.md index cf13c12f..a15d9799 100644 --- a/docs/account.go.md +++ b/docs/account.go.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account spotinst_account}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account spotinst_account}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -744,8 +744,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/account" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. | --- @@ -827,7 +827,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. --- @@ -839,7 +839,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/account.java.md b/docs/account.java.md index 51cd0d35..c1084ae0 100644 --- a/docs/account.java.md +++ b/docs/account.java.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account spotinst_account}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account spotinst_account}. #### Initializers @@ -39,8 +39,8 @@ Account.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -553,7 +553,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -827,8 +827,8 @@ AccountConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. | --- @@ -910,7 +910,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. --- @@ -922,7 +922,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/account.python.md b/docs/account.python.md index 21de2c17..817ea370 100644 --- a/docs/account.python.md +++ b/docs/account.python.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account spotinst_account}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account spotinst_account}. #### Initializers @@ -37,8 +37,8 @@ account.Account( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -597,7 +597,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -867,8 +867,8 @@ account.AccountConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. | --- @@ -950,7 +950,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. --- @@ -962,7 +962,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/account.typescript.md b/docs/account.typescript.md index e41fc675..64fe1246 100644 --- a/docs/account.typescript.md +++ b/docs/account.typescript.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account spotinst_account}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account spotinst_account}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -734,8 +734,8 @@ const accountConfig: account.AccountConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. | --- @@ -817,7 +817,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name}. --- @@ -829,7 +829,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountAws.csharp.md b/docs/accountAws.csharp.md index 9907c676..1b3c2fb4 100644 --- a/docs/accountAws.csharp.md +++ b/docs/accountAws.csharp.md @@ -4,7 +4,7 @@ ### AccountAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws spotinst_account_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws spotinst_account_aws}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountAws to import. The id of the existing AccountAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use --- @@ -744,8 +744,8 @@ new AccountAwsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -827,7 +827,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -839,7 +839,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountAws.go.md b/docs/accountAws.go.md index 09c972f2..9bf06f46 100644 --- a/docs/accountAws.go.md +++ b/docs/accountAws.go.md @@ -4,7 +4,7 @@ ### AccountAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws spotinst_account_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws spotinst_account_aws}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountAws to import. The id of the existing AccountAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use --- @@ -744,8 +744,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -827,7 +827,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -839,7 +839,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountAws.java.md b/docs/accountAws.java.md index baaf3e99..81beb78a 100644 --- a/docs/accountAws.java.md +++ b/docs/accountAws.java.md @@ -4,7 +4,7 @@ ### AccountAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws spotinst_account_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws spotinst_account_aws}. #### Initializers @@ -39,8 +39,8 @@ AccountAws.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -553,7 +553,7 @@ The construct id used in the generated config for the AccountAws to import. The id of the existing AccountAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use --- @@ -827,8 +827,8 @@ AccountAwsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -910,7 +910,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -922,7 +922,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountAws.python.md b/docs/accountAws.python.md index a6e53975..643f4094 100644 --- a/docs/accountAws.python.md +++ b/docs/accountAws.python.md @@ -4,7 +4,7 @@ ### AccountAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws spotinst_account_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws spotinst_account_aws}. #### Initializers @@ -37,8 +37,8 @@ accountAws.AccountAws( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -597,7 +597,7 @@ The construct id used in the generated config for the AccountAws to import. The id of the existing AccountAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use --- @@ -867,8 +867,8 @@ accountAws.AccountAwsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -950,7 +950,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -962,7 +962,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountAws.typescript.md b/docs/accountAws.typescript.md index eb8f9583..9248ebe0 100644 --- a/docs/accountAws.typescript.md +++ b/docs/accountAws.typescript.md @@ -4,7 +4,7 @@ ### AccountAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws spotinst_account_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws spotinst_account_aws}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountAws to import. The id of the existing AccountAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use --- @@ -734,8 +734,8 @@ const accountAwsConfig: accountAws.AccountAwsConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -817,7 +817,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -829,7 +829,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsAws.csharp.md b/docs/credentialsAws.csharp.md index 388ba4a5..35275de6 100644 --- a/docs/credentialsAws.csharp.md +++ b/docs/credentialsAws.csharp.md @@ -4,7 +4,7 @@ ### CredentialsAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws spotinst_credentials_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws spotinst_credentials_aws}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the CredentialsAws to import. The id of the existing CredentialsAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ new CredentialsAwsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| AccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | -| Iamrole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. | +| AccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | +| Iamrole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -851,7 +851,7 @@ public string AccountId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -863,7 +863,7 @@ public string Iamrole { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -875,7 +875,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsAws.go.md b/docs/credentialsAws.go.md index 75cf1a6c..f1a40b98 100644 --- a/docs/credentialsAws.go.md +++ b/docs/credentialsAws.go.md @@ -4,7 +4,7 @@ ### CredentialsAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws spotinst_credentials_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws spotinst_credentials_aws}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the CredentialsAws to import. The id of the existing CredentialsAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| AccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | -| Iamrole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. | +| AccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | +| Iamrole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -851,7 +851,7 @@ AccountId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -863,7 +863,7 @@ Iamrole *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -875,7 +875,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsAws.java.md b/docs/credentialsAws.java.md index a8c45af1..75c4fa4c 100644 --- a/docs/credentialsAws.java.md +++ b/docs/credentialsAws.java.md @@ -4,7 +4,7 @@ ### CredentialsAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws spotinst_credentials_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws spotinst_credentials_aws}. #### Initializers @@ -40,9 +40,9 @@ CredentialsAws.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | -| iamrole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. | +| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | +| iamrole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -563,7 +563,7 @@ The construct id used in the generated config for the CredentialsAws to import. The id of the existing CredentialsAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use --- @@ -860,9 +860,9 @@ CredentialsAwsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | -| iamrole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. | +| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | +| iamrole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -944,7 +944,7 @@ public java.lang.String getAccountId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -956,7 +956,7 @@ public java.lang.String getIamrole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -968,7 +968,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsAws.python.md b/docs/credentialsAws.python.md index c87e5550..26bca8f1 100644 --- a/docs/credentialsAws.python.md +++ b/docs/credentialsAws.python.md @@ -4,7 +4,7 @@ ### CredentialsAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws spotinst_credentials_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws spotinst_credentials_aws}. #### Initializers @@ -38,9 +38,9 @@ credentialsAws.CredentialsAws( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | -| iamrole | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. | +| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | +| iamrole | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -607,7 +607,7 @@ The construct id used in the generated config for the CredentialsAws to import. The id of the existing CredentialsAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use --- @@ -900,9 +900,9 @@ credentialsAws.CredentialsAwsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | -| iamrole | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. | +| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | +| iamrole | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -984,7 +984,7 @@ account_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -996,7 +996,7 @@ iamrole: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -1008,7 +1008,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsAws.typescript.md b/docs/credentialsAws.typescript.md index 1534bf62..c7bf4ac4 100644 --- a/docs/credentialsAws.typescript.md +++ b/docs/credentialsAws.typescript.md @@ -4,7 +4,7 @@ ### CredentialsAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws spotinst_credentials_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws spotinst_credentials_aws}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the CredentialsAws to import. The id of the existing CredentialsAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use --- @@ -756,9 +756,9 @@ const credentialsAwsConfig: credentialsAws.CredentialsAwsConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| accountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | -| iamrole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. | +| accountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | +| iamrole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -840,7 +840,7 @@ public readonly accountId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -852,7 +852,7 @@ public readonly iamrole: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -864,7 +864,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsGcp.csharp.md b/docs/credentialsGcp.csharp.md index a9e55602..8abb103b 100644 --- a/docs/credentialsGcp.csharp.md +++ b/docs/credentialsGcp.csharp.md @@ -4,7 +4,7 @@ ### CredentialsGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp spotinst_credentials_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp spotinst_credentials_gcp}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the CredentialsGcp to import. The id of the existing CredentialsGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#import import section} in the documentation of this resource for the id to use --- @@ -974,18 +974,18 @@ new CredentialsGcpConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| AccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | -| AuthProviderX509CertUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | -| AuthUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | -| ClientEmail | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | -| ClientId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | -| ClientX509CertUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | -| PrivateKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | -| PrivateKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | -| ProjectId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | -| TokenUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | +| AccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | +| AuthProviderX509CertUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | +| AuthUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | +| ClientEmail | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | +| ClientId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | +| ClientX509CertUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | +| PrivateKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | +| PrivateKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | +| ProjectId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | +| TokenUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | --- @@ -1067,7 +1067,7 @@ public string AccountId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. --- @@ -1079,7 +1079,7 @@ public string AuthProviderX509CertUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. --- @@ -1091,7 +1091,7 @@ public string AuthUri { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. --- @@ -1103,7 +1103,7 @@ public string ClientEmail { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. --- @@ -1115,7 +1115,7 @@ public string ClientId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. --- @@ -1127,7 +1127,7 @@ public string ClientX509CertUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. --- @@ -1139,7 +1139,7 @@ public string PrivateKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. --- @@ -1151,7 +1151,7 @@ public string PrivateKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. --- @@ -1163,7 +1163,7 @@ public string ProjectId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. --- @@ -1175,7 +1175,7 @@ public string TokenUri { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. --- @@ -1187,7 +1187,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. --- @@ -1199,7 +1199,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsGcp.go.md b/docs/credentialsGcp.go.md index 218ebc5f..5b89fb26 100644 --- a/docs/credentialsGcp.go.md +++ b/docs/credentialsGcp.go.md @@ -4,7 +4,7 @@ ### CredentialsGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp spotinst_credentials_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp spotinst_credentials_gcp}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the CredentialsGcp to import. The id of the existing CredentialsGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#import import section} in the documentation of this resource for the id to use --- @@ -974,18 +974,18 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsgcp" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| AccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | -| AuthProviderX509CertUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | -| AuthUri | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | -| ClientEmail | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | -| ClientId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | -| ClientX509CertUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | -| PrivateKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | -| PrivateKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | -| ProjectId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | -| TokenUri | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | +| AccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | +| AuthProviderX509CertUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | +| AuthUri | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | +| ClientEmail | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | +| ClientId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | +| ClientX509CertUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | +| PrivateKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | +| PrivateKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | +| ProjectId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | +| TokenUri | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | --- @@ -1067,7 +1067,7 @@ AccountId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. --- @@ -1079,7 +1079,7 @@ AuthProviderX509CertUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. --- @@ -1091,7 +1091,7 @@ AuthUri *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. --- @@ -1103,7 +1103,7 @@ ClientEmail *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. --- @@ -1115,7 +1115,7 @@ ClientId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. --- @@ -1127,7 +1127,7 @@ ClientX509CertUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. --- @@ -1139,7 +1139,7 @@ PrivateKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. --- @@ -1151,7 +1151,7 @@ PrivateKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. --- @@ -1163,7 +1163,7 @@ ProjectId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. --- @@ -1175,7 +1175,7 @@ TokenUri *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. --- @@ -1187,7 +1187,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. --- @@ -1199,7 +1199,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsGcp.java.md b/docs/credentialsGcp.java.md index 90b6577d..5b1a1592 100644 --- a/docs/credentialsGcp.java.md +++ b/docs/credentialsGcp.java.md @@ -4,7 +4,7 @@ ### CredentialsGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp spotinst_credentials_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp spotinst_credentials_gcp}. #### Initializers @@ -49,18 +49,18 @@ CredentialsGcp.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | -| authProviderX509CertUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | -| authUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | -| clientEmail | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | -| clientId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | -| clientX509CertUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | -| privateKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | -| privateKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | -| projectId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | -| tokenUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | +| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | +| authProviderX509CertUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | +| authUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | +| clientEmail | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | +| clientId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | +| clientX509CertUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | +| privateKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | +| privateKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | +| projectId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | +| tokenUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | --- @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -653,7 +653,7 @@ The construct id used in the generated config for the CredentialsGcp to import. The id of the existing CredentialsGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#import import section} in the documentation of this resource for the id to use --- @@ -1157,18 +1157,18 @@ CredentialsGcpConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | -| authProviderX509CertUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | -| authUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | -| clientEmail | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | -| clientId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | -| clientX509CertUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | -| privateKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | -| privateKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | -| projectId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | -| tokenUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | +| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | +| authProviderX509CertUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | +| authUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | +| clientEmail | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | +| clientId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | +| clientX509CertUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | +| privateKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | +| privateKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | +| projectId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | +| tokenUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | --- @@ -1250,7 +1250,7 @@ public java.lang.String getAccountId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. --- @@ -1262,7 +1262,7 @@ public java.lang.String getAuthProviderX509CertUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. --- @@ -1274,7 +1274,7 @@ public java.lang.String getAuthUri(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. --- @@ -1286,7 +1286,7 @@ public java.lang.String getClientEmail(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. --- @@ -1298,7 +1298,7 @@ public java.lang.String getClientId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. --- @@ -1310,7 +1310,7 @@ public java.lang.String getClientX509CertUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. --- @@ -1322,7 +1322,7 @@ public java.lang.String getPrivateKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. --- @@ -1334,7 +1334,7 @@ public java.lang.String getPrivateKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. --- @@ -1346,7 +1346,7 @@ public java.lang.String getProjectId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. --- @@ -1358,7 +1358,7 @@ public java.lang.String getTokenUri(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. --- @@ -1370,7 +1370,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. --- @@ -1382,7 +1382,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsGcp.python.md b/docs/credentialsGcp.python.md index 2f8f4152..9e83dda1 100644 --- a/docs/credentialsGcp.python.md +++ b/docs/credentialsGcp.python.md @@ -4,7 +4,7 @@ ### CredentialsGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp spotinst_credentials_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp spotinst_credentials_gcp}. #### Initializers @@ -47,18 +47,18 @@ credentialsGcp.CredentialsGcp( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | -| auth_provider_x509_cert_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | -| auth_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | -| client_email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | -| client_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | -| client_x509_cert_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | -| private_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | -| private_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | -| project_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | -| token_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | +| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | +| auth_provider_x509_cert_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | +| auth_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | +| client_email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | +| client_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | +| client_x509_cert_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | +| private_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | +| private_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | +| project_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | +| token_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | --- @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -697,7 +697,7 @@ The construct id used in the generated config for the CredentialsGcp to import. The id of the existing CredentialsGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#import import section} in the documentation of this resource for the id to use --- @@ -1197,18 +1197,18 @@ credentialsGcp.CredentialsGcpConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | -| auth_provider_x509_cert_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | -| auth_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | -| client_email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | -| client_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | -| client_x509_cert_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | -| private_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | -| private_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | -| project_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | -| token_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | +| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | +| auth_provider_x509_cert_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | +| auth_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | +| client_email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | +| client_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | +| client_x509_cert_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | +| private_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | +| private_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | +| project_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | +| token_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | --- @@ -1290,7 +1290,7 @@ account_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. --- @@ -1302,7 +1302,7 @@ auth_provider_x509_cert_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. --- @@ -1314,7 +1314,7 @@ auth_uri: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. --- @@ -1326,7 +1326,7 @@ client_email: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. --- @@ -1338,7 +1338,7 @@ client_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. --- @@ -1350,7 +1350,7 @@ client_x509_cert_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. --- @@ -1362,7 +1362,7 @@ private_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. --- @@ -1374,7 +1374,7 @@ private_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. --- @@ -1386,7 +1386,7 @@ project_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. --- @@ -1398,7 +1398,7 @@ token_uri: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. --- @@ -1410,7 +1410,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. --- @@ -1422,7 +1422,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsGcp.typescript.md b/docs/credentialsGcp.typescript.md index 9fc35f72..6787b2af 100644 --- a/docs/credentialsGcp.typescript.md +++ b/docs/credentialsGcp.typescript.md @@ -4,7 +4,7 @@ ### CredentialsGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp spotinst_credentials_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp spotinst_credentials_gcp}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the CredentialsGcp to import. The id of the existing CredentialsGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#import import section} in the documentation of this resource for the id to use --- @@ -954,18 +954,18 @@ const credentialsGcpConfig: credentialsGcp.CredentialsGcpConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| accountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | -| authProviderX509CertUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | -| authUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | -| clientEmail | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | -| clientId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | -| clientX509CertUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | -| privateKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | -| privateKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | -| projectId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | -| tokenUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | +| accountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. | +| authProviderX509CertUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. | +| authUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. | +| clientEmail | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. | +| clientId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. | +| clientX509CertUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. | +| privateKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. | +| privateKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. | +| projectId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. | +| tokenUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. | --- @@ -1047,7 +1047,7 @@ public readonly accountId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id}. --- @@ -1059,7 +1059,7 @@ public readonly authProviderX509CertUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url}. --- @@ -1071,7 +1071,7 @@ public readonly authUri: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri}. --- @@ -1083,7 +1083,7 @@ public readonly clientEmail: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email}. --- @@ -1095,7 +1095,7 @@ public readonly clientId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id}. --- @@ -1107,7 +1107,7 @@ public readonly clientX509CertUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url}. --- @@ -1119,7 +1119,7 @@ public readonly privateKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key}. --- @@ -1131,7 +1131,7 @@ public readonly privateKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id}. --- @@ -1143,7 +1143,7 @@ public readonly projectId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id}. --- @@ -1155,7 +1155,7 @@ public readonly tokenUri: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri}. --- @@ -1167,7 +1167,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type}. --- @@ -1179,7 +1179,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataIntegration.csharp.md b/docs/dataIntegration.csharp.md index e90712d8..f05dbc10 100644 --- a/docs/dataIntegration.csharp.md +++ b/docs/dataIntegration.csharp.md @@ -4,7 +4,7 @@ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the DataIntegration to import. The id of the existing DataIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use --- @@ -817,10 +817,10 @@ new DataIntegrationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. | | S3 | DataIntegrationS3 | s3 block. | -| Status | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. | +| Status | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -902,7 +902,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -914,7 +914,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -931,7 +931,7 @@ public DataIntegrationS3 S3 { get; set; } s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -943,7 +943,7 @@ public string Status { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -964,8 +964,8 @@ new DataIntegrationS3 { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BucketName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | -| Subdir | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| BucketName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | +| Subdir | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -977,7 +977,7 @@ public string BucketName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -989,7 +989,7 @@ public string Subdir { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/dataIntegration.go.md b/docs/dataIntegration.go.md index 2d784d44..118e943c 100644 --- a/docs/dataIntegration.go.md +++ b/docs/dataIntegration.go.md @@ -4,7 +4,7 @@ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the DataIntegration to import. The id of the existing DataIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use --- @@ -817,10 +817,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. | | S3 | DataIntegrationS3 | s3 block. | -| Status | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. | +| Status | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -902,7 +902,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -914,7 +914,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -931,7 +931,7 @@ S3 DataIntegrationS3 s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -943,7 +943,7 @@ Status *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -964,8 +964,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration | **Name** | **Type** | **Description** | | --- | --- | --- | -| BucketName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | -| Subdir | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| BucketName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | +| Subdir | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -977,7 +977,7 @@ BucketName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -989,7 +989,7 @@ Subdir *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/dataIntegration.java.md b/docs/dataIntegration.java.md index 7da1e965..a6200ba0 100644 --- a/docs/dataIntegration.java.md +++ b/docs/dataIntegration.java.md @@ -4,7 +4,7 @@ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -41,10 +41,10 @@ DataIntegration.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. | | s3 | DataIntegrationS3 | s3 block. | -| status | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. | +| status | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -602,7 +602,7 @@ The construct id used in the generated config for the DataIntegration to import. The id of the existing DataIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use --- @@ -922,10 +922,10 @@ DataIntegrationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. | | s3 | DataIntegrationS3 | s3 block. | -| status | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. | +| status | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -1007,7 +1007,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -1019,7 +1019,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1036,7 +1036,7 @@ public DataIntegrationS3 getS3(); s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -1048,7 +1048,7 @@ public java.lang.String getStatus(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -1069,8 +1069,8 @@ DataIntegrationS3.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucketName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | -| subdir | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| bucketName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | +| subdir | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -1082,7 +1082,7 @@ public java.lang.String getBucketName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -1094,7 +1094,7 @@ public java.lang.String getSubdir(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/dataIntegration.python.md b/docs/dataIntegration.python.md index 25aed2dd..745ca139 100644 --- a/docs/dataIntegration.python.md +++ b/docs/dataIntegration.python.md @@ -4,7 +4,7 @@ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -39,10 +39,10 @@ dataIntegration.DataIntegration( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. | | s3 | DataIntegrationS3 | s3 block. | -| status | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. | +| status | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -515,7 +515,7 @@ def put_s3( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -523,7 +523,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- @@ -659,7 +659,7 @@ The construct id used in the generated config for the DataIntegration to import. The id of the existing DataIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use --- @@ -975,10 +975,10 @@ dataIntegration.DataIntegrationConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. | | s3 | DataIntegrationS3 | s3 block. | -| status | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. | +| status | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -1060,7 +1060,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -1072,7 +1072,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1089,7 +1089,7 @@ s3: DataIntegrationS3 s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -1101,7 +1101,7 @@ status: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -1122,8 +1122,8 @@ dataIntegration.DataIntegrationS3( | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | -| subdir | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| bucket_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | +| subdir | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -1135,7 +1135,7 @@ bucket_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -1147,7 +1147,7 @@ subdir: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/dataIntegration.typescript.md b/docs/dataIntegration.typescript.md index 544612d4..f9f219da 100644 --- a/docs/dataIntegration.typescript.md +++ b/docs/dataIntegration.typescript.md @@ -4,7 +4,7 @@ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the DataIntegration to import. The id of the existing DataIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use --- @@ -805,10 +805,10 @@ const dataIntegrationConfig: dataIntegration.DataIntegrationConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. | | s3 | DataIntegrationS3 | s3 block. | -| status | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. | +| status | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -890,7 +890,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -902,7 +902,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -919,7 +919,7 @@ public readonly s3: DataIntegrationS3; s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -931,7 +931,7 @@ public readonly status: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -949,8 +949,8 @@ const dataIntegrationS3: dataIntegration.DataIntegrationS3 = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucketName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | -| subdir | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| bucketName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | +| subdir | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -962,7 +962,7 @@ public readonly bucketName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -974,7 +974,7 @@ public readonly subdir: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/elastigroupAws.csharp.md b/docs/elastigroupAws.csharp.md index 391be8a1..27c8f3bb 100644 --- a/docs/elastigroupAws.csharp.md +++ b/docs/elastigroupAws.csharp.md @@ -4,7 +4,7 @@ ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -1456,7 +1456,7 @@ The construct id used in the generated config for the ElastigroupAws to import. The id of the existing ElastigroupAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use --- @@ -3635,38 +3635,38 @@ new ElastigroupAwsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| SecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | -| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | -| BlockDevicesMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | -| CapacityUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | -| ConsiderOdPricing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | -| CpuCredits | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | +| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | +| SecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | +| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | +| BlockDevicesMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | +| CapacityUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | +| ConsiderOdPricing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | +| CpuCredits | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | | CpuOptions | ElastigroupAwsCpuOptions | cpu_options block. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | | EbsBlockDevice | object | ebs_block_device block. | -| EbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | -| ElasticIps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | -| ElasticLoadBalancers | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | -| EnableMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | +| EbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | +| ElasticIps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | +| ElasticLoadBalancers | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | +| EnableMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | | EphemeralBlockDevice | object | ephemeral_block_device block. | -| HealthCheckGracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | -| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | -| HealthCheckUnhealthyDurationBeforeReplacement | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | -| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | +| HealthCheckGracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | +| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | +| HealthCheckUnhealthyDurationBeforeReplacement | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | +| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | | Images | object | images block. | -| ImmediateOdRecoverThreshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | -| InstanceTypesOndemand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | -| InstanceTypesPreferredSpot | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | -| InstanceTypesSpot | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | +| ImmediateOdRecoverThreshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | +| InstanceTypesOndemand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | +| InstanceTypesPreferredSpot | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | +| InstanceTypesSpot | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | | InstanceTypesWeights | object | instance_types_weights block. | | IntegrationBeanstalk | ElastigroupAwsIntegrationBeanstalk | integration_beanstalk block. | | IntegrationCodedeploy | ElastigroupAwsIntegrationCodedeploy | integration_codedeploy block. | @@ -3679,47 +3679,47 @@ new ElastigroupAwsConfig { | IntegrationRancher | ElastigroupAwsIntegrationRancher | integration_rancher block. | | IntegrationRoute53 | ElastigroupAwsIntegrationRoute53 | integration_route53 block. | | Itf | object | itf block. | -| KeyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | -| LifetimePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| KeyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | +| LifetimePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | Logging | ElastigroupAwsLogging | logging block. | -| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | | MetadataOptions | ElastigroupAwsMetadataOptions | metadata_options block. | -| MinimumInstanceLifetime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | -| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | +| MinimumInstanceLifetime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | +| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | MultipleMetrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | NetworkInterface | object | network_interface block. | -| OndemandCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | -| OnDemandTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | -| PersistBlockDevices | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | -| PersistPrivateIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | -| PersistRootDevice | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | -| PlacementTenancy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | -| PreferredAvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | -| PrivateIps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| OndemandCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | +| OnDemandTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | +| PersistBlockDevices | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | +| PersistPrivateIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | +| PersistRootDevice | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | +| PlacementTenancy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | +| PreferredAvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | +| PrivateIps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | | ResourceRequirements | object | resource_requirements block. | | ResourceTagSpecification | object | resource_tag_specification block. | -| RestrictSingleAz | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | +| RestrictSingleAz | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | | RevertToSpot | ElastigroupAwsRevertToSpot | revert_to_spot block. | | ScalingDownPolicy | object | scaling_down_policy block. | | ScalingStrategy | object | scaling_strategy block. | | ScalingTargetPolicy | object | scaling_target_policy block. | | ScalingUpPolicy | object | scaling_up_policy block. | | ScheduledTask | object | scheduled_task block. | -| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | +| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | | Signal | object | signal block. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | | StatefulDeallocation | ElastigroupAwsStatefulDeallocation | stateful_deallocation block. | | StatefulInstanceAction | object | stateful_instance_action block. | -| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | +| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | | Tags | object | tags block. | -| TargetGroupArns | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | +| TargetGroupArns | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | | UpdatePolicy | ElastigroupAwsUpdatePolicy | update_policy block. | -| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | -| UtilizeCommitments | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | -| UtilizeReservedInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | -| WaitForCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | -| WaitForCapacityTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | +| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | +| UtilizeCommitments | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | +| UtilizeReservedInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | +| WaitForCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | +| WaitForCapacityTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -3801,7 +3801,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -3813,7 +3813,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -3825,7 +3825,7 @@ public string Orientation { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -3837,7 +3837,7 @@ public string Product { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -3849,7 +3849,7 @@ public string[] SecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -3861,7 +3861,7 @@ public object AutoHealing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. --- @@ -3873,7 +3873,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -3885,7 +3885,7 @@ public string BlockDevicesMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -3897,7 +3897,7 @@ public string CapacityUnit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -3909,7 +3909,7 @@ public object ConsiderOdPricing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -3921,7 +3921,7 @@ public string CpuCredits { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -3935,7 +3935,7 @@ public ElastigroupAwsCpuOptions CpuOptions { get; set; } cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -3947,7 +3947,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -3959,7 +3959,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -3971,7 +3971,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -3985,7 +3985,7 @@ public object EbsBlockDevice { get; set; } ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -3997,7 +3997,7 @@ public object EbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -4009,7 +4009,7 @@ public string[] ElasticIps { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -4021,7 +4021,7 @@ public string[] ElasticLoadBalancers { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -4033,7 +4033,7 @@ public object EnableMonitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -4047,7 +4047,7 @@ public object EphemeralBlockDevice { get; set; } ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -4059,7 +4059,7 @@ public double HealthCheckGracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -4071,7 +4071,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -4083,7 +4083,7 @@ public double HealthCheckUnhealthyDurationBeforeReplacement { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -4095,7 +4095,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -4107,7 +4107,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4122,7 +4122,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -4136,7 +4136,7 @@ public object Images { get; set; } images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -4148,7 +4148,7 @@ public double ImmediateOdRecoverThreshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -4160,7 +4160,7 @@ public string InstanceTypesOndemand { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -4172,7 +4172,7 @@ public string[] InstanceTypesPreferredSpot { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -4184,7 +4184,7 @@ public string[] InstanceTypesSpot { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -4198,7 +4198,7 @@ public object InstanceTypesWeights { get; set; } instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -4212,7 +4212,7 @@ public ElastigroupAwsIntegrationBeanstalk IntegrationBeanstalk { get; set; } integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -4226,7 +4226,7 @@ public ElastigroupAwsIntegrationCodedeploy IntegrationCodedeploy { get; set; } integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -4240,7 +4240,7 @@ public ElastigroupAwsIntegrationDockerSwarm IntegrationDockerSwarm { get; set; } integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -4254,7 +4254,7 @@ public ElastigroupAwsIntegrationEcs IntegrationEcs { get; set; } integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -4268,7 +4268,7 @@ public ElastigroupAwsIntegrationGitlab IntegrationGitlab { get; set; } integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -4282,7 +4282,7 @@ public ElastigroupAwsIntegrationKubernetes IntegrationKubernetes { get; set; } integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -4296,7 +4296,7 @@ public ElastigroupAwsIntegrationMesosphere IntegrationMesosphere { get; set; } integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -4310,7 +4310,7 @@ public ElastigroupAwsIntegrationNomad IntegrationNomad { get; set; } integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -4324,7 +4324,7 @@ public ElastigroupAwsIntegrationRancher IntegrationRancher { get; set; } integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -4338,7 +4338,7 @@ public ElastigroupAwsIntegrationRoute53 IntegrationRoute53 { get; set; } integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -4352,7 +4352,7 @@ public object Itf { get; set; } itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -4364,7 +4364,7 @@ public string KeyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -4376,7 +4376,7 @@ public string LifetimePeriod { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -4390,7 +4390,7 @@ public ElastigroupAwsLogging Logging { get; set; } logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -4402,7 +4402,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -4416,7 +4416,7 @@ public ElastigroupAwsMetadataOptions MetadataOptions { get; set; } metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -4428,7 +4428,7 @@ public double MinimumInstanceLifetime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -4440,7 +4440,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -4454,7 +4454,7 @@ public ElastigroupAwsMultipleMetrics MultipleMetrics { get; set; } multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -4468,7 +4468,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -4480,7 +4480,7 @@ public double OndemandCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -4492,7 +4492,7 @@ public string[] OnDemandTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -4504,7 +4504,7 @@ public object PersistBlockDevices { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -4516,7 +4516,7 @@ public object PersistPrivateIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -4528,7 +4528,7 @@ public object PersistRootDevice { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -4540,7 +4540,7 @@ public string PlacementTenancy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -4552,7 +4552,7 @@ public string[] PreferredAvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -4564,7 +4564,7 @@ public string[] PrivateIps { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -4576,7 +4576,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -4590,7 +4590,7 @@ public object ResourceRequirements { get; set; } resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -4604,7 +4604,7 @@ public object ResourceTagSpecification { get; set; } resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -4616,7 +4616,7 @@ public object RestrictSingleAz { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. --- @@ -4630,7 +4630,7 @@ public ElastigroupAwsRevertToSpot RevertToSpot { get; set; } revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -4644,7 +4644,7 @@ public object ScalingDownPolicy { get; set; } scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -4658,7 +4658,7 @@ public object ScalingStrategy { get; set; } scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -4672,7 +4672,7 @@ public object ScalingTargetPolicy { get; set; } scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -4686,7 +4686,7 @@ public object ScalingUpPolicy { get; set; } scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -4700,7 +4700,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -4712,7 +4712,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -4726,7 +4726,7 @@ public object Signal { get; set; } signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -4738,7 +4738,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -4752,7 +4752,7 @@ public ElastigroupAwsStatefulDeallocation StatefulDeallocation { get; set; } stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -4766,7 +4766,7 @@ public object StatefulInstanceAction { get; set; } stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -4778,7 +4778,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -4792,7 +4792,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -4804,7 +4804,7 @@ public string[] TargetGroupArns { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -4818,7 +4818,7 @@ public ElastigroupAwsUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -4830,7 +4830,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -4842,7 +4842,7 @@ public object UtilizeCommitments { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -4854,7 +4854,7 @@ public object UtilizeReservedInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -4866,7 +4866,7 @@ public double WaitForCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -4878,7 +4878,7 @@ public double WaitForCapacityTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -4898,7 +4898,7 @@ new ElastigroupAwsCpuOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ThreadsPerCore | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | +| ThreadsPerCore | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -4910,7 +4910,7 @@ public double ThreadsPerCore { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -4940,17 +4940,17 @@ new ElastigroupAwsEbsBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | +| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | | DynamicIops | ElastigroupAwsEbsBlockDeviceDynamicIops | dynamic_iops block. | | DynamicVolumeSize | ElastigroupAwsEbsBlockDeviceDynamicVolumeSize | dynamic_volume_size block. | -| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. | -| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. | -| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. | -| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | +| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | +| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. | +| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. | +| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. | +| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -4962,7 +4962,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -4974,7 +4974,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -4988,7 +4988,7 @@ public ElastigroupAwsEbsBlockDeviceDynamicIops DynamicIops { get; set; } dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dynamic_iops ElastigroupAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dynamic_iops ElastigroupAws#dynamic_iops} --- @@ -5002,7 +5002,7 @@ public ElastigroupAwsEbsBlockDeviceDynamicVolumeSize DynamicVolumeSize { get; se dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dynamic_volume_size ElastigroupAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dynamic_volume_size ElastigroupAws#dynamic_volume_size} --- @@ -5014,7 +5014,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -5026,7 +5026,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -5038,7 +5038,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -5050,7 +5050,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -5062,7 +5062,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -5074,7 +5074,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -5086,7 +5086,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -5108,9 +5108,9 @@ new ElastigroupAwsEbsBlockDeviceDynamicIops { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | -| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | +| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | +| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | +| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | --- @@ -5122,7 +5122,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. --- @@ -5134,7 +5134,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. --- @@ -5146,7 +5146,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. --- @@ -5168,9 +5168,9 @@ new ElastigroupAwsEbsBlockDeviceDynamicVolumeSize { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | -| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | +| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | +| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | +| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | --- @@ -5182,7 +5182,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. --- @@ -5194,7 +5194,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. --- @@ -5206,7 +5206,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. --- @@ -5227,8 +5227,8 @@ new ElastigroupAwsEphemeralBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| VirtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | +| VirtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -5240,7 +5240,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -5252,7 +5252,7 @@ public string VirtualName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -5286,7 +5286,7 @@ public object Image { get; set; } image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -5306,7 +5306,7 @@ new ElastigroupAwsImagesImage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -5318,7 +5318,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -5342,8 +5342,8 @@ new ElastigroupAwsInstanceTypesWeights { | **Name** | **Type** | **Description** | | --- | --- | --- | -| InstanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. | -| Weight | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| InstanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. | +| Weight | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -5355,7 +5355,7 @@ public string InstanceType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -5367,7 +5367,7 @@ public double Weight { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -5390,7 +5390,7 @@ new ElastigroupAwsIntegrationBeanstalk { | **Name** | **Type** | **Description** | | --- | --- | --- | | DeploymentPreferences | ElastigroupAwsIntegrationBeanstalkDeploymentPreferences | deployment_preferences block. | -| EnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | +| EnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | ManagedActions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -5405,7 +5405,7 @@ public ElastigroupAwsIntegrationBeanstalkDeploymentPreferences DeploymentPrefere deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -5417,7 +5417,7 @@ public string EnvironmentId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -5431,7 +5431,7 @@ public ElastigroupAwsIntegrationBeanstalkManagedActions ManagedActions { get; se managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -5454,9 +5454,9 @@ new ElastigroupAwsIntegrationBeanstalkDeploymentPreferences { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutomaticRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| AutomaticRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | Strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -5469,7 +5469,7 @@ public object AutomaticRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -5481,7 +5481,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -5493,7 +5493,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -5507,7 +5507,7 @@ public ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy Strategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -5528,8 +5528,8 @@ new ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | +| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -5541,7 +5541,7 @@ public string Action { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -5553,7 +5553,7 @@ public object ShouldDrainInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -5587,7 +5587,7 @@ public ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate PlatformUp platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -5609,9 +5609,9 @@ new ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| TimeWindow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. | -| UpdateLevel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | +| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | +| TimeWindow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. | +| UpdateLevel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -5623,7 +5623,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -5635,7 +5635,7 @@ public string TimeWindow { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -5647,7 +5647,7 @@ public string UpdateLevel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -5669,9 +5669,9 @@ new ElastigroupAwsIntegrationCodedeploy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CleanupOnFailure | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. | +| CleanupOnFailure | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. | | DeploymentGroups | object | deployment_groups block. | -| TerminateInstanceOnFailure | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | +| TerminateInstanceOnFailure | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -5683,7 +5683,7 @@ public object CleanupOnFailure { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -5697,7 +5697,7 @@ public object DeploymentGroups { get; set; } deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -5709,7 +5709,7 @@ public object TerminateInstanceOnFailure { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -5730,8 +5730,8 @@ new ElastigroupAwsIntegrationCodedeployDeploymentGroups { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApplicationName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. | -| DeploymentGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | +| ApplicationName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. | +| DeploymentGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -5743,7 +5743,7 @@ public string ApplicationName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -5755,7 +5755,7 @@ public string DeploymentGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -5780,12 +5780,12 @@ new ElastigroupAwsIntegrationDockerSwarm { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| MasterPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| MasterPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | +| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | AutoscaleDown | ElastigroupAwsIntegrationDockerSwarmAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -5797,7 +5797,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -5809,7 +5809,7 @@ public double MasterPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -5821,7 +5821,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5835,7 +5835,7 @@ public ElastigroupAwsIntegrationDockerSwarmAutoscaleDown AutoscaleDown { get; se autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5849,7 +5849,7 @@ public ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom AutoscaleHeadroom { autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5861,7 +5861,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5882,8 +5882,8 @@ new ElastigroupAwsIntegrationDockerSwarmAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -5895,7 +5895,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -5907,7 +5907,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -5929,9 +5929,9 @@ new ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -5943,7 +5943,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -5955,7 +5955,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -5967,7 +5967,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -5995,14 +5995,14 @@ new ElastigroupAwsIntegrationEcs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. | +| ClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. | | AutoscaleAttributes | object | autoscale_attributes block. | -| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | AutoscaleDown | ElastigroupAwsIntegrationEcsAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | ElastigroupAwsIntegrationEcsAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | -| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | -| AutoscaleScaleDownNonServiceTasks | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | +| AutoscaleIsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | +| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| AutoscaleScaleDownNonServiceTasks | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | Batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -6015,7 +6015,7 @@ public string ClusterName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -6029,7 +6029,7 @@ public object AutoscaleAttributes { get; set; } autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -6041,7 +6041,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6055,7 +6055,7 @@ public ElastigroupAwsIntegrationEcsAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6069,7 +6069,7 @@ public ElastigroupAwsIntegrationEcsAutoscaleHeadroom AutoscaleHeadroom { get; se autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6081,7 +6081,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -6093,7 +6093,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6105,7 +6105,7 @@ public object AutoscaleScaleDownNonServiceTasks { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -6119,7 +6119,7 @@ public ElastigroupAwsIntegrationEcsBatch Batch { get; set; } batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -6140,8 +6140,8 @@ new ElastigroupAwsIntegrationEcsAutoscaleAttributes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6153,7 +6153,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6165,7 +6165,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6186,8 +6186,8 @@ new ElastigroupAwsIntegrationEcsAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6199,7 +6199,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6211,7 +6211,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6233,9 +6233,9 @@ new ElastigroupAwsIntegrationEcsAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6247,7 +6247,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6259,7 +6259,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6271,7 +6271,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6291,7 +6291,7 @@ new ElastigroupAwsIntegrationEcsBatch { | **Name** | **Type** | **Description** | | --- | --- | --- | -| JobQueueNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | +| JobQueueNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -6303,7 +6303,7 @@ public string[] JobQueueNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -6337,7 +6337,7 @@ public ElastigroupAwsIntegrationGitlabRunner Runner { get; set; } runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -6357,7 +6357,7 @@ new ElastigroupAwsIntegrationGitlabRunner { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -6369,7 +6369,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -6398,16 +6398,16 @@ new ElastigroupAwsIntegrationKubernetes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | -| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| ApiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | +| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | AutoscaleDown | ElastigroupAwsIntegrationKubernetesAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | -| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| AutoscaleIsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | +| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | | AutoscaleLabels | object | autoscale_labels block. | -| ClusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. | -| IntegrationMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | -| Token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| ClusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. | +| IntegrationMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | +| Token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -6419,7 +6419,7 @@ public string ApiServer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6431,7 +6431,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6445,7 +6445,7 @@ public ElastigroupAwsIntegrationKubernetesAutoscaleDown AutoscaleDown { get; set autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6459,7 +6459,7 @@ public ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom AutoscaleHeadroom { autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6471,7 +6471,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -6483,7 +6483,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6497,7 +6497,7 @@ public object AutoscaleLabels { get; set; } autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -6509,7 +6509,7 @@ public string ClusterIdentifier { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -6521,7 +6521,7 @@ public string IntegrationMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -6533,7 +6533,7 @@ public string Token { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -6554,8 +6554,8 @@ new ElastigroupAwsIntegrationKubernetesAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6567,7 +6567,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6579,7 +6579,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6601,9 +6601,9 @@ new ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6615,7 +6615,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6627,7 +6627,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6639,7 +6639,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6660,8 +6660,8 @@ new ElastigroupAwsIntegrationKubernetesAutoscaleLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6673,7 +6673,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6685,7 +6685,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6705,7 +6705,7 @@ new ElastigroupAwsIntegrationMesosphere { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | +| ApiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -6717,7 +6717,7 @@ public string ApiServer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6744,14 +6744,14 @@ new ElastigroupAwsIntegrationNomad { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| MasterPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| AclToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. | +| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| MasterPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | +| AclToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. | | AutoscaleConstraints | object | autoscale_constraints block. | -| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | AutoscaleDown | ElastigroupAwsIntegrationNomadAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | ElastigroupAwsIntegrationNomadAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -6763,7 +6763,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6775,7 +6775,7 @@ public double MasterPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -6787,7 +6787,7 @@ public string AclToken { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -6801,7 +6801,7 @@ public object AutoscaleConstraints { get; set; } autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -6813,7 +6813,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6827,7 +6827,7 @@ public ElastigroupAwsIntegrationNomadAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6841,7 +6841,7 @@ public ElastigroupAwsIntegrationNomadAutoscaleHeadroom AutoscaleHeadroom { get; autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6853,7 +6853,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6874,8 +6874,8 @@ new ElastigroupAwsIntegrationNomadAutoscaleConstraints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6887,7 +6887,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6899,7 +6899,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6919,7 +6919,7 @@ new ElastigroupAwsIntegrationNomadAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -6931,7 +6931,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6953,9 +6953,9 @@ new ElastigroupAwsIntegrationNomadAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6967,7 +6967,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6979,7 +6979,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6991,7 +6991,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7014,10 +7014,10 @@ new ElastigroupAwsIntegrationRancher { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccessKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| SecretKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| AccessKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. | +| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| SecretKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | +| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -7029,7 +7029,7 @@ public string AccessKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -7041,7 +7041,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -7053,7 +7053,7 @@ public string SecretKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -7065,7 +7065,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -7099,7 +7099,7 @@ public object Domains { get; set; } domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -7122,10 +7122,10 @@ new ElastigroupAwsIntegrationRoute53Domains { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. | +| HostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. | | RecordSets | object | record_sets block. | -| RecordSetType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. | -| SpotinstAcctId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | +| RecordSetType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. | +| SpotinstAcctId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -7137,7 +7137,7 @@ public string HostedZoneId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -7151,7 +7151,7 @@ public object RecordSets { get; set; } record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -7163,7 +7163,7 @@ public string RecordSetType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -7175,7 +7175,7 @@ public string SpotinstAcctId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -7197,9 +7197,9 @@ new ElastigroupAwsIntegrationRoute53DomainsRecordSets { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| UsePublicDns | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. | -| UsePublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| UsePublicDns | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. | +| UsePublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -7211,7 +7211,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7223,7 +7223,7 @@ public object UsePublicDns { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -7235,7 +7235,7 @@ public object UsePublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -7260,12 +7260,12 @@ new ElastigroupAwsItf { | **Name** | **Type** | **Description** | | --- | --- | --- | -| FixedTargetGroups | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. | +| FixedTargetGroups | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. | | LoadBalancer | object | load_balancer block. | | TargetGroupConfig | object | target_group_config block. | -| WeightStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. | +| WeightStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. | | DefaultStaticTargetGroup | ElastigroupAwsItfDefaultStaticTargetGroup | default_static_target_group block. | -| MigrationHealthinessThreshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | +| MigrationHealthinessThreshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -7277,7 +7277,7 @@ public object FixedTargetGroups { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -7291,7 +7291,7 @@ public object LoadBalancer { get; set; } load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -7305,7 +7305,7 @@ public object TargetGroupConfig { get; set; } target_group_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -7317,7 +7317,7 @@ public string WeightStrategy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -7331,7 +7331,7 @@ public ElastigroupAwsItfDefaultStaticTargetGroup DefaultStaticTargetGroup { get; default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -7343,7 +7343,7 @@ public double MigrationHealthinessThreshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -7364,8 +7364,8 @@ new ElastigroupAwsItfDefaultStaticTargetGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7377,7 +7377,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7389,7 +7389,7 @@ public double Percentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7411,7 +7411,7 @@ new ElastigroupAwsItfLoadBalancer { | **Name** | **Type** | **Description** | | --- | --- | --- | | ListenerRule | object | listener_rule block. | -| LoadBalancerArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | +| LoadBalancerArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -7425,7 +7425,7 @@ public object ListenerRule { get; set; } listener_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -7437,7 +7437,7 @@ public string LoadBalancerArn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -7458,7 +7458,7 @@ new ElastigroupAwsItfLoadBalancerListenerRule { | **Name** | **Type** | **Description** | | --- | --- | --- | -| RuleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | +| RuleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | StaticTargetGroup | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -7471,7 +7471,7 @@ public string RuleArn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -7485,7 +7485,7 @@ public ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup StaticTargetGr static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -7506,8 +7506,8 @@ new ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7519,7 +7519,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7531,7 +7531,7 @@ public double Percentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7563,19 +7563,19 @@ new ElastigroupAwsItfTargetGroupConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HealthCheckPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. | -| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| VpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. | -| HealthCheckIntervalSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. | -| HealthCheckPort | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. | -| HealthCheckProtocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. | -| HealthCheckTimeoutSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. | -| HealthyThresholdCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. | +| HealthCheckPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. | +| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | +| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | +| VpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. | +| HealthCheckIntervalSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. | +| HealthCheckPort | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. | +| HealthCheckProtocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. | +| HealthCheckTimeoutSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. | +| HealthyThresholdCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. | | Matcher | object | matcher block. | -| ProtocolVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. | +| ProtocolVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. | | Tags | object | tags block. | -| UnhealthyThresholdCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | +| UnhealthyThresholdCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -7587,7 +7587,7 @@ public string HealthCheckPath { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -7599,7 +7599,7 @@ public double Port { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -7611,7 +7611,7 @@ public string Protocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -7623,7 +7623,7 @@ public string VpcId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -7635,7 +7635,7 @@ public double HealthCheckIntervalSeconds { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -7647,7 +7647,7 @@ public string HealthCheckPort { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -7659,7 +7659,7 @@ public string HealthCheckProtocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -7671,7 +7671,7 @@ public double HealthCheckTimeoutSeconds { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -7683,7 +7683,7 @@ public double HealthyThresholdCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -7697,7 +7697,7 @@ public object Matcher { get; set; } matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -7709,7 +7709,7 @@ public string ProtocolVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -7723,7 +7723,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -7735,7 +7735,7 @@ public double UnhealthyThresholdCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -7756,8 +7756,8 @@ new ElastigroupAwsItfTargetGroupConfigMatcher { | **Name** | **Type** | **Description** | | --- | --- | --- | -| GrpcCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. | -| HttpCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | +| GrpcCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. | +| HttpCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -7769,7 +7769,7 @@ public string GrpcCode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -7781,7 +7781,7 @@ public string HttpCode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -7802,8 +7802,8 @@ new ElastigroupAwsItfTargetGroupConfigTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. | -| TagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | +| TagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. | +| TagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -7815,7 +7815,7 @@ public string TagKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -7827,7 +7827,7 @@ public string TagValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -7861,7 +7861,7 @@ public ElastigroupAwsLoggingExport Export { get; set; } export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} --- @@ -7895,7 +7895,7 @@ public object S3 { get; set; } s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} --- @@ -7915,7 +7915,7 @@ new ElastigroupAwsLoggingExportS3 { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -7927,7 +7927,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -7952,9 +7952,9 @@ new ElastigroupAwsMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. | -| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. | -| InstanceMetadataTags | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | +| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. | +| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. | +| InstanceMetadataTags | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -7966,7 +7966,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -7978,7 +7978,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -7990,7 +7990,7 @@ public string InstanceMetadataTags { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -8026,7 +8026,7 @@ public object Expressions { get; set; } expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -8040,7 +8040,7 @@ public object Metrics { get; set; } metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -8061,8 +8061,8 @@ new ElastigroupAwsMultipleMetricsExpressions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -8074,7 +8074,7 @@ public string Expression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -8086,7 +8086,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8112,13 +8112,13 @@ new ElastigroupAwsMultipleMetricsMetrics { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | | Dimensions | object | dimensions block. | -| ExtendedStatistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| ExtendedStatistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8130,7 +8130,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8142,7 +8142,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8154,7 +8154,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8168,7 +8168,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8180,7 +8180,7 @@ public string ExtendedStatistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -8192,7 +8192,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8204,7 +8204,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8225,8 +8225,8 @@ new ElastigroupAwsMultipleMetricsMetricsDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8238,7 +8238,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8250,7 +8250,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8277,14 +8277,14 @@ new ElastigroupAwsNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. | -| AssociateIpv6Address | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. | -| AssociatePublicIpAddress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| NetworkInterfaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. | -| PrivateIpAddress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. | -| SecondaryPrivateIpAddressCount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | +| DeviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. | +| AssociateIpv6Address | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. | +| AssociatePublicIpAddress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. | +| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| NetworkInterfaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. | +| PrivateIpAddress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. | +| SecondaryPrivateIpAddressCount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -8296,7 +8296,7 @@ public string DeviceIndex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -8308,7 +8308,7 @@ public object AssociateIpv6Address { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -8320,7 +8320,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -8332,7 +8332,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -8344,7 +8344,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -8356,7 +8356,7 @@ public string NetworkInterfaceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -8368,7 +8368,7 @@ public string PrivateIpAddress { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -8380,7 +8380,7 @@ public string SecondaryPrivateIpAddressCount { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -8408,15 +8408,15 @@ new ElastigroupAwsResourceRequirements { | **Name** | **Type** | **Description** | | --- | --- | --- | -| RequiredMemoryMaximum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. | -| RequiredMemoryMinimum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. | -| RequiredVcpuMaximum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. | -| RequiredVcpuMinimum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. | -| ExcludedInstanceFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. | -| ExcludedInstanceGenerations | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. | -| ExcludedInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. | -| RequiredGpuMaximum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. | -| RequiredGpuMinimum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | +| RequiredMemoryMaximum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. | +| RequiredMemoryMinimum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. | +| RequiredVcpuMaximum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. | +| RequiredVcpuMinimum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. | +| ExcludedInstanceFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. | +| ExcludedInstanceGenerations | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. | +| ExcludedInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. | +| RequiredGpuMaximum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. | +| RequiredGpuMinimum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -8428,7 +8428,7 @@ public double RequiredMemoryMaximum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -8440,7 +8440,7 @@ public double RequiredMemoryMinimum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -8452,7 +8452,7 @@ public double RequiredVcpuMaximum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -8464,7 +8464,7 @@ public double RequiredVcpuMinimum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -8476,7 +8476,7 @@ public string[] ExcludedInstanceFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -8488,7 +8488,7 @@ public string[] ExcludedInstanceGenerations { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -8500,7 +8500,7 @@ public string[] ExcludedInstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -8512,7 +8512,7 @@ public double RequiredGpuMaximum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -8524,7 +8524,7 @@ public double RequiredGpuMinimum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -8547,10 +8547,10 @@ new ElastigroupAwsResourceTagSpecification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagAmis | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. | -| ShouldTagEnis | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. | -| ShouldTagSnapshots | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. | -| ShouldTagVolumes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | +| ShouldTagAmis | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. | +| ShouldTagEnis | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. | +| ShouldTagSnapshots | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. | +| ShouldTagVolumes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -8562,7 +8562,7 @@ public object ShouldTagAmis { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -8574,7 +8574,7 @@ public object ShouldTagEnis { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -8586,7 +8586,7 @@ public object ShouldTagSnapshots { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -8598,7 +8598,7 @@ public object ShouldTagVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -8619,8 +8619,8 @@ new ElastigroupAwsRevertToSpot { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | +| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | +| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -8632,7 +8632,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -8644,7 +8644,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -8684,27 +8684,27 @@ new ElastigroupAwsScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | Dimensions | object | dimensions block. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | | StepAdjustments | object | step_adjustments block. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8716,7 +8716,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8728,7 +8728,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8740,7 +8740,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8752,7 +8752,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -8764,7 +8764,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8776,7 +8776,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8790,7 +8790,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8802,7 +8802,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8814,7 +8814,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -8826,7 +8826,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8838,7 +8838,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8850,7 +8850,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8862,7 +8862,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8874,7 +8874,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -8886,7 +8886,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -8898,7 +8898,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -8910,7 +8910,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8924,7 +8924,7 @@ public object StepAdjustments { get; set; } step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -8936,7 +8936,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8948,7 +8948,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8960,7 +8960,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8981,8 +8981,8 @@ new ElastigroupAwsScalingDownPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8994,7 +8994,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9006,7 +9006,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9028,7 +9028,7 @@ new ElastigroupAwsScalingDownPolicyStepAdjustments { | **Name** | **Type** | **Description** | | --- | --- | --- | | Action | ElastigroupAwsScalingDownPolicyStepAdjustmentsAction | action block. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -9042,7 +9042,7 @@ public ElastigroupAwsScalingDownPolicyStepAdjustmentsAction Action { get; set; } action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9054,7 +9054,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9080,13 +9080,13 @@ new ElastigroupAwsScalingDownPolicyStepAdjustmentsAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9098,7 +9098,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9110,7 +9110,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9122,7 +9122,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9134,7 +9134,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9146,7 +9146,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9158,7 +9158,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9170,7 +9170,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9191,8 +9191,8 @@ new ElastigroupAwsScalingStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerminateAtEndOfBillingHour | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. | -| TerminationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | +| TerminateAtEndOfBillingHour | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. | +| TerminationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -9204,7 +9204,7 @@ public object TerminateAtEndOfBillingHour { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -9216,7 +9216,7 @@ public string TerminationPolicy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -9248,19 +9248,19 @@ new ElastigroupAwsScalingTargetPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| Target | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| Target | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | Dimensions | object | dimensions block. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxCapacityPerScale | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| PredictiveMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| MaxCapacityPerScale | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| PredictiveMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9272,7 +9272,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9284,7 +9284,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9296,7 +9296,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9308,7 +9308,7 @@ public double Target { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9320,7 +9320,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9334,7 +9334,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9346,7 +9346,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9358,7 +9358,7 @@ public string MaxCapacityPerScale { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -9370,7 +9370,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9382,7 +9382,7 @@ public string PredictiveMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -9394,7 +9394,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9406,7 +9406,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9418,7 +9418,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9439,8 +9439,8 @@ new ElastigroupAwsScalingTargetPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9452,7 +9452,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9464,7 +9464,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9504,27 +9504,27 @@ new ElastigroupAwsScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | Dimensions | object | dimensions block. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | | StepAdjustments | object | step_adjustments block. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9536,7 +9536,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9548,7 +9548,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9560,7 +9560,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9572,7 +9572,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -9584,7 +9584,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9596,7 +9596,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9610,7 +9610,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9622,7 +9622,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9634,7 +9634,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9646,7 +9646,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9658,7 +9658,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9670,7 +9670,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9682,7 +9682,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9694,7 +9694,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -9706,7 +9706,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9718,7 +9718,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9730,7 +9730,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9744,7 +9744,7 @@ public object StepAdjustments { get; set; } step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -9756,7 +9756,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9768,7 +9768,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9780,7 +9780,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9801,8 +9801,8 @@ new ElastigroupAwsScalingUpPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9814,7 +9814,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9826,7 +9826,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9848,7 +9848,7 @@ new ElastigroupAwsScalingUpPolicyStepAdjustments { | **Name** | **Type** | **Description** | | --- | --- | --- | | Action | ElastigroupAwsScalingUpPolicyStepAdjustmentsAction | action block. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -9862,7 +9862,7 @@ public ElastigroupAwsScalingUpPolicyStepAdjustmentsAction Action { get; set; } action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9874,7 +9874,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9900,13 +9900,13 @@ new ElastigroupAwsScalingUpPolicyStepAdjustmentsAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9918,7 +9918,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9930,7 +9930,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9942,7 +9942,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9954,7 +9954,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9966,7 +9966,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9978,7 +9978,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9990,7 +9990,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10024,21 +10024,21 @@ new ElastigroupAwsScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. | -| BatchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | -| Frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| MaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. | -| MinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. | -| ScaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. | -| ScaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. | -| ScaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. | -| StartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. | -| TargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. | +| BatchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | +| Frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | +| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| MaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. | +| MinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. | +| ScaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. | +| ScaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. | +| ScaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. | +| StartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. | +| TargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -10050,7 +10050,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -10062,7 +10062,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10074,7 +10074,7 @@ public string AdjustmentPercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -10086,7 +10086,7 @@ public string BatchSizePercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -10098,7 +10098,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -10110,7 +10110,7 @@ public string Frequency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -10122,7 +10122,7 @@ public string GracePeriod { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -10134,7 +10134,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -10146,7 +10146,7 @@ public string MaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -10158,7 +10158,7 @@ public string MinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -10170,7 +10170,7 @@ public string ScaleMaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -10182,7 +10182,7 @@ public string ScaleMinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -10194,7 +10194,7 @@ public string ScaleTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -10206,7 +10206,7 @@ public string StartTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -10218,7 +10218,7 @@ public string TargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -10239,8 +10239,8 @@ new ElastigroupAwsSignal { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -10252,7 +10252,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10264,7 +10264,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -10287,10 +10287,10 @@ new ElastigroupAwsStatefulDeallocation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldDeleteImages | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. | -| ShouldDeleteNetworkInterfaces | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. | -| ShouldDeleteSnapshots | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. | -| ShouldDeleteVolumes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | +| ShouldDeleteImages | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. | +| ShouldDeleteNetworkInterfaces | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. | +| ShouldDeleteSnapshots | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. | +| ShouldDeleteVolumes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -10302,7 +10302,7 @@ public object ShouldDeleteImages { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -10314,7 +10314,7 @@ public object ShouldDeleteNetworkInterfaces { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -10326,7 +10326,7 @@ public object ShouldDeleteSnapshots { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -10338,7 +10338,7 @@ public object ShouldDeleteVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -10359,8 +10359,8 @@ new ElastigroupAwsStatefulInstanceAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| StatefulInstanceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| StatefulInstanceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -10372,7 +10372,7 @@ public string StatefulInstanceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -10384,7 +10384,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -10405,8 +10405,8 @@ new ElastigroupAwsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10418,7 +10418,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -10430,7 +10430,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10453,9 +10453,9 @@ new ElastigroupAwsUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldResumeStateful | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. | -| AutoApplyTags | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | +| ShouldResumeStateful | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. | +| AutoApplyTags | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | RollConfig | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -10468,7 +10468,7 @@ public object ShouldResumeStateful { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -10480,7 +10480,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -10492,7 +10492,7 @@ public object AutoApplyTags { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -10506,7 +10506,7 @@ public ElastigroupAwsUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -10531,12 +10531,12 @@ new ElastigroupAwsUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | | Strategy | ElastigroupAwsUpdatePolicyRollConfigStrategy | strategy block. | -| WaitForRollPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. | -| WaitForRollTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | +| WaitForRollPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. | +| WaitForRollTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -10548,7 +10548,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -10560,7 +10560,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -10572,7 +10572,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -10586,7 +10586,7 @@ public ElastigroupAwsUpdatePolicyRollConfigStrategy Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -10598,7 +10598,7 @@ public double WaitForRollPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -10610,7 +10610,7 @@ public double WaitForRollTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -10633,10 +10633,10 @@ new ElastigroupAwsUpdatePolicyRollConfigStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. | +| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. | | OnFailure | ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure | on_failure block. | -| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | +| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -10648,7 +10648,7 @@ public string Action { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -10660,7 +10660,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -10674,7 +10674,7 @@ public ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure OnFailure { get; se on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -10686,7 +10686,7 @@ public object ShouldDrainInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -10710,11 +10710,11 @@ new ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| BatchNum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | -| ShouldDecrementTargetCapacity | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. | -| ShouldHandleAllBatches | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| BatchNum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| ShouldDecrementTargetCapacity | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. | +| ShouldHandleAllBatches | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -10726,7 +10726,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10738,7 +10738,7 @@ public double BatchNum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -10750,7 +10750,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -10762,7 +10762,7 @@ public object ShouldDecrementTargetCapacity { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -10774,7 +10774,7 @@ public object ShouldHandleAllBatches { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. --- diff --git a/docs/elastigroupAws.go.md b/docs/elastigroupAws.go.md index 2cc77277..40623023 100644 --- a/docs/elastigroupAws.go.md +++ b/docs/elastigroupAws.go.md @@ -4,7 +4,7 @@ ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -1456,7 +1456,7 @@ The construct id used in the generated config for the ElastigroupAws to import. The id of the existing ElastigroupAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use --- @@ -3635,38 +3635,38 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Orientation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| SecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | -| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | -| BlockDevicesMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | -| CapacityUnit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | -| ConsiderOdPricing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | -| CpuCredits | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | +| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Orientation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | +| SecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | +| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | +| BlockDevicesMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | +| CapacityUnit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | +| ConsiderOdPricing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | +| CpuCredits | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | | CpuOptions | ElastigroupAwsCpuOptions | cpu_options block. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | | EbsBlockDevice | interface{} | ebs_block_device block. | -| EbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | -| ElasticIps | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | -| ElasticLoadBalancers | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | -| EnableMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | +| EbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | +| ElasticIps | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | +| ElasticLoadBalancers | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | +| EnableMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | | EphemeralBlockDevice | interface{} | ephemeral_block_device block. | -| HealthCheckGracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | -| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | -| HealthCheckUnhealthyDurationBeforeReplacement | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | -| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | +| HealthCheckGracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | +| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | +| HealthCheckUnhealthyDurationBeforeReplacement | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | +| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | | Images | interface{} | images block. | -| ImmediateOdRecoverThreshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | -| InstanceTypesOndemand | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | -| InstanceTypesPreferredSpot | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | -| InstanceTypesSpot | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | +| ImmediateOdRecoverThreshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | +| InstanceTypesOndemand | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | +| InstanceTypesPreferredSpot | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | +| InstanceTypesSpot | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | | InstanceTypesWeights | interface{} | instance_types_weights block. | | IntegrationBeanstalk | ElastigroupAwsIntegrationBeanstalk | integration_beanstalk block. | | IntegrationCodedeploy | ElastigroupAwsIntegrationCodedeploy | integration_codedeploy block. | @@ -3679,47 +3679,47 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | IntegrationRancher | ElastigroupAwsIntegrationRancher | integration_rancher block. | | IntegrationRoute53 | ElastigroupAwsIntegrationRoute53 | integration_route53 block. | | Itf | interface{} | itf block. | -| KeyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | -| LifetimePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| KeyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | +| LifetimePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | Logging | ElastigroupAwsLogging | logging block. | -| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | | MetadataOptions | ElastigroupAwsMetadataOptions | metadata_options block. | -| MinimumInstanceLifetime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | -| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | +| MinimumInstanceLifetime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | +| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | MultipleMetrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | NetworkInterface | interface{} | network_interface block. | -| OndemandCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | -| OnDemandTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | -| PersistBlockDevices | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | -| PersistPrivateIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | -| PersistRootDevice | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | -| PlacementTenancy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | -| PreferredAvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | -| PrivateIps | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| OndemandCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | +| OnDemandTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | +| PersistBlockDevices | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | +| PersistPrivateIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | +| PersistRootDevice | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | +| PlacementTenancy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | +| PreferredAvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | +| PrivateIps | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | | ResourceRequirements | interface{} | resource_requirements block. | | ResourceTagSpecification | interface{} | resource_tag_specification block. | -| RestrictSingleAz | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | +| RestrictSingleAz | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | | RevertToSpot | ElastigroupAwsRevertToSpot | revert_to_spot block. | | ScalingDownPolicy | interface{} | scaling_down_policy block. | | ScalingStrategy | interface{} | scaling_strategy block. | | ScalingTargetPolicy | interface{} | scaling_target_policy block. | | ScalingUpPolicy | interface{} | scaling_up_policy block. | | ScheduledTask | interface{} | scheduled_task block. | -| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | +| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | | Signal | interface{} | signal block. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | | StatefulDeallocation | ElastigroupAwsStatefulDeallocation | stateful_deallocation block. | | StatefulInstanceAction | interface{} | stateful_instance_action block. | -| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | +| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | | Tags | interface{} | tags block. | -| TargetGroupArns | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | +| TargetGroupArns | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | | UpdatePolicy | ElastigroupAwsUpdatePolicy | update_policy block. | -| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | -| UtilizeCommitments | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | -| UtilizeReservedInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | -| WaitForCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | -| WaitForCapacityTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | +| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | +| UtilizeCommitments | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | +| UtilizeReservedInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | +| WaitForCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | +| WaitForCapacityTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -3801,7 +3801,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -3813,7 +3813,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -3825,7 +3825,7 @@ Orientation *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -3837,7 +3837,7 @@ Product *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -3849,7 +3849,7 @@ SecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -3861,7 +3861,7 @@ AutoHealing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. --- @@ -3873,7 +3873,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -3885,7 +3885,7 @@ BlockDevicesMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -3897,7 +3897,7 @@ CapacityUnit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -3909,7 +3909,7 @@ ConsiderOdPricing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -3921,7 +3921,7 @@ CpuCredits *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -3935,7 +3935,7 @@ CpuOptions ElastigroupAwsCpuOptions cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -3947,7 +3947,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -3959,7 +3959,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -3971,7 +3971,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -3985,7 +3985,7 @@ EbsBlockDevice interface{} ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -3997,7 +3997,7 @@ EbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -4009,7 +4009,7 @@ ElasticIps *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -4021,7 +4021,7 @@ ElasticLoadBalancers *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -4033,7 +4033,7 @@ EnableMonitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -4047,7 +4047,7 @@ EphemeralBlockDevice interface{} ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -4059,7 +4059,7 @@ HealthCheckGracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -4071,7 +4071,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -4083,7 +4083,7 @@ HealthCheckUnhealthyDurationBeforeReplacement *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -4095,7 +4095,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -4107,7 +4107,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4122,7 +4122,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -4136,7 +4136,7 @@ Images interface{} images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -4148,7 +4148,7 @@ ImmediateOdRecoverThreshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -4160,7 +4160,7 @@ InstanceTypesOndemand *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -4172,7 +4172,7 @@ InstanceTypesPreferredSpot *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -4184,7 +4184,7 @@ InstanceTypesSpot *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -4198,7 +4198,7 @@ InstanceTypesWeights interface{} instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -4212,7 +4212,7 @@ IntegrationBeanstalk ElastigroupAwsIntegrationBeanstalk integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -4226,7 +4226,7 @@ IntegrationCodedeploy ElastigroupAwsIntegrationCodedeploy integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -4240,7 +4240,7 @@ IntegrationDockerSwarm ElastigroupAwsIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -4254,7 +4254,7 @@ IntegrationEcs ElastigroupAwsIntegrationEcs integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -4268,7 +4268,7 @@ IntegrationGitlab ElastigroupAwsIntegrationGitlab integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -4282,7 +4282,7 @@ IntegrationKubernetes ElastigroupAwsIntegrationKubernetes integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -4296,7 +4296,7 @@ IntegrationMesosphere ElastigroupAwsIntegrationMesosphere integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -4310,7 +4310,7 @@ IntegrationNomad ElastigroupAwsIntegrationNomad integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -4324,7 +4324,7 @@ IntegrationRancher ElastigroupAwsIntegrationRancher integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -4338,7 +4338,7 @@ IntegrationRoute53 ElastigroupAwsIntegrationRoute53 integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -4352,7 +4352,7 @@ Itf interface{} itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -4364,7 +4364,7 @@ KeyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -4376,7 +4376,7 @@ LifetimePeriod *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -4390,7 +4390,7 @@ Logging ElastigroupAwsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -4402,7 +4402,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -4416,7 +4416,7 @@ MetadataOptions ElastigroupAwsMetadataOptions metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -4428,7 +4428,7 @@ MinimumInstanceLifetime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -4440,7 +4440,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -4454,7 +4454,7 @@ MultipleMetrics ElastigroupAwsMultipleMetrics multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -4468,7 +4468,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -4480,7 +4480,7 @@ OndemandCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -4492,7 +4492,7 @@ OnDemandTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -4504,7 +4504,7 @@ PersistBlockDevices interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -4516,7 +4516,7 @@ PersistPrivateIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -4528,7 +4528,7 @@ PersistRootDevice interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -4540,7 +4540,7 @@ PlacementTenancy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -4552,7 +4552,7 @@ PreferredAvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -4564,7 +4564,7 @@ PrivateIps *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -4576,7 +4576,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -4590,7 +4590,7 @@ ResourceRequirements interface{} resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -4604,7 +4604,7 @@ ResourceTagSpecification interface{} resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -4616,7 +4616,7 @@ RestrictSingleAz interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. --- @@ -4630,7 +4630,7 @@ RevertToSpot ElastigroupAwsRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -4644,7 +4644,7 @@ ScalingDownPolicy interface{} scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -4658,7 +4658,7 @@ ScalingStrategy interface{} scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -4672,7 +4672,7 @@ ScalingTargetPolicy interface{} scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -4686,7 +4686,7 @@ ScalingUpPolicy interface{} scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -4700,7 +4700,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -4712,7 +4712,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -4726,7 +4726,7 @@ Signal interface{} signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -4738,7 +4738,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -4752,7 +4752,7 @@ StatefulDeallocation ElastigroupAwsStatefulDeallocation stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -4766,7 +4766,7 @@ StatefulInstanceAction interface{} stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -4778,7 +4778,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -4792,7 +4792,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -4804,7 +4804,7 @@ TargetGroupArns *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -4818,7 +4818,7 @@ UpdatePolicy ElastigroupAwsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -4830,7 +4830,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -4842,7 +4842,7 @@ UtilizeCommitments interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -4854,7 +4854,7 @@ UtilizeReservedInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -4866,7 +4866,7 @@ WaitForCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -4878,7 +4878,7 @@ WaitForCapacityTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -4898,7 +4898,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ThreadsPerCore | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | +| ThreadsPerCore | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -4910,7 +4910,7 @@ ThreadsPerCore *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -4940,17 +4940,17 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | +| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | | DynamicIops | ElastigroupAwsEbsBlockDeviceDynamicIops | dynamic_iops block. | | DynamicVolumeSize | ElastigroupAwsEbsBlockDeviceDynamicVolumeSize | dynamic_volume_size block. | -| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. | -| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. | -| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. | -| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | +| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | +| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. | +| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. | +| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. | +| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -4962,7 +4962,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -4974,7 +4974,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -4988,7 +4988,7 @@ DynamicIops ElastigroupAwsEbsBlockDeviceDynamicIops dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dynamic_iops ElastigroupAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dynamic_iops ElastigroupAws#dynamic_iops} --- @@ -5002,7 +5002,7 @@ DynamicVolumeSize ElastigroupAwsEbsBlockDeviceDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dynamic_volume_size ElastigroupAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dynamic_volume_size ElastigroupAws#dynamic_volume_size} --- @@ -5014,7 +5014,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -5026,7 +5026,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -5038,7 +5038,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -5050,7 +5050,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -5062,7 +5062,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -5074,7 +5074,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -5086,7 +5086,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -5108,9 +5108,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | -| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | +| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | +| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | +| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | --- @@ -5122,7 +5122,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. --- @@ -5134,7 +5134,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. --- @@ -5146,7 +5146,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. --- @@ -5168,9 +5168,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | -| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | +| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | +| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | +| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | --- @@ -5182,7 +5182,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. --- @@ -5194,7 +5194,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. --- @@ -5206,7 +5206,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. --- @@ -5227,8 +5227,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| VirtualName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | +| VirtualName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -5240,7 +5240,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -5252,7 +5252,7 @@ VirtualName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -5286,7 +5286,7 @@ Image interface{} image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -5306,7 +5306,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -5318,7 +5318,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -5342,8 +5342,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| InstanceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. | -| Weight | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| InstanceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. | +| Weight | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -5355,7 +5355,7 @@ InstanceType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -5367,7 +5367,7 @@ Weight *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -5390,7 +5390,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | DeploymentPreferences | ElastigroupAwsIntegrationBeanstalkDeploymentPreferences | deployment_preferences block. | -| EnvironmentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | +| EnvironmentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | ManagedActions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -5405,7 +5405,7 @@ DeploymentPreferences ElastigroupAwsIntegrationBeanstalkDeploymentPreferences deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -5417,7 +5417,7 @@ EnvironmentId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -5431,7 +5431,7 @@ ManagedActions ElastigroupAwsIntegrationBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -5454,9 +5454,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutomaticRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| AutomaticRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | Strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -5469,7 +5469,7 @@ AutomaticRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -5481,7 +5481,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -5493,7 +5493,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -5507,7 +5507,7 @@ Strategy ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -5528,8 +5528,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | +| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -5541,7 +5541,7 @@ Action *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -5553,7 +5553,7 @@ ShouldDrainInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -5587,7 +5587,7 @@ PlatformUpdate ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -5609,9 +5609,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| TimeWindow | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. | -| UpdateLevel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | +| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | +| TimeWindow | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. | +| UpdateLevel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -5623,7 +5623,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -5635,7 +5635,7 @@ TimeWindow *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -5647,7 +5647,7 @@ UpdateLevel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -5669,9 +5669,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CleanupOnFailure | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. | +| CleanupOnFailure | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. | | DeploymentGroups | interface{} | deployment_groups block. | -| TerminateInstanceOnFailure | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | +| TerminateInstanceOnFailure | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -5683,7 +5683,7 @@ CleanupOnFailure interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -5697,7 +5697,7 @@ DeploymentGroups interface{} deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -5709,7 +5709,7 @@ TerminateInstanceOnFailure interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -5730,8 +5730,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApplicationName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. | -| DeploymentGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | +| ApplicationName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. | +| DeploymentGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -5743,7 +5743,7 @@ ApplicationName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -5755,7 +5755,7 @@ DeploymentGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -5780,12 +5780,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| MasterPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| MasterPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | +| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | AutoscaleDown | ElastigroupAwsIntegrationDockerSwarmAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -5797,7 +5797,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -5809,7 +5809,7 @@ MasterPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -5821,7 +5821,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5835,7 +5835,7 @@ AutoscaleDown ElastigroupAwsIntegrationDockerSwarmAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5849,7 +5849,7 @@ AutoscaleHeadroom ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5861,7 +5861,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5882,8 +5882,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -5895,7 +5895,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -5907,7 +5907,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -5929,9 +5929,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -5943,7 +5943,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -5955,7 +5955,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -5967,7 +5967,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -5995,14 +5995,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. | +| ClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. | | AutoscaleAttributes | interface{} | autoscale_attributes block. | -| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | AutoscaleDown | ElastigroupAwsIntegrationEcsAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | ElastigroupAwsIntegrationEcsAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | -| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | -| AutoscaleScaleDownNonServiceTasks | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | +| AutoscaleIsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | +| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| AutoscaleScaleDownNonServiceTasks | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | Batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -6015,7 +6015,7 @@ ClusterName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -6029,7 +6029,7 @@ AutoscaleAttributes interface{} autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -6041,7 +6041,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6055,7 +6055,7 @@ AutoscaleDown ElastigroupAwsIntegrationEcsAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6069,7 +6069,7 @@ AutoscaleHeadroom ElastigroupAwsIntegrationEcsAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6081,7 +6081,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -6093,7 +6093,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6105,7 +6105,7 @@ AutoscaleScaleDownNonServiceTasks interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -6119,7 +6119,7 @@ Batch ElastigroupAwsIntegrationEcsBatch batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -6140,8 +6140,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6153,7 +6153,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6165,7 +6165,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6186,8 +6186,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6199,7 +6199,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6211,7 +6211,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6233,9 +6233,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6247,7 +6247,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6259,7 +6259,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6271,7 +6271,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6291,7 +6291,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| JobQueueNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | +| JobQueueNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -6303,7 +6303,7 @@ JobQueueNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -6337,7 +6337,7 @@ Runner ElastigroupAwsIntegrationGitlabRunner runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -6357,7 +6357,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -6369,7 +6369,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -6398,16 +6398,16 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiServer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | -| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| ApiServer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | +| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | AutoscaleDown | ElastigroupAwsIntegrationKubernetesAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | -| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| AutoscaleIsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | +| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | | AutoscaleLabels | interface{} | autoscale_labels block. | -| ClusterIdentifier | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. | -| IntegrationMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | -| Token | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| ClusterIdentifier | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. | +| IntegrationMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | +| Token | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -6419,7 +6419,7 @@ ApiServer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6431,7 +6431,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6445,7 +6445,7 @@ AutoscaleDown ElastigroupAwsIntegrationKubernetesAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6459,7 +6459,7 @@ AutoscaleHeadroom ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6471,7 +6471,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -6483,7 +6483,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6497,7 +6497,7 @@ AutoscaleLabels interface{} autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -6509,7 +6509,7 @@ ClusterIdentifier *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -6521,7 +6521,7 @@ IntegrationMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -6533,7 +6533,7 @@ Token *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -6554,8 +6554,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6567,7 +6567,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6579,7 +6579,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6601,9 +6601,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6615,7 +6615,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6627,7 +6627,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6639,7 +6639,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6660,8 +6660,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6673,7 +6673,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6685,7 +6685,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6705,7 +6705,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiServer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | +| ApiServer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -6717,7 +6717,7 @@ ApiServer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6744,14 +6744,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| MasterPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| AclToken | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. | +| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| MasterPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | +| AclToken | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. | | AutoscaleConstraints | interface{} | autoscale_constraints block. | -| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | AutoscaleDown | ElastigroupAwsIntegrationNomadAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | ElastigroupAwsIntegrationNomadAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -6763,7 +6763,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6775,7 +6775,7 @@ MasterPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -6787,7 +6787,7 @@ AclToken *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -6801,7 +6801,7 @@ AutoscaleConstraints interface{} autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -6813,7 +6813,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6827,7 +6827,7 @@ AutoscaleDown ElastigroupAwsIntegrationNomadAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6841,7 +6841,7 @@ AutoscaleHeadroom ElastigroupAwsIntegrationNomadAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6853,7 +6853,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6874,8 +6874,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6887,7 +6887,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6899,7 +6899,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6919,7 +6919,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -6931,7 +6931,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6953,9 +6953,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6967,7 +6967,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6979,7 +6979,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6991,7 +6991,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7014,10 +7014,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccessKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| SecretKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| AccessKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. | +| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| SecretKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | +| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -7029,7 +7029,7 @@ AccessKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -7041,7 +7041,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -7053,7 +7053,7 @@ SecretKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -7065,7 +7065,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -7099,7 +7099,7 @@ Domains interface{} domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -7122,10 +7122,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostedZoneId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. | +| HostedZoneId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. | | RecordSets | interface{} | record_sets block. | -| RecordSetType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. | -| SpotinstAcctId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | +| RecordSetType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. | +| SpotinstAcctId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -7137,7 +7137,7 @@ HostedZoneId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -7151,7 +7151,7 @@ RecordSets interface{} record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -7163,7 +7163,7 @@ RecordSetType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -7175,7 +7175,7 @@ SpotinstAcctId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -7197,9 +7197,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| UsePublicDns | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. | -| UsePublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| UsePublicDns | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. | +| UsePublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -7211,7 +7211,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7223,7 +7223,7 @@ UsePublicDns interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -7235,7 +7235,7 @@ UsePublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -7260,12 +7260,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| FixedTargetGroups | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. | +| FixedTargetGroups | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. | | LoadBalancer | interface{} | load_balancer block. | | TargetGroupConfig | interface{} | target_group_config block. | -| WeightStrategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. | +| WeightStrategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. | | DefaultStaticTargetGroup | ElastigroupAwsItfDefaultStaticTargetGroup | default_static_target_group block. | -| MigrationHealthinessThreshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | +| MigrationHealthinessThreshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -7277,7 +7277,7 @@ FixedTargetGroups interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -7291,7 +7291,7 @@ LoadBalancer interface{} load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -7305,7 +7305,7 @@ TargetGroupConfig interface{} target_group_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -7317,7 +7317,7 @@ WeightStrategy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -7331,7 +7331,7 @@ DefaultStaticTargetGroup ElastigroupAwsItfDefaultStaticTargetGroup default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -7343,7 +7343,7 @@ MigrationHealthinessThreshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -7364,8 +7364,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7377,7 +7377,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7389,7 +7389,7 @@ Percentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7411,7 +7411,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | ListenerRule | interface{} | listener_rule block. | -| LoadBalancerArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | +| LoadBalancerArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -7425,7 +7425,7 @@ ListenerRule interface{} listener_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -7437,7 +7437,7 @@ LoadBalancerArn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -7458,7 +7458,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| RuleArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | +| RuleArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | StaticTargetGroup | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -7471,7 +7471,7 @@ RuleArn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -7485,7 +7485,7 @@ StaticTargetGroup ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -7506,8 +7506,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7519,7 +7519,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7531,7 +7531,7 @@ Percentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7563,19 +7563,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HealthCheckPath | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. | -| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| VpcId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. | -| HealthCheckIntervalSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. | -| HealthCheckPort | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. | -| HealthCheckProtocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. | -| HealthCheckTimeoutSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. | -| HealthyThresholdCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. | +| HealthCheckPath | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. | +| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | +| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | +| VpcId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. | +| HealthCheckIntervalSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. | +| HealthCheckPort | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. | +| HealthCheckProtocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. | +| HealthCheckTimeoutSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. | +| HealthyThresholdCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. | | Matcher | interface{} | matcher block. | -| ProtocolVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. | +| ProtocolVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. | | Tags | interface{} | tags block. | -| UnhealthyThresholdCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | +| UnhealthyThresholdCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -7587,7 +7587,7 @@ HealthCheckPath *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -7599,7 +7599,7 @@ Port *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -7611,7 +7611,7 @@ Protocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -7623,7 +7623,7 @@ VpcId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -7635,7 +7635,7 @@ HealthCheckIntervalSeconds *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -7647,7 +7647,7 @@ HealthCheckPort *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -7659,7 +7659,7 @@ HealthCheckProtocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -7671,7 +7671,7 @@ HealthCheckTimeoutSeconds *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -7683,7 +7683,7 @@ HealthyThresholdCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -7697,7 +7697,7 @@ Matcher interface{} matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -7709,7 +7709,7 @@ ProtocolVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -7723,7 +7723,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -7735,7 +7735,7 @@ UnhealthyThresholdCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -7756,8 +7756,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| GrpcCode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. | -| HttpCode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | +| GrpcCode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. | +| HttpCode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -7769,7 +7769,7 @@ GrpcCode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -7781,7 +7781,7 @@ HttpCode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -7802,8 +7802,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. | -| TagValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | +| TagKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. | +| TagValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -7815,7 +7815,7 @@ TagKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -7827,7 +7827,7 @@ TagValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -7861,7 +7861,7 @@ Export ElastigroupAwsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} --- @@ -7895,7 +7895,7 @@ S3 interface{} s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} --- @@ -7915,7 +7915,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -7927,7 +7927,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -7952,9 +7952,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. | -| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. | -| InstanceMetadataTags | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | +| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. | +| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. | +| InstanceMetadataTags | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -7966,7 +7966,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -7978,7 +7978,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -7990,7 +7990,7 @@ InstanceMetadataTags *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -8026,7 +8026,7 @@ Expressions interface{} expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -8040,7 +8040,7 @@ Metrics interface{} metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -8061,8 +8061,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -8074,7 +8074,7 @@ Expression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -8086,7 +8086,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8112,13 +8112,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | | Dimensions | interface{} | dimensions block. | -| ExtendedStatistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| ExtendedStatistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8130,7 +8130,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8142,7 +8142,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8154,7 +8154,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8168,7 +8168,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8180,7 +8180,7 @@ ExtendedStatistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -8192,7 +8192,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8204,7 +8204,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8225,8 +8225,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8238,7 +8238,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8250,7 +8250,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8277,14 +8277,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceIndex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. | -| AssociateIpv6Address | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. | -| AssociatePublicIpAddress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| NetworkInterfaceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. | -| PrivateIpAddress | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. | -| SecondaryPrivateIpAddressCount | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | +| DeviceIndex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. | +| AssociateIpv6Address | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. | +| AssociatePublicIpAddress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. | +| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| NetworkInterfaceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. | +| PrivateIpAddress | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. | +| SecondaryPrivateIpAddressCount | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -8296,7 +8296,7 @@ DeviceIndex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -8308,7 +8308,7 @@ AssociateIpv6Address interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -8320,7 +8320,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -8332,7 +8332,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -8344,7 +8344,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -8356,7 +8356,7 @@ NetworkInterfaceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -8368,7 +8368,7 @@ PrivateIpAddress *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -8380,7 +8380,7 @@ SecondaryPrivateIpAddressCount *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -8408,15 +8408,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| RequiredMemoryMaximum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. | -| RequiredMemoryMinimum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. | -| RequiredVcpuMaximum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. | -| RequiredVcpuMinimum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. | -| ExcludedInstanceFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. | -| ExcludedInstanceGenerations | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. | -| ExcludedInstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. | -| RequiredGpuMaximum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. | -| RequiredGpuMinimum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | +| RequiredMemoryMaximum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. | +| RequiredMemoryMinimum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. | +| RequiredVcpuMaximum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. | +| RequiredVcpuMinimum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. | +| ExcludedInstanceFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. | +| ExcludedInstanceGenerations | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. | +| ExcludedInstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. | +| RequiredGpuMaximum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. | +| RequiredGpuMinimum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -8428,7 +8428,7 @@ RequiredMemoryMaximum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -8440,7 +8440,7 @@ RequiredMemoryMinimum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -8452,7 +8452,7 @@ RequiredVcpuMaximum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -8464,7 +8464,7 @@ RequiredVcpuMinimum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -8476,7 +8476,7 @@ ExcludedInstanceFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -8488,7 +8488,7 @@ ExcludedInstanceGenerations *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -8500,7 +8500,7 @@ ExcludedInstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -8512,7 +8512,7 @@ RequiredGpuMaximum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -8524,7 +8524,7 @@ RequiredGpuMinimum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -8547,10 +8547,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagAmis | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. | -| ShouldTagEnis | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. | -| ShouldTagSnapshots | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. | -| ShouldTagVolumes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | +| ShouldTagAmis | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. | +| ShouldTagEnis | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. | +| ShouldTagSnapshots | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. | +| ShouldTagVolumes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -8562,7 +8562,7 @@ ShouldTagAmis interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -8574,7 +8574,7 @@ ShouldTagEnis interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -8586,7 +8586,7 @@ ShouldTagSnapshots interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -8598,7 +8598,7 @@ ShouldTagVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -8619,8 +8619,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | +| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | +| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -8632,7 +8632,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -8644,7 +8644,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -8684,27 +8684,27 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | Dimensions | interface{} | dimensions block. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | | StepAdjustments | interface{} | step_adjustments block. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8716,7 +8716,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8728,7 +8728,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8740,7 +8740,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8752,7 +8752,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -8764,7 +8764,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8776,7 +8776,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8790,7 +8790,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8802,7 +8802,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8814,7 +8814,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -8826,7 +8826,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8838,7 +8838,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8850,7 +8850,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8862,7 +8862,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8874,7 +8874,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -8886,7 +8886,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -8898,7 +8898,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -8910,7 +8910,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8924,7 +8924,7 @@ StepAdjustments interface{} step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -8936,7 +8936,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8948,7 +8948,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8960,7 +8960,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8981,8 +8981,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8994,7 +8994,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9006,7 +9006,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9028,7 +9028,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | Action | ElastigroupAwsScalingDownPolicyStepAdjustmentsAction | action block. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -9042,7 +9042,7 @@ Action ElastigroupAwsScalingDownPolicyStepAdjustmentsAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9054,7 +9054,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9080,13 +9080,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9098,7 +9098,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9110,7 +9110,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9122,7 +9122,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9134,7 +9134,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9146,7 +9146,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9158,7 +9158,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9170,7 +9170,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9191,8 +9191,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerminateAtEndOfBillingHour | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. | -| TerminationPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | +| TerminateAtEndOfBillingHour | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. | +| TerminationPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -9204,7 +9204,7 @@ TerminateAtEndOfBillingHour interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -9216,7 +9216,7 @@ TerminationPolicy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -9248,19 +9248,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| Target | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| Target | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | Dimensions | interface{} | dimensions block. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxCapacityPerScale | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| PredictiveMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| MaxCapacityPerScale | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| PredictiveMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9272,7 +9272,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9284,7 +9284,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9296,7 +9296,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9308,7 +9308,7 @@ Target *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9320,7 +9320,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9334,7 +9334,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9346,7 +9346,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9358,7 +9358,7 @@ MaxCapacityPerScale *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -9370,7 +9370,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9382,7 +9382,7 @@ PredictiveMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -9394,7 +9394,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9406,7 +9406,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9418,7 +9418,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9439,8 +9439,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9452,7 +9452,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9464,7 +9464,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9504,27 +9504,27 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | Dimensions | interface{} | dimensions block. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | | StepAdjustments | interface{} | step_adjustments block. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9536,7 +9536,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9548,7 +9548,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9560,7 +9560,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9572,7 +9572,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -9584,7 +9584,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9596,7 +9596,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9610,7 +9610,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9622,7 +9622,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9634,7 +9634,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9646,7 +9646,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9658,7 +9658,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9670,7 +9670,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9682,7 +9682,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9694,7 +9694,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -9706,7 +9706,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9718,7 +9718,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9730,7 +9730,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9744,7 +9744,7 @@ StepAdjustments interface{} step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -9756,7 +9756,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9768,7 +9768,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9780,7 +9780,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9801,8 +9801,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9814,7 +9814,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9826,7 +9826,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9848,7 +9848,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | Action | ElastigroupAwsScalingUpPolicyStepAdjustmentsAction | action block. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -9862,7 +9862,7 @@ Action ElastigroupAwsScalingUpPolicyStepAdjustmentsAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9874,7 +9874,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9900,13 +9900,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9918,7 +9918,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9930,7 +9930,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9942,7 +9942,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9954,7 +9954,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9966,7 +9966,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9978,7 +9978,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9990,7 +9990,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10024,21 +10024,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. | -| BatchSizePercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | -| Frequency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| MaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. | -| MinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. | -| ScaleMaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. | -| ScaleMinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. | -| ScaleTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. | -| StartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. | -| TargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. | +| BatchSizePercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | +| Frequency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | +| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| MaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. | +| MinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. | +| ScaleMaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. | +| ScaleMinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. | +| ScaleTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. | +| StartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. | +| TargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -10050,7 +10050,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -10062,7 +10062,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10074,7 +10074,7 @@ AdjustmentPercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -10086,7 +10086,7 @@ BatchSizePercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -10098,7 +10098,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -10110,7 +10110,7 @@ Frequency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -10122,7 +10122,7 @@ GracePeriod *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -10134,7 +10134,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -10146,7 +10146,7 @@ MaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -10158,7 +10158,7 @@ MinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -10170,7 +10170,7 @@ ScaleMaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -10182,7 +10182,7 @@ ScaleMinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -10194,7 +10194,7 @@ ScaleTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -10206,7 +10206,7 @@ StartTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -10218,7 +10218,7 @@ TargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -10239,8 +10239,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -10252,7 +10252,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10264,7 +10264,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -10287,10 +10287,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldDeleteImages | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. | -| ShouldDeleteNetworkInterfaces | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. | -| ShouldDeleteSnapshots | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. | -| ShouldDeleteVolumes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | +| ShouldDeleteImages | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. | +| ShouldDeleteNetworkInterfaces | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. | +| ShouldDeleteSnapshots | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. | +| ShouldDeleteVolumes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -10302,7 +10302,7 @@ ShouldDeleteImages interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -10314,7 +10314,7 @@ ShouldDeleteNetworkInterfaces interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -10326,7 +10326,7 @@ ShouldDeleteSnapshots interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -10338,7 +10338,7 @@ ShouldDeleteVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -10359,8 +10359,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| StatefulInstanceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| StatefulInstanceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -10372,7 +10372,7 @@ StatefulInstanceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -10384,7 +10384,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -10405,8 +10405,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10418,7 +10418,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -10430,7 +10430,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10453,9 +10453,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldResumeStateful | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. | -| AutoApplyTags | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | +| ShouldResumeStateful | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. | +| AutoApplyTags | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | RollConfig | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -10468,7 +10468,7 @@ ShouldResumeStateful interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -10480,7 +10480,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -10492,7 +10492,7 @@ AutoApplyTags interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -10506,7 +10506,7 @@ RollConfig ElastigroupAwsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -10531,12 +10531,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | | Strategy | ElastigroupAwsUpdatePolicyRollConfigStrategy | strategy block. | -| WaitForRollPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. | -| WaitForRollTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | +| WaitForRollPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. | +| WaitForRollTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -10548,7 +10548,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -10560,7 +10560,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -10572,7 +10572,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -10586,7 +10586,7 @@ Strategy ElastigroupAwsUpdatePolicyRollConfigStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -10598,7 +10598,7 @@ WaitForRollPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -10610,7 +10610,7 @@ WaitForRollTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -10633,10 +10633,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. | +| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. | | OnFailure | ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure | on_failure block. | -| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | +| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -10648,7 +10648,7 @@ Action *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -10660,7 +10660,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -10674,7 +10674,7 @@ OnFailure ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -10686,7 +10686,7 @@ ShouldDrainInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -10710,11 +10710,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| BatchNum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | -| ShouldDecrementTargetCapacity | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. | -| ShouldHandleAllBatches | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| BatchNum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| ShouldDecrementTargetCapacity | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. | +| ShouldHandleAllBatches | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -10726,7 +10726,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10738,7 +10738,7 @@ BatchNum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -10750,7 +10750,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -10762,7 +10762,7 @@ ShouldDecrementTargetCapacity interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -10774,7 +10774,7 @@ ShouldHandleAllBatches interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. --- diff --git a/docs/elastigroupAws.java.md b/docs/elastigroupAws.java.md index 36499277..7350a75c 100644 --- a/docs/elastigroupAws.java.md +++ b/docs/elastigroupAws.java.md @@ -4,7 +4,7 @@ ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -149,38 +149,38 @@ ElastigroupAws.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| orientation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | -| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | -| blockDevicesMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | -| capacityUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | -| considerOdPricing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | -| cpuCredits | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| orientation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | +| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | +| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | +| blockDevicesMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | +| capacityUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | +| considerOdPricing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | +| cpuCredits | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | | cpuOptions | ElastigroupAwsCpuOptions | cpu_options block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | | ebsBlockDevice | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsEbsBlockDevice> | ebs_block_device block. | -| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | -| elasticIps | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | -| elasticLoadBalancers | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | -| enableMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | +| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | +| elasticIps | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | +| elasticLoadBalancers | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | +| enableMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | | ephemeralBlockDevice | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsEphemeralBlockDevice> | ephemeral_block_device block. | -| healthCheckGracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | -| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | -| healthCheckUnhealthyDurationBeforeReplacement | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | +| healthCheckGracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | +| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | +| healthCheckUnhealthyDurationBeforeReplacement | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | | images | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsImages> | images block. | -| immediateOdRecoverThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | -| instanceTypesOndemand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | -| instanceTypesPreferredSpot | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | -| instanceTypesSpot | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | +| immediateOdRecoverThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | +| instanceTypesOndemand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | +| instanceTypesPreferredSpot | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | +| instanceTypesSpot | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | | instanceTypesWeights | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsInstanceTypesWeights> | instance_types_weights block. | | integrationBeanstalk | ElastigroupAwsIntegrationBeanstalk | integration_beanstalk block. | | integrationCodedeploy | ElastigroupAwsIntegrationCodedeploy | integration_codedeploy block. | @@ -193,47 +193,47 @@ ElastigroupAws.Builder.create(Construct scope, java.lang.String id) | integrationRancher | ElastigroupAwsIntegrationRancher | integration_rancher block. | | integrationRoute53 | ElastigroupAwsIntegrationRoute53 | integration_route53 block. | | itf | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsItf> | itf block. | -| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | -| lifetimePeriod | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | +| lifetimePeriod | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | logging | ElastigroupAwsLogging | logging block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | | metadataOptions | ElastigroupAwsMetadataOptions | metadata_options block. | -| minimumInstanceLifetime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | +| minimumInstanceLifetime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multipleMetrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | networkInterface | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsNetworkInterface> | network_interface block. | -| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | -| onDemandTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | -| persistBlockDevices | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | -| persistPrivateIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | -| persistRootDevice | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | -| placementTenancy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | -| preferredAvailabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | -| privateIps | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | +| onDemandTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | +| persistBlockDevices | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | +| persistPrivateIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | +| persistRootDevice | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | +| placementTenancy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | +| preferredAvailabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | +| privateIps | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | | resourceRequirements | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsResourceRequirements> | resource_requirements block. | | resourceTagSpecification | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsResourceTagSpecification> | resource_tag_specification block. | -| restrictSingleAz | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | +| restrictSingleAz | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | | revertToSpot | ElastigroupAwsRevertToSpot | revert_to_spot block. | | scalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScalingDownPolicy> | scaling_down_policy block. | | scalingStrategy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScalingStrategy> | scaling_strategy block. | | scalingTargetPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScalingTargetPolicy> | scaling_target_policy block. | | scalingUpPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScalingUpPolicy> | scaling_up_policy block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScheduledTask> | scheduled_task block. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | | signal | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsSignal> | signal block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | | statefulDeallocation | ElastigroupAwsStatefulDeallocation | stateful_deallocation block. | | statefulInstanceAction | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsStatefulInstanceAction> | stateful_instance_action block. | -| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | +| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsTags> | tags block. | -| targetGroupArns | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | +| targetGroupArns | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | | updatePolicy | ElastigroupAwsUpdatePolicy | update_policy block. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | -| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | -| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | -| waitForCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | -| waitForCapacityTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | +| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | +| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | +| waitForCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | +| waitForCapacityTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -301,7 +301,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -317,7 +317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -341,7 +341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -357,7 +357,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -373,7 +373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -381,7 +381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -399,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -407,7 +407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -415,7 +415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -425,7 +425,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -433,7 +433,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -441,7 +441,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -449,7 +449,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -457,7 +457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -467,7 +467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -475,7 +475,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -483,7 +483,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -491,7 +491,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -499,7 +499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -507,7 +507,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -518,7 +518,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -528,7 +528,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -536,7 +536,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -544,7 +544,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -552,7 +552,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -560,7 +560,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -570,7 +570,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -580,7 +580,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -590,7 +590,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -600,7 +600,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -610,7 +610,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -620,7 +620,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -630,7 +630,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -640,7 +640,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -650,7 +650,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -660,7 +660,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -670,7 +670,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -680,7 +680,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -688,7 +688,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -696,7 +696,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -706,7 +706,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -714,7 +714,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -724,7 +724,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -732,7 +732,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -740,7 +740,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -750,7 +750,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -760,7 +760,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -768,7 +768,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -776,7 +776,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -784,7 +784,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -792,7 +792,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -800,7 +800,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -808,7 +808,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -816,7 +816,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -824,7 +824,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -832,7 +832,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -842,7 +842,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -852,7 +852,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -860,7 +860,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. --- @@ -870,7 +870,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -880,7 +880,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -890,7 +890,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -900,7 +900,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -910,7 +910,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -920,7 +920,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -928,7 +928,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -938,7 +938,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -946,7 +946,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -956,7 +956,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -966,7 +966,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -974,7 +974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -984,7 +984,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -992,7 +992,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -1002,7 +1002,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -1010,7 +1010,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -1018,7 +1018,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -1026,7 +1026,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -1034,7 +1034,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -1042,7 +1042,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -2458,7 +2458,7 @@ The construct id used in the generated config for the ElastigroupAws to import. The id of the existing ElastigroupAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use --- @@ -4668,38 +4668,38 @@ ElastigroupAwsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| orientation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | -| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | -| blockDevicesMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | -| capacityUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | -| considerOdPricing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | -| cpuCredits | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| orientation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | +| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | +| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | +| blockDevicesMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | +| capacityUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | +| considerOdPricing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | +| cpuCredits | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | | cpuOptions | ElastigroupAwsCpuOptions | cpu_options block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | | ebsBlockDevice | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsEbsBlockDevice> | ebs_block_device block. | -| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | -| elasticIps | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | -| elasticLoadBalancers | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | -| enableMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | +| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | +| elasticIps | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | +| elasticLoadBalancers | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | +| enableMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | | ephemeralBlockDevice | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsEphemeralBlockDevice> | ephemeral_block_device block. | -| healthCheckGracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | -| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | -| healthCheckUnhealthyDurationBeforeReplacement | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | +| healthCheckGracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | +| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | +| healthCheckUnhealthyDurationBeforeReplacement | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | | images | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsImages> | images block. | -| immediateOdRecoverThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | -| instanceTypesOndemand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | -| instanceTypesPreferredSpot | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | -| instanceTypesSpot | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | +| immediateOdRecoverThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | +| instanceTypesOndemand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | +| instanceTypesPreferredSpot | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | +| instanceTypesSpot | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | | instanceTypesWeights | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsInstanceTypesWeights> | instance_types_weights block. | | integrationBeanstalk | ElastigroupAwsIntegrationBeanstalk | integration_beanstalk block. | | integrationCodedeploy | ElastigroupAwsIntegrationCodedeploy | integration_codedeploy block. | @@ -4712,47 +4712,47 @@ ElastigroupAwsConfig.builder() | integrationRancher | ElastigroupAwsIntegrationRancher | integration_rancher block. | | integrationRoute53 | ElastigroupAwsIntegrationRoute53 | integration_route53 block. | | itf | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsItf> | itf block. | -| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | -| lifetimePeriod | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | +| lifetimePeriod | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | logging | ElastigroupAwsLogging | logging block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | | metadataOptions | ElastigroupAwsMetadataOptions | metadata_options block. | -| minimumInstanceLifetime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | +| minimumInstanceLifetime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multipleMetrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | networkInterface | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsNetworkInterface> | network_interface block. | -| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | -| onDemandTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | -| persistBlockDevices | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | -| persistPrivateIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | -| persistRootDevice | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | -| placementTenancy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | -| preferredAvailabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | -| privateIps | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | +| onDemandTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | +| persistBlockDevices | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | +| persistPrivateIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | +| persistRootDevice | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | +| placementTenancy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | +| preferredAvailabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | +| privateIps | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | | resourceRequirements | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsResourceRequirements> | resource_requirements block. | | resourceTagSpecification | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsResourceTagSpecification> | resource_tag_specification block. | -| restrictSingleAz | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | +| restrictSingleAz | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | | revertToSpot | ElastigroupAwsRevertToSpot | revert_to_spot block. | | scalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScalingDownPolicy> | scaling_down_policy block. | | scalingStrategy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScalingStrategy> | scaling_strategy block. | | scalingTargetPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScalingTargetPolicy> | scaling_target_policy block. | | scalingUpPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScalingUpPolicy> | scaling_up_policy block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScheduledTask> | scheduled_task block. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | | signal | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsSignal> | signal block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | | statefulDeallocation | ElastigroupAwsStatefulDeallocation | stateful_deallocation block. | | statefulInstanceAction | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsStatefulInstanceAction> | stateful_instance_action block. | -| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | +| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsTags> | tags block. | -| targetGroupArns | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | +| targetGroupArns | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | | updatePolicy | ElastigroupAwsUpdatePolicy | update_policy block. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | -| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | -| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | -| waitForCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | -| waitForCapacityTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | +| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | +| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | +| waitForCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | +| waitForCapacityTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -4834,7 +4834,7 @@ public java.lang.Object getFallbackToOndemand(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -4846,7 +4846,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -4858,7 +4858,7 @@ public java.lang.String getOrientation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -4870,7 +4870,7 @@ public java.lang.String getProduct(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -4882,7 +4882,7 @@ public java.util.List getSecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -4894,7 +4894,7 @@ public java.lang.Object getAutoHealing(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. --- @@ -4906,7 +4906,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -4918,7 +4918,7 @@ public java.lang.String getBlockDevicesMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -4930,7 +4930,7 @@ public java.lang.String getCapacityUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -4942,7 +4942,7 @@ public java.lang.Object getConsiderOdPricing(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -4954,7 +4954,7 @@ public java.lang.String getCpuCredits(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -4968,7 +4968,7 @@ public ElastigroupAwsCpuOptions getCpuOptions(); cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -4980,7 +4980,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -4992,7 +4992,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -5004,7 +5004,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -5018,7 +5018,7 @@ public java.lang.Object getEbsBlockDevice(); ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -5030,7 +5030,7 @@ public java.lang.Object getEbsOptimized(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -5042,7 +5042,7 @@ public java.util.List getElasticIps(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -5054,7 +5054,7 @@ public java.util.List getElasticLoadBalancers(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -5066,7 +5066,7 @@ public java.lang.Object getEnableMonitoring(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -5080,7 +5080,7 @@ public java.lang.Object getEphemeralBlockDevice(); ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -5092,7 +5092,7 @@ public java.lang.Number getHealthCheckGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -5104,7 +5104,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -5116,7 +5116,7 @@ public java.lang.Number getHealthCheckUnhealthyDurationBeforeReplacement(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -5128,7 +5128,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -5140,7 +5140,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -5155,7 +5155,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -5169,7 +5169,7 @@ public java.lang.Object getImages(); images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -5181,7 +5181,7 @@ public java.lang.Number getImmediateOdRecoverThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -5193,7 +5193,7 @@ public java.lang.String getInstanceTypesOndemand(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -5205,7 +5205,7 @@ public java.util.List getInstanceTypesPreferredSpot(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -5217,7 +5217,7 @@ public java.util.List getInstanceTypesSpot(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -5231,7 +5231,7 @@ public java.lang.Object getInstanceTypesWeights(); instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -5245,7 +5245,7 @@ public ElastigroupAwsIntegrationBeanstalk getIntegrationBeanstalk(); integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -5259,7 +5259,7 @@ public ElastigroupAwsIntegrationCodedeploy getIntegrationCodedeploy(); integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -5273,7 +5273,7 @@ public ElastigroupAwsIntegrationDockerSwarm getIntegrationDockerSwarm(); integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -5287,7 +5287,7 @@ public ElastigroupAwsIntegrationEcs getIntegrationEcs(); integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -5301,7 +5301,7 @@ public ElastigroupAwsIntegrationGitlab getIntegrationGitlab(); integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -5315,7 +5315,7 @@ public ElastigroupAwsIntegrationKubernetes getIntegrationKubernetes(); integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -5329,7 +5329,7 @@ public ElastigroupAwsIntegrationMesosphere getIntegrationMesosphere(); integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -5343,7 +5343,7 @@ public ElastigroupAwsIntegrationNomad getIntegrationNomad(); integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -5357,7 +5357,7 @@ public ElastigroupAwsIntegrationRancher getIntegrationRancher(); integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -5371,7 +5371,7 @@ public ElastigroupAwsIntegrationRoute53 getIntegrationRoute53(); integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -5385,7 +5385,7 @@ public java.lang.Object getItf(); itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -5397,7 +5397,7 @@ public java.lang.String getKeyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -5409,7 +5409,7 @@ public java.lang.String getLifetimePeriod(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -5423,7 +5423,7 @@ public ElastigroupAwsLogging getLogging(); logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -5435,7 +5435,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -5449,7 +5449,7 @@ public ElastigroupAwsMetadataOptions getMetadataOptions(); metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -5461,7 +5461,7 @@ public java.lang.Number getMinimumInstanceLifetime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -5473,7 +5473,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -5487,7 +5487,7 @@ public ElastigroupAwsMultipleMetrics getMultipleMetrics(); multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -5501,7 +5501,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -5513,7 +5513,7 @@ public java.lang.Number getOndemandCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -5525,7 +5525,7 @@ public java.util.List getOnDemandTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -5537,7 +5537,7 @@ public java.lang.Object getPersistBlockDevices(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -5549,7 +5549,7 @@ public java.lang.Object getPersistPrivateIp(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -5561,7 +5561,7 @@ public java.lang.Object getPersistRootDevice(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -5573,7 +5573,7 @@ public java.lang.String getPlacementTenancy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -5585,7 +5585,7 @@ public java.util.List getPreferredAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -5597,7 +5597,7 @@ public java.util.List getPrivateIps(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -5609,7 +5609,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -5623,7 +5623,7 @@ public java.lang.Object getResourceRequirements(); resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -5637,7 +5637,7 @@ public java.lang.Object getResourceTagSpecification(); resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -5649,7 +5649,7 @@ public java.lang.Object getRestrictSingleAz(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. --- @@ -5663,7 +5663,7 @@ public ElastigroupAwsRevertToSpot getRevertToSpot(); revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -5677,7 +5677,7 @@ public java.lang.Object getScalingDownPolicy(); scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -5691,7 +5691,7 @@ public java.lang.Object getScalingStrategy(); scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -5705,7 +5705,7 @@ public java.lang.Object getScalingTargetPolicy(); scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -5719,7 +5719,7 @@ public java.lang.Object getScalingUpPolicy(); scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -5733,7 +5733,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -5745,7 +5745,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -5759,7 +5759,7 @@ public java.lang.Object getSignal(); signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -5771,7 +5771,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -5785,7 +5785,7 @@ public ElastigroupAwsStatefulDeallocation getStatefulDeallocation(); stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -5799,7 +5799,7 @@ public java.lang.Object getStatefulInstanceAction(); stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -5811,7 +5811,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -5825,7 +5825,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -5837,7 +5837,7 @@ public java.util.List getTargetGroupArns(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -5851,7 +5851,7 @@ public ElastigroupAwsUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -5863,7 +5863,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -5875,7 +5875,7 @@ public java.lang.Object getUtilizeCommitments(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -5887,7 +5887,7 @@ public java.lang.Object getUtilizeReservedInstances(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -5899,7 +5899,7 @@ public java.lang.Number getWaitForCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -5911,7 +5911,7 @@ public java.lang.Number getWaitForCapacityTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -5931,7 +5931,7 @@ ElastigroupAwsCpuOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| threadsPerCore | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | +| threadsPerCore | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -5943,7 +5943,7 @@ public java.lang.Number getThreadsPerCore(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -5975,17 +5975,17 @@ ElastigroupAwsEbsBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | +| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | | dynamicIops | ElastigroupAwsEbsBlockDeviceDynamicIops | dynamic_iops block. | | dynamicVolumeSize | ElastigroupAwsEbsBlockDeviceDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | -| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. | -| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. | -| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | -| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. | -| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | +| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | +| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | +| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. | +| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. | +| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | +| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. | +| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -5997,7 +5997,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -6009,7 +6009,7 @@ public java.lang.Object getDeleteOnTermination(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -6023,7 +6023,7 @@ public ElastigroupAwsEbsBlockDeviceDynamicIops getDynamicIops(); dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dynamic_iops ElastigroupAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dynamic_iops ElastigroupAws#dynamic_iops} --- @@ -6037,7 +6037,7 @@ public ElastigroupAwsEbsBlockDeviceDynamicVolumeSize getDynamicVolumeSize(); dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dynamic_volume_size ElastigroupAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dynamic_volume_size ElastigroupAws#dynamic_volume_size} --- @@ -6049,7 +6049,7 @@ public java.lang.Object getEncrypted(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -6061,7 +6061,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -6073,7 +6073,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -6085,7 +6085,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -6097,7 +6097,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -6109,7 +6109,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -6121,7 +6121,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -6143,9 +6143,9 @@ ElastigroupAwsEbsBlockDeviceDynamicIops.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | -| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | -| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | +| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | +| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | +| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | --- @@ -6157,7 +6157,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. --- @@ -6169,7 +6169,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. --- @@ -6181,7 +6181,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. --- @@ -6203,9 +6203,9 @@ ElastigroupAwsEbsBlockDeviceDynamicVolumeSize.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | -| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | -| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | +| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | +| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | +| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | --- @@ -6217,7 +6217,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. --- @@ -6229,7 +6229,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. --- @@ -6241,7 +6241,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. --- @@ -6262,8 +6262,8 @@ ElastigroupAwsEphemeralBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| virtualName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | +| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | +| virtualName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -6275,7 +6275,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -6287,7 +6287,7 @@ public java.lang.String getVirtualName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -6322,7 +6322,7 @@ public java.lang.Object getImage(); image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -6342,7 +6342,7 @@ ElastigroupAwsImagesImage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -6354,7 +6354,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -6378,8 +6378,8 @@ ElastigroupAwsInstanceTypesWeights.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| instanceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. | -| weight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| instanceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. | +| weight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -6391,7 +6391,7 @@ public java.lang.String getInstanceType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -6403,7 +6403,7 @@ public java.lang.Number getWeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -6426,7 +6426,7 @@ ElastigroupAwsIntegrationBeanstalk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | deploymentPreferences | ElastigroupAwsIntegrationBeanstalkDeploymentPreferences | deployment_preferences block. | -| environmentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | +| environmentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | managedActions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -6441,7 +6441,7 @@ public ElastigroupAwsIntegrationBeanstalkDeploymentPreferences getDeploymentPref deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -6453,7 +6453,7 @@ public java.lang.String getEnvironmentId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -6467,7 +6467,7 @@ public ElastigroupAwsIntegrationBeanstalkManagedActions getManagedActions(); managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -6491,9 +6491,9 @@ ElastigroupAwsIntegrationBeanstalkDeploymentPreferences.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| automaticRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| automaticRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -6506,7 +6506,7 @@ public java.lang.Object getAutomaticRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -6518,7 +6518,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -6530,7 +6530,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -6544,7 +6544,7 @@ public ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy getStrate strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -6566,8 +6566,8 @@ ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| shouldDrainInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | +| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| shouldDrainInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -6579,7 +6579,7 @@ public java.lang.String getAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -6591,7 +6591,7 @@ public java.lang.Object getShouldDrainInstances(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -6625,7 +6625,7 @@ public ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate getPlatfor platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -6647,9 +6647,9 @@ ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| timeWindow | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. | -| updateLevel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | +| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | +| timeWindow | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. | +| updateLevel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -6661,7 +6661,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -6673,7 +6673,7 @@ public java.lang.String getTimeWindow(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -6685,7 +6685,7 @@ public java.lang.String getUpdateLevel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -6710,9 +6710,9 @@ ElastigroupAwsIntegrationCodedeploy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cleanupOnFailure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. | +| cleanupOnFailure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. | | deploymentGroups | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsIntegrationCodedeployDeploymentGroups> | deployment_groups block. | -| terminateInstanceOnFailure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | +| terminateInstanceOnFailure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -6724,7 +6724,7 @@ public java.lang.Object getCleanupOnFailure(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -6738,7 +6738,7 @@ public java.lang.Object getDeploymentGroups(); deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -6750,7 +6750,7 @@ public java.lang.Object getTerminateInstanceOnFailure(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -6771,8 +6771,8 @@ ElastigroupAwsIntegrationCodedeployDeploymentGroups.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| applicationName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. | -| deploymentGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | +| applicationName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. | +| deploymentGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -6784,7 +6784,7 @@ public java.lang.String getApplicationName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -6796,7 +6796,7 @@ public java.lang.String getDeploymentGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -6822,12 +6822,12 @@ ElastigroupAwsIntegrationDockerSwarm.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| masterPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| masterPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | +| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | autoscaleDown | ElastigroupAwsIntegrationDockerSwarmAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -6839,7 +6839,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6851,7 +6851,7 @@ public java.lang.Number getMasterPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -6863,7 +6863,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6877,7 +6877,7 @@ public ElastigroupAwsIntegrationDockerSwarmAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6891,7 +6891,7 @@ public ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom getAutoscaleHeadroo autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6903,7 +6903,7 @@ public java.lang.Object getAutoscaleIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6924,8 +6924,8 @@ ElastigroupAwsIntegrationDockerSwarmAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6937,7 +6937,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6949,7 +6949,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6971,9 +6971,9 @@ ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6985,7 +6985,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6997,7 +6997,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7009,7 +7009,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7041,14 +7041,14 @@ ElastigroupAwsIntegrationEcs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| clusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. | +| clusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. | | autoscaleAttributes | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsIntegrationEcsAutoscaleAttributes> | autoscale_attributes block. | -| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | autoscaleDown | ElastigroupAwsIntegrationEcsAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | ElastigroupAwsIntegrationEcsAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | -| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | -| autoscaleScaleDownNonServiceTasks | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | +| autoscaleIsAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | +| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| autoscaleScaleDownNonServiceTasks | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -7061,7 +7061,7 @@ public java.lang.String getClusterName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -7075,7 +7075,7 @@ public java.lang.Object getAutoscaleAttributes(); autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -7087,7 +7087,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7101,7 +7101,7 @@ public ElastigroupAwsIntegrationEcsAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7115,7 +7115,7 @@ public ElastigroupAwsIntegrationEcsAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7127,7 +7127,7 @@ public java.lang.Object getAutoscaleIsAutoConfig(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -7139,7 +7139,7 @@ public java.lang.Object getAutoscaleIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7151,7 +7151,7 @@ public java.lang.Object getAutoscaleScaleDownNonServiceTasks(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -7165,7 +7165,7 @@ public ElastigroupAwsIntegrationEcsBatch getBatch(); batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -7186,8 +7186,8 @@ ElastigroupAwsIntegrationEcsAutoscaleAttributes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7199,7 +7199,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -7211,7 +7211,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7232,8 +7232,8 @@ ElastigroupAwsIntegrationEcsAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -7245,7 +7245,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7257,7 +7257,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -7279,9 +7279,9 @@ ElastigroupAwsIntegrationEcsAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7293,7 +7293,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7305,7 +7305,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7317,7 +7317,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7337,7 +7337,7 @@ ElastigroupAwsIntegrationEcsBatch.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| jobQueueNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | +| jobQueueNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -7349,7 +7349,7 @@ public java.util.List getJobQueueNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -7383,7 +7383,7 @@ public ElastigroupAwsIntegrationGitlabRunner getRunner(); runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -7404,7 +7404,7 @@ ElastigroupAwsIntegrationGitlabRunner.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -7416,7 +7416,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -7448,16 +7448,16 @@ ElastigroupAwsIntegrationKubernetes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiServer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | -| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| apiServer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | +| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | autoscaleDown | ElastigroupAwsIntegrationKubernetesAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | -| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| autoscaleIsAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | +| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | | autoscaleLabels | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsIntegrationKubernetesAutoscaleLabels> | autoscale_labels block. | -| clusterIdentifier | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. | -| integrationMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | -| token | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| clusterIdentifier | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. | +| integrationMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | +| token | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -7469,7 +7469,7 @@ public java.lang.String getApiServer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -7481,7 +7481,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7495,7 +7495,7 @@ public ElastigroupAwsIntegrationKubernetesAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7509,7 +7509,7 @@ public ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom getAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7521,7 +7521,7 @@ public java.lang.Object getAutoscaleIsAutoConfig(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -7533,7 +7533,7 @@ public java.lang.Object getAutoscaleIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7547,7 +7547,7 @@ public java.lang.Object getAutoscaleLabels(); autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -7559,7 +7559,7 @@ public java.lang.String getClusterIdentifier(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -7571,7 +7571,7 @@ public java.lang.String getIntegrationMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -7583,7 +7583,7 @@ public java.lang.String getToken(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -7604,8 +7604,8 @@ ElastigroupAwsIntegrationKubernetesAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -7617,7 +7617,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7629,7 +7629,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -7651,9 +7651,9 @@ ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7665,7 +7665,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7677,7 +7677,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7689,7 +7689,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7710,8 +7710,8 @@ ElastigroupAwsIntegrationKubernetesAutoscaleLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7723,7 +7723,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -7735,7 +7735,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7755,7 +7755,7 @@ ElastigroupAwsIntegrationMesosphere.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiServer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | +| apiServer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -7767,7 +7767,7 @@ public java.lang.String getApiServer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -7796,14 +7796,14 @@ ElastigroupAwsIntegrationNomad.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| masterPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| aclToken | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. | +| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| masterPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | +| aclToken | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. | | autoscaleConstraints | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsIntegrationNomadAutoscaleConstraints> | autoscale_constraints block. | -| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | autoscaleDown | ElastigroupAwsIntegrationNomadAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | ElastigroupAwsIntegrationNomadAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -7815,7 +7815,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -7827,7 +7827,7 @@ public java.lang.Number getMasterPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -7839,7 +7839,7 @@ public java.lang.String getAclToken(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -7853,7 +7853,7 @@ public java.lang.Object getAutoscaleConstraints(); autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -7865,7 +7865,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7879,7 +7879,7 @@ public ElastigroupAwsIntegrationNomadAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7893,7 +7893,7 @@ public ElastigroupAwsIntegrationNomadAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7905,7 +7905,7 @@ public java.lang.Object getAutoscaleIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7926,8 +7926,8 @@ ElastigroupAwsIntegrationNomadAutoscaleConstraints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7939,7 +7939,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -7951,7 +7951,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7971,7 +7971,7 @@ ElastigroupAwsIntegrationNomadAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -7983,7 +7983,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8005,9 +8005,9 @@ ElastigroupAwsIntegrationNomadAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -8019,7 +8019,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -8031,7 +8031,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -8043,7 +8043,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -8066,10 +8066,10 @@ ElastigroupAwsIntegrationRancher.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| accessKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. | -| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| secretKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | -| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| accessKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. | +| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| secretKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | +| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -8081,7 +8081,7 @@ public java.lang.String getAccessKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -8093,7 +8093,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -8105,7 +8105,7 @@ public java.lang.String getSecretKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -8117,7 +8117,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -8152,7 +8152,7 @@ public java.lang.Object getDomains(); domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -8176,10 +8176,10 @@ ElastigroupAwsIntegrationRoute53Domains.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostedZoneId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. | +| hostedZoneId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. | | recordSets | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsIntegrationRoute53DomainsRecordSets> | record_sets block. | -| recordSetType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. | -| spotinstAcctId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | +| recordSetType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. | +| spotinstAcctId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -8191,7 +8191,7 @@ public java.lang.String getHostedZoneId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -8205,7 +8205,7 @@ public java.lang.Object getRecordSets(); record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -8217,7 +8217,7 @@ public java.lang.String getRecordSetType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -8229,7 +8229,7 @@ public java.lang.String getSpotinstAcctId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -8253,9 +8253,9 @@ ElastigroupAwsIntegrationRoute53DomainsRecordSets.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| usePublicDns | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. | -| usePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| usePublicDns | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. | +| usePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -8267,7 +8267,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8279,7 +8279,7 @@ public java.lang.Object getUsePublicDns(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -8291,7 +8291,7 @@ public java.lang.Object getUsePublicIp(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -8319,12 +8319,12 @@ ElastigroupAwsItf.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| fixedTargetGroups | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. | +| fixedTargetGroups | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. | | loadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsItfLoadBalancer> | load_balancer block. | | targetGroupConfig | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsItfTargetGroupConfig> | target_group_config block. | -| weightStrategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. | +| weightStrategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. | | defaultStaticTargetGroup | ElastigroupAwsItfDefaultStaticTargetGroup | default_static_target_group block. | -| migrationHealthinessThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | +| migrationHealthinessThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -8336,7 +8336,7 @@ public java.lang.Object getFixedTargetGroups(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -8350,7 +8350,7 @@ public java.lang.Object getLoadBalancer(); load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -8364,7 +8364,7 @@ public java.lang.Object getTargetGroupConfig(); target_group_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -8376,7 +8376,7 @@ public java.lang.String getWeightStrategy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -8390,7 +8390,7 @@ public ElastigroupAwsItfDefaultStaticTargetGroup getDefaultStaticTargetGroup(); default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -8402,7 +8402,7 @@ public java.lang.Number getMigrationHealthinessThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -8423,8 +8423,8 @@ ElastigroupAwsItfDefaultStaticTargetGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -8436,7 +8436,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -8448,7 +8448,7 @@ public java.lang.Number getPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -8471,7 +8471,7 @@ ElastigroupAwsItfLoadBalancer.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | listenerRule | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsItfLoadBalancerListenerRule> | listener_rule block. | -| loadBalancerArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | +| loadBalancerArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -8485,7 +8485,7 @@ public java.lang.Object getListenerRule(); listener_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -8497,7 +8497,7 @@ public java.lang.String getLoadBalancerArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -8518,7 +8518,7 @@ ElastigroupAwsItfLoadBalancerListenerRule.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ruleArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | +| ruleArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | staticTargetGroup | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -8531,7 +8531,7 @@ public java.lang.String getRuleArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -8545,7 +8545,7 @@ public ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup getStaticTarge static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -8566,8 +8566,8 @@ ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -8579,7 +8579,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -8591,7 +8591,7 @@ public java.lang.Number getPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -8625,19 +8625,19 @@ ElastigroupAwsItfTargetGroupConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthCheckPath | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. | -| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| vpcId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. | -| healthCheckIntervalSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. | -| healthCheckPort | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. | -| healthCheckProtocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. | -| healthCheckTimeoutSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. | -| healthyThresholdCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. | +| healthCheckPath | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. | +| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | +| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | +| vpcId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. | +| healthCheckIntervalSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. | +| healthCheckPort | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. | +| healthCheckProtocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. | +| healthCheckTimeoutSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. | +| healthyThresholdCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. | | matcher | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsItfTargetGroupConfigMatcher> | matcher block. | -| protocolVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. | +| protocolVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsItfTargetGroupConfigTags> | tags block. | -| unhealthyThresholdCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | +| unhealthyThresholdCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -8649,7 +8649,7 @@ public java.lang.String getHealthCheckPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -8661,7 +8661,7 @@ public java.lang.Number getPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -8673,7 +8673,7 @@ public java.lang.String getProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -8685,7 +8685,7 @@ public java.lang.String getVpcId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -8697,7 +8697,7 @@ public java.lang.Number getHealthCheckIntervalSeconds(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -8709,7 +8709,7 @@ public java.lang.String getHealthCheckPort(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -8721,7 +8721,7 @@ public java.lang.String getHealthCheckProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -8733,7 +8733,7 @@ public java.lang.Number getHealthCheckTimeoutSeconds(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -8745,7 +8745,7 @@ public java.lang.Number getHealthyThresholdCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -8759,7 +8759,7 @@ public java.lang.Object getMatcher(); matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -8771,7 +8771,7 @@ public java.lang.String getProtocolVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -8785,7 +8785,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -8797,7 +8797,7 @@ public java.lang.Number getUnhealthyThresholdCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -8818,8 +8818,8 @@ ElastigroupAwsItfTargetGroupConfigMatcher.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| grpcCode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. | -| httpCode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | +| grpcCode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. | +| httpCode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -8831,7 +8831,7 @@ public java.lang.String getGrpcCode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -8843,7 +8843,7 @@ public java.lang.String getHttpCode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -8864,8 +8864,8 @@ ElastigroupAwsItfTargetGroupConfigTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. | -| tagValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | +| tagKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. | +| tagValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -8877,7 +8877,7 @@ public java.lang.String getTagKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -8889,7 +8889,7 @@ public java.lang.String getTagValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -8923,7 +8923,7 @@ public ElastigroupAwsLoggingExport getExport(); export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} --- @@ -8958,7 +8958,7 @@ public java.lang.Object getS3(); s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} --- @@ -8978,7 +8978,7 @@ ElastigroupAwsLoggingExportS3.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -8990,7 +8990,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -9015,9 +9015,9 @@ ElastigroupAwsMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. | -| httpPutResponseHopLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. | -| instanceMetadataTags | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | +| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. | +| httpPutResponseHopLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. | +| instanceMetadataTags | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -9029,7 +9029,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -9041,7 +9041,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -9053,7 +9053,7 @@ public java.lang.String getInstanceMetadataTags(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -9091,7 +9091,7 @@ public java.lang.Object getExpressions(); expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -9105,7 +9105,7 @@ public java.lang.Object getMetrics(); metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -9126,8 +9126,8 @@ ElastigroupAwsMultipleMetricsExpressions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -9139,7 +9139,7 @@ public java.lang.String getExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -9151,7 +9151,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9178,13 +9178,13 @@ ElastigroupAwsMultipleMetricsMetrics.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | | dimensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsMultipleMetricsMetricsDimensions> | dimensions block. | -| extendedStatistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| extendedStatistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9196,7 +9196,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9208,7 +9208,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9220,7 +9220,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9234,7 +9234,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9246,7 +9246,7 @@ public java.lang.String getExtendedStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -9258,7 +9258,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9270,7 +9270,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9291,8 +9291,8 @@ ElastigroupAwsMultipleMetricsMetricsDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9304,7 +9304,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9316,7 +9316,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9346,14 +9346,14 @@ ElastigroupAwsNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceIndex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. | -| associateIpv6Address | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. | -| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. | -| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| networkInterfaceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. | -| privateIpAddress | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. | -| secondaryPrivateIpAddressCount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | +| deviceIndex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. | +| associateIpv6Address | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. | +| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. | +| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| networkInterfaceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. | +| privateIpAddress | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. | +| secondaryPrivateIpAddressCount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -9365,7 +9365,7 @@ public java.lang.String getDeviceIndex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -9377,7 +9377,7 @@ public java.lang.Object getAssociateIpv6Address(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -9389,7 +9389,7 @@ public java.lang.Object getAssociatePublicIpAddress(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -9401,7 +9401,7 @@ public java.lang.Object getDeleteOnTermination(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -9413,7 +9413,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -9425,7 +9425,7 @@ public java.lang.String getNetworkInterfaceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -9437,7 +9437,7 @@ public java.lang.String getPrivateIpAddress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -9449,7 +9449,7 @@ public java.lang.String getSecondaryPrivateIpAddressCount(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -9477,15 +9477,15 @@ ElastigroupAwsResourceRequirements.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| requiredMemoryMaximum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. | -| requiredMemoryMinimum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. | -| requiredVcpuMaximum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. | -| requiredVcpuMinimum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. | -| excludedInstanceFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. | -| excludedInstanceGenerations | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. | -| excludedInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. | -| requiredGpuMaximum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. | -| requiredGpuMinimum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | +| requiredMemoryMaximum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. | +| requiredMemoryMinimum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. | +| requiredVcpuMaximum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. | +| requiredVcpuMinimum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. | +| excludedInstanceFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. | +| excludedInstanceGenerations | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. | +| excludedInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. | +| requiredGpuMaximum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. | +| requiredGpuMinimum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -9497,7 +9497,7 @@ public java.lang.Number getRequiredMemoryMaximum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -9509,7 +9509,7 @@ public java.lang.Number getRequiredMemoryMinimum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -9521,7 +9521,7 @@ public java.lang.Number getRequiredVcpuMaximum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -9533,7 +9533,7 @@ public java.lang.Number getRequiredVcpuMinimum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -9545,7 +9545,7 @@ public java.util.List getExcludedInstanceFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -9557,7 +9557,7 @@ public java.util.List getExcludedInstanceGenerations(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -9569,7 +9569,7 @@ public java.util.List getExcludedInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -9581,7 +9581,7 @@ public java.lang.Number getRequiredGpuMaximum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -9593,7 +9593,7 @@ public java.lang.Number getRequiredGpuMinimum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -9620,10 +9620,10 @@ ElastigroupAwsResourceTagSpecification.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldTagAmis | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. | -| shouldTagEnis | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. | -| shouldTagSnapshots | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. | -| shouldTagVolumes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | +| shouldTagAmis | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. | +| shouldTagEnis | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. | +| shouldTagSnapshots | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. | +| shouldTagVolumes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -9635,7 +9635,7 @@ public java.lang.Object getShouldTagAmis(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -9647,7 +9647,7 @@ public java.lang.Object getShouldTagEnis(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -9659,7 +9659,7 @@ public java.lang.Object getShouldTagSnapshots(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -9671,7 +9671,7 @@ public java.lang.Object getShouldTagVolumes(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -9692,8 +9692,8 @@ ElastigroupAwsRevertToSpot.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | +| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | +| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -9705,7 +9705,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -9717,7 +9717,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -9760,27 +9760,27 @@ ElastigroupAwsScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | dimensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScalingDownPolicyDimensions> | dimensions block. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | | stepAdjustments | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScalingDownPolicyStepAdjustments> | step_adjustments block. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9792,7 +9792,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9804,7 +9804,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9816,7 +9816,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9828,7 +9828,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -9840,7 +9840,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9852,7 +9852,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9866,7 +9866,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9878,7 +9878,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9890,7 +9890,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9902,7 +9902,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9914,7 +9914,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9926,7 +9926,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9938,7 +9938,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9950,7 +9950,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -9962,7 +9962,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9974,7 +9974,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9986,7 +9986,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10000,7 +10000,7 @@ public java.lang.Object getStepAdjustments(); step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -10012,7 +10012,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10024,7 +10024,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10036,7 +10036,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10057,8 +10057,8 @@ ElastigroupAwsScalingDownPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10070,7 +10070,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10082,7 +10082,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10104,7 +10104,7 @@ ElastigroupAwsScalingDownPolicyStepAdjustments.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | action | ElastigroupAwsScalingDownPolicyStepAdjustmentsAction | action block. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -10118,7 +10118,7 @@ public ElastigroupAwsScalingDownPolicyStepAdjustmentsAction getAction(); action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -10130,7 +10130,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10156,13 +10156,13 @@ ElastigroupAwsScalingDownPolicyStepAdjustmentsAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -10174,7 +10174,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -10186,7 +10186,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10198,7 +10198,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10210,7 +10210,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -10222,7 +10222,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -10234,7 +10234,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -10246,7 +10246,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10268,8 +10268,8 @@ ElastigroupAwsScalingStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| terminateAtEndOfBillingHour | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. | -| terminationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | +| terminateAtEndOfBillingHour | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. | +| terminationPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -10281,7 +10281,7 @@ public java.lang.Object getTerminateAtEndOfBillingHour(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -10293,7 +10293,7 @@ public java.lang.String getTerminationPolicy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -10326,19 +10326,19 @@ ElastigroupAwsScalingTargetPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| target | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| target | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | dimensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScalingTargetPolicyDimensions> | dimensions block. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| maxCapacityPerScale | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| predictiveMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| maxCapacityPerScale | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| predictiveMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -10350,7 +10350,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -10362,7 +10362,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -10374,7 +10374,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -10386,7 +10386,7 @@ public java.lang.Number getTarget(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10398,7 +10398,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -10412,7 +10412,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -10424,7 +10424,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -10436,7 +10436,7 @@ public java.lang.String getMaxCapacityPerScale(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -10448,7 +10448,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -10460,7 +10460,7 @@ public java.lang.String getPredictiveMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -10472,7 +10472,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -10484,7 +10484,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10496,7 +10496,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10517,8 +10517,8 @@ ElastigroupAwsScalingTargetPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10530,7 +10530,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10542,7 +10542,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10585,27 +10585,27 @@ ElastigroupAwsScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | dimensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScalingUpPolicyDimensions> | dimensions block. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | | stepAdjustments | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsScalingUpPolicyStepAdjustments> | step_adjustments block. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -10617,7 +10617,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -10629,7 +10629,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -10641,7 +10641,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -10653,7 +10653,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10665,7 +10665,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10677,7 +10677,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -10691,7 +10691,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -10703,7 +10703,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -10715,7 +10715,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -10727,7 +10727,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10739,7 +10739,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -10751,7 +10751,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -10763,7 +10763,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -10775,7 +10775,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -10787,7 +10787,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -10799,7 +10799,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -10811,7 +10811,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10825,7 +10825,7 @@ public java.lang.Object getStepAdjustments(); step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -10837,7 +10837,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10849,7 +10849,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10861,7 +10861,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10882,8 +10882,8 @@ ElastigroupAwsScalingUpPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10895,7 +10895,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10907,7 +10907,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10929,7 +10929,7 @@ ElastigroupAwsScalingUpPolicyStepAdjustments.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | action | ElastigroupAwsScalingUpPolicyStepAdjustmentsAction | action block. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -10943,7 +10943,7 @@ public ElastigroupAwsScalingUpPolicyStepAdjustmentsAction getAction(); action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -10955,7 +10955,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10981,13 +10981,13 @@ ElastigroupAwsScalingUpPolicyStepAdjustmentsAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -10999,7 +10999,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -11011,7 +11011,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -11023,7 +11023,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -11035,7 +11035,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -11047,7 +11047,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -11059,7 +11059,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -11071,7 +11071,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -11106,21 +11106,21 @@ ElastigroupAwsScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| adjustmentPercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. | -| batchSizePercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | -| frequency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| gracePeriod | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| maxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. | -| minCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. | -| scaleMaxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. | -| scaleMinCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. | -| scaleTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. | -| startTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. | -| targetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| adjustmentPercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. | +| batchSizePercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | +| frequency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | +| gracePeriod | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| maxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. | +| minCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. | +| scaleMaxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. | +| scaleMinCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. | +| scaleTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. | +| startTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. | +| targetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -11132,7 +11132,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -11144,7 +11144,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -11156,7 +11156,7 @@ public java.lang.String getAdjustmentPercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -11168,7 +11168,7 @@ public java.lang.String getBatchSizePercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -11180,7 +11180,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -11192,7 +11192,7 @@ public java.lang.String getFrequency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -11204,7 +11204,7 @@ public java.lang.String getGracePeriod(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -11216,7 +11216,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -11228,7 +11228,7 @@ public java.lang.String getMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -11240,7 +11240,7 @@ public java.lang.String getMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -11252,7 +11252,7 @@ public java.lang.String getScaleMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -11264,7 +11264,7 @@ public java.lang.String getScaleMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -11276,7 +11276,7 @@ public java.lang.String getScaleTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -11288,7 +11288,7 @@ public java.lang.String getStartTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -11300,7 +11300,7 @@ public java.lang.String getTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -11321,8 +11321,8 @@ ElastigroupAwsSignal.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -11334,7 +11334,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -11346,7 +11346,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -11373,10 +11373,10 @@ ElastigroupAwsStatefulDeallocation.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldDeleteImages | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. | -| shouldDeleteNetworkInterfaces | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. | -| shouldDeleteSnapshots | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. | -| shouldDeleteVolumes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | +| shouldDeleteImages | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. | +| shouldDeleteNetworkInterfaces | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. | +| shouldDeleteSnapshots | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. | +| shouldDeleteVolumes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -11388,7 +11388,7 @@ public java.lang.Object getShouldDeleteImages(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -11400,7 +11400,7 @@ public java.lang.Object getShouldDeleteNetworkInterfaces(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -11412,7 +11412,7 @@ public java.lang.Object getShouldDeleteSnapshots(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -11424,7 +11424,7 @@ public java.lang.Object getShouldDeleteVolumes(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -11445,8 +11445,8 @@ ElastigroupAwsStatefulInstanceAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| statefulInstanceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| statefulInstanceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -11458,7 +11458,7 @@ public java.lang.String getStatefulInstanceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -11470,7 +11470,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -11491,8 +11491,8 @@ ElastigroupAwsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -11504,7 +11504,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -11516,7 +11516,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -11542,9 +11542,9 @@ ElastigroupAwsUpdatePolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldResumeStateful | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. | -| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. | -| autoApplyTags | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | +| shouldResumeStateful | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. | +| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. | +| autoApplyTags | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | rollConfig | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -11557,7 +11557,7 @@ public java.lang.Object getShouldResumeStateful(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -11569,7 +11569,7 @@ public java.lang.Object getShouldRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -11581,7 +11581,7 @@ public java.lang.Object getAutoApplyTags(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -11595,7 +11595,7 @@ public ElastigroupAwsUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -11620,12 +11620,12 @@ ElastigroupAwsUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | | strategy | ElastigroupAwsUpdatePolicyRollConfigStrategy | strategy block. | -| waitForRollPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. | -| waitForRollTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | +| waitForRollPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. | +| waitForRollTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -11637,7 +11637,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -11649,7 +11649,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -11661,7 +11661,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -11675,7 +11675,7 @@ public ElastigroupAwsUpdatePolicyRollConfigStrategy getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -11687,7 +11687,7 @@ public java.lang.Number getWaitForRollPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -11699,7 +11699,7 @@ public java.lang.Number getWaitForRollTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -11723,10 +11723,10 @@ ElastigroupAwsUpdatePolicyRollConfigStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. | +| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. | | onFailure | ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure | on_failure block. | -| shouldDrainInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | +| shouldDrainInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -11738,7 +11738,7 @@ public java.lang.String getAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -11750,7 +11750,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -11764,7 +11764,7 @@ public ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure getOnFailure(); on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -11776,7 +11776,7 @@ public java.lang.Object getShouldDrainInstances(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -11802,11 +11802,11 @@ ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| batchNum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | -| shouldDecrementTargetCapacity | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. | -| shouldHandleAllBatches | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| batchNum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| shouldDecrementTargetCapacity | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. | +| shouldHandleAllBatches | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -11818,7 +11818,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -11830,7 +11830,7 @@ public java.lang.Number getBatchNum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -11842,7 +11842,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -11854,7 +11854,7 @@ public java.lang.Object getShouldDecrementTargetCapacity(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -11866,7 +11866,7 @@ public java.lang.Object getShouldHandleAllBatches(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. --- diff --git a/docs/elastigroupAws.python.md b/docs/elastigroupAws.python.md index 9d97e4bb..2a36cb0d 100644 --- a/docs/elastigroupAws.python.md +++ b/docs/elastigroupAws.python.md @@ -4,7 +4,7 @@ ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -120,38 +120,38 @@ elastigroupAws.ElastigroupAws( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | -| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | -| block_devices_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | -| capacity_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | -| consider_od_pricing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | -| cpu_credits | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | +| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | +| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | +| block_devices_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | +| capacity_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | +| consider_od_pricing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | +| cpu_credits | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | | cpu_options | ElastigroupAwsCpuOptions | cpu_options block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | | ebs_block_device | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsEbsBlockDevice]] | ebs_block_device block. | -| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | -| elastic_ips | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | -| elastic_load_balancers | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | -| enable_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | +| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | +| elastic_ips | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | +| elastic_load_balancers | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | +| enable_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | | ephemeral_block_device | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsEphemeralBlockDevice]] | ephemeral_block_device block. | -| health_check_grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | -| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | -| health_check_unhealthy_duration_before_replacement | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | +| health_check_grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | +| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | +| health_check_unhealthy_duration_before_replacement | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | | images | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsImages]] | images block. | -| immediate_od_recover_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | -| instance_types_ondemand | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | -| instance_types_preferred_spot | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | -| instance_types_spot | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | +| immediate_od_recover_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | +| instance_types_ondemand | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | +| instance_types_preferred_spot | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | +| instance_types_spot | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | | instance_types_weights | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsInstanceTypesWeights]] | instance_types_weights block. | | integration_beanstalk | ElastigroupAwsIntegrationBeanstalk | integration_beanstalk block. | | integration_codedeploy | ElastigroupAwsIntegrationCodedeploy | integration_codedeploy block. | @@ -164,47 +164,47 @@ elastigroupAws.ElastigroupAws( | integration_rancher | ElastigroupAwsIntegrationRancher | integration_rancher block. | | integration_route53 | ElastigroupAwsIntegrationRoute53 | integration_route53 block. | | itf | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsItf]] | itf block. | -| key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | -| lifetime_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | +| lifetime_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | logging | ElastigroupAwsLogging | logging block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | | metadata_options | ElastigroupAwsMetadataOptions | metadata_options block. | -| minimum_instance_lifetime | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | +| minimum_instance_lifetime | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multiple_metrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | network_interface | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsNetworkInterface]] | network_interface block. | -| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | -| on_demand_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | -| persist_block_devices | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | -| persist_private_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | -| persist_root_device | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | -| placement_tenancy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | -| preferred_availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | -| private_ips | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | +| on_demand_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | +| persist_block_devices | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | +| persist_private_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | +| persist_root_device | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | +| placement_tenancy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | +| preferred_availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | +| private_ips | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | | resource_requirements | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsResourceRequirements]] | resource_requirements block. | | resource_tag_specification | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsResourceTagSpecification]] | resource_tag_specification block. | -| restrict_single_az | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | +| restrict_single_az | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | | revert_to_spot | ElastigroupAwsRevertToSpot | revert_to_spot block. | | scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScalingDownPolicy]] | scaling_down_policy block. | | scaling_strategy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScalingStrategy]] | scaling_strategy block. | | scaling_target_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScalingTargetPolicy]] | scaling_target_policy block. | | scaling_up_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScalingUpPolicy]] | scaling_up_policy block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScheduledTask]] | scheduled_task block. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | | signal | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsSignal]] | signal block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | | stateful_deallocation | ElastigroupAwsStatefulDeallocation | stateful_deallocation block. | | stateful_instance_action | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsStatefulInstanceAction]] | stateful_instance_action block. | -| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | +| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | | tags | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsTags]] | tags block. | -| target_group_arns | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | +| target_group_arns | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | | update_policy | ElastigroupAwsUpdatePolicy | update_policy block. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | -| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | -| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | -| wait_for_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | -| wait_for_capacity_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | +| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | +| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | +| wait_for_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | +| wait_for_capacity_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -272,7 +272,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -288,7 +288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -296,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -304,7 +304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -312,7 +312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. --- @@ -320,7 +320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -328,7 +328,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -336,7 +336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -344,7 +344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -352,7 +352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -362,7 +362,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -370,7 +370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -378,7 +378,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -386,7 +386,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -396,7 +396,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -404,7 +404,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -412,7 +412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -420,7 +420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -428,7 +428,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -438,7 +438,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -446,7 +446,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -454,7 +454,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -462,7 +462,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -470,7 +470,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -478,7 +478,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -489,7 +489,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -499,7 +499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -507,7 +507,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -515,7 +515,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -523,7 +523,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -531,7 +531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -541,7 +541,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -551,7 +551,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -561,7 +561,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -571,7 +571,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -581,7 +581,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -591,7 +591,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -601,7 +601,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -611,7 +611,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -621,7 +621,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -631,7 +631,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -641,7 +641,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -651,7 +651,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -659,7 +659,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -667,7 +667,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -677,7 +677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -685,7 +685,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -695,7 +695,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -703,7 +703,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -711,7 +711,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -721,7 +721,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -731,7 +731,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -739,7 +739,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -747,7 +747,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -755,7 +755,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -763,7 +763,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -771,7 +771,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -779,7 +779,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -787,7 +787,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -795,7 +795,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -803,7 +803,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -813,7 +813,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -823,7 +823,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -831,7 +831,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. --- @@ -841,7 +841,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -851,7 +851,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -861,7 +861,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -871,7 +871,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -881,7 +881,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -891,7 +891,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -899,7 +899,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -909,7 +909,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -917,7 +917,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -927,7 +927,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -937,7 +937,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -945,7 +945,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -955,7 +955,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -963,7 +963,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -973,7 +973,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -981,7 +981,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -989,7 +989,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -997,7 +997,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -1005,7 +1005,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -1013,7 +1013,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -1497,7 +1497,7 @@ def put_cpu_options( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -1573,7 +1573,7 @@ def put_integration_beanstalk( deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -1581,7 +1581,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -1591,7 +1591,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -1609,7 +1609,7 @@ def put_integration_codedeploy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -1619,7 +1619,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -1627,7 +1627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -1648,7 +1648,7 @@ def put_integration_docker_swarm( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -1656,7 +1656,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -1664,7 +1664,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -1674,7 +1674,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -1684,7 +1684,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -1692,7 +1692,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -1716,7 +1716,7 @@ def put_integration_ecs( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -1726,7 +1726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -1734,7 +1734,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -1744,7 +1744,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -1754,7 +1754,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -1762,7 +1762,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -1770,7 +1770,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -1778,7 +1778,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -1788,7 +1788,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -1806,7 +1806,7 @@ def put_integration_gitlab( runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -1831,7 +1831,7 @@ def put_integration_kubernetes( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -1839,7 +1839,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -1849,7 +1849,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -1859,7 +1859,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -1867,7 +1867,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -1875,7 +1875,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -1885,7 +1885,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -1893,7 +1893,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -1901,7 +1901,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -1909,7 +1909,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -1925,7 +1925,7 @@ def put_integration_mesosphere( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -1948,7 +1948,7 @@ def put_integration_nomad( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -1956,7 +1956,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -1964,7 +1964,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -1974,7 +1974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -1982,7 +1982,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -1992,7 +1992,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -2002,7 +2002,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -2010,7 +2010,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -2029,7 +2029,7 @@ def put_integration_rancher( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -2037,7 +2037,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -2045,7 +2045,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -2053,7 +2053,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -2071,7 +2071,7 @@ def put_integration_route53( domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -2103,7 +2103,7 @@ def put_logging( export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} --- @@ -2121,7 +2121,7 @@ def put_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -2129,7 +2129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -2137,7 +2137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -2156,7 +2156,7 @@ def put_multiple_metrics( expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -2166,7 +2166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -2225,7 +2225,7 @@ def put_revert_to_spot( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -2233,7 +2233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -2336,7 +2336,7 @@ def put_stateful_deallocation( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -2344,7 +2344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -2352,7 +2352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -2360,7 +2360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -2407,7 +2407,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -2415,7 +2415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -2423,7 +2423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -2433,7 +2433,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -3031,7 +3031,7 @@ The construct id used in the generated config for the ElastigroupAws to import. The id of the existing ElastigroupAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use --- @@ -5210,38 +5210,38 @@ elastigroupAws.ElastigroupAwsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | -| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | -| block_devices_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | -| capacity_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | -| consider_od_pricing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | -| cpu_credits | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | +| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | +| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | +| block_devices_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | +| capacity_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | +| consider_od_pricing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | +| cpu_credits | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | | cpu_options | ElastigroupAwsCpuOptions | cpu_options block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | | ebs_block_device | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsEbsBlockDevice]] | ebs_block_device block. | -| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | -| elastic_ips | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | -| elastic_load_balancers | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | -| enable_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | +| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | +| elastic_ips | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | +| elastic_load_balancers | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | +| enable_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | | ephemeral_block_device | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsEphemeralBlockDevice]] | ephemeral_block_device block. | -| health_check_grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | -| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | -| health_check_unhealthy_duration_before_replacement | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | +| health_check_grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | +| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | +| health_check_unhealthy_duration_before_replacement | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | | images | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsImages]] | images block. | -| immediate_od_recover_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | -| instance_types_ondemand | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | -| instance_types_preferred_spot | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | -| instance_types_spot | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | +| immediate_od_recover_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | +| instance_types_ondemand | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | +| instance_types_preferred_spot | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | +| instance_types_spot | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | | instance_types_weights | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsInstanceTypesWeights]] | instance_types_weights block. | | integration_beanstalk | ElastigroupAwsIntegrationBeanstalk | integration_beanstalk block. | | integration_codedeploy | ElastigroupAwsIntegrationCodedeploy | integration_codedeploy block. | @@ -5254,47 +5254,47 @@ elastigroupAws.ElastigroupAwsConfig( | integration_rancher | ElastigroupAwsIntegrationRancher | integration_rancher block. | | integration_route53 | ElastigroupAwsIntegrationRoute53 | integration_route53 block. | | itf | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsItf]] | itf block. | -| key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | -| lifetime_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | +| lifetime_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | logging | ElastigroupAwsLogging | logging block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | | metadata_options | ElastigroupAwsMetadataOptions | metadata_options block. | -| minimum_instance_lifetime | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | +| minimum_instance_lifetime | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multiple_metrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | network_interface | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsNetworkInterface]] | network_interface block. | -| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | -| on_demand_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | -| persist_block_devices | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | -| persist_private_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | -| persist_root_device | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | -| placement_tenancy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | -| preferred_availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | -| private_ips | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | +| on_demand_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | +| persist_block_devices | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | +| persist_private_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | +| persist_root_device | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | +| placement_tenancy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | +| preferred_availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | +| private_ips | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | | resource_requirements | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsResourceRequirements]] | resource_requirements block. | | resource_tag_specification | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsResourceTagSpecification]] | resource_tag_specification block. | -| restrict_single_az | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | +| restrict_single_az | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | | revert_to_spot | ElastigroupAwsRevertToSpot | revert_to_spot block. | | scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScalingDownPolicy]] | scaling_down_policy block. | | scaling_strategy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScalingStrategy]] | scaling_strategy block. | | scaling_target_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScalingTargetPolicy]] | scaling_target_policy block. | | scaling_up_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScalingUpPolicy]] | scaling_up_policy block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScheduledTask]] | scheduled_task block. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | | signal | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsSignal]] | signal block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | | stateful_deallocation | ElastigroupAwsStatefulDeallocation | stateful_deallocation block. | | stateful_instance_action | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsStatefulInstanceAction]] | stateful_instance_action block. | -| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | +| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | | tags | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsTags]] | tags block. | -| target_group_arns | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | +| target_group_arns | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | | update_policy | ElastigroupAwsUpdatePolicy | update_policy block. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | -| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | -| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | -| wait_for_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | -| wait_for_capacity_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | +| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | +| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | +| wait_for_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | +| wait_for_capacity_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -5376,7 +5376,7 @@ fallback_to_ondemand: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -5388,7 +5388,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -5400,7 +5400,7 @@ orientation: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -5412,7 +5412,7 @@ product: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -5424,7 +5424,7 @@ security_groups: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -5436,7 +5436,7 @@ auto_healing: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. --- @@ -5448,7 +5448,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -5460,7 +5460,7 @@ block_devices_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -5472,7 +5472,7 @@ capacity_unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -5484,7 +5484,7 @@ consider_od_pricing: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -5496,7 +5496,7 @@ cpu_credits: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -5510,7 +5510,7 @@ cpu_options: ElastigroupAwsCpuOptions cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -5522,7 +5522,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -5534,7 +5534,7 @@ desired_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -5546,7 +5546,7 @@ draining_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -5560,7 +5560,7 @@ ebs_block_device: typing.Union[IResolvable, typing.List[ElastigroupAwsEbsBlockDe ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -5572,7 +5572,7 @@ ebs_optimized: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -5584,7 +5584,7 @@ elastic_ips: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -5596,7 +5596,7 @@ elastic_load_balancers: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -5608,7 +5608,7 @@ enable_monitoring: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -5622,7 +5622,7 @@ ephemeral_block_device: typing.Union[IResolvable, typing.List[ElastigroupAwsEphe ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -5634,7 +5634,7 @@ health_check_grace_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -5646,7 +5646,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -5658,7 +5658,7 @@ health_check_unhealthy_duration_before_replacement: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -5670,7 +5670,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -5682,7 +5682,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -5697,7 +5697,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -5711,7 +5711,7 @@ images: typing.Union[IResolvable, typing.List[ElastigroupAwsImages]] images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -5723,7 +5723,7 @@ immediate_od_recover_threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -5735,7 +5735,7 @@ instance_types_ondemand: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -5747,7 +5747,7 @@ instance_types_preferred_spot: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -5759,7 +5759,7 @@ instance_types_spot: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -5773,7 +5773,7 @@ instance_types_weights: typing.Union[IResolvable, typing.List[ElastigroupAwsInst instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -5787,7 +5787,7 @@ integration_beanstalk: ElastigroupAwsIntegrationBeanstalk integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -5801,7 +5801,7 @@ integration_codedeploy: ElastigroupAwsIntegrationCodedeploy integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -5815,7 +5815,7 @@ integration_docker_swarm: ElastigroupAwsIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -5829,7 +5829,7 @@ integration_ecs: ElastigroupAwsIntegrationEcs integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -5843,7 +5843,7 @@ integration_gitlab: ElastigroupAwsIntegrationGitlab integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -5857,7 +5857,7 @@ integration_kubernetes: ElastigroupAwsIntegrationKubernetes integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -5871,7 +5871,7 @@ integration_mesosphere: ElastigroupAwsIntegrationMesosphere integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -5885,7 +5885,7 @@ integration_nomad: ElastigroupAwsIntegrationNomad integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -5899,7 +5899,7 @@ integration_rancher: ElastigroupAwsIntegrationRancher integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -5913,7 +5913,7 @@ integration_route53: ElastigroupAwsIntegrationRoute53 integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -5927,7 +5927,7 @@ itf: typing.Union[IResolvable, typing.List[ElastigroupAwsItf]] itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -5939,7 +5939,7 @@ key_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -5951,7 +5951,7 @@ lifetime_period: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -5965,7 +5965,7 @@ logging: ElastigroupAwsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -5977,7 +5977,7 @@ max_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -5991,7 +5991,7 @@ metadata_options: ElastigroupAwsMetadataOptions metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -6003,7 +6003,7 @@ minimum_instance_lifetime: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -6015,7 +6015,7 @@ min_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -6029,7 +6029,7 @@ multiple_metrics: ElastigroupAwsMultipleMetrics multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -6043,7 +6043,7 @@ network_interface: typing.Union[IResolvable, typing.List[ElastigroupAwsNetworkIn network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -6055,7 +6055,7 @@ ondemand_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -6067,7 +6067,7 @@ on_demand_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -6079,7 +6079,7 @@ persist_block_devices: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -6091,7 +6091,7 @@ persist_private_ip: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -6103,7 +6103,7 @@ persist_root_device: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -6115,7 +6115,7 @@ placement_tenancy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -6127,7 +6127,7 @@ preferred_availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -6139,7 +6139,7 @@ private_ips: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -6151,7 +6151,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -6165,7 +6165,7 @@ resource_requirements: typing.Union[IResolvable, typing.List[ElastigroupAwsResou resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -6179,7 +6179,7 @@ resource_tag_specification: typing.Union[IResolvable, typing.List[ElastigroupAws resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -6191,7 +6191,7 @@ restrict_single_az: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. --- @@ -6205,7 +6205,7 @@ revert_to_spot: ElastigroupAwsRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -6219,7 +6219,7 @@ scaling_down_policy: typing.Union[IResolvable, typing.List[ElastigroupAwsScaling scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -6233,7 +6233,7 @@ scaling_strategy: typing.Union[IResolvable, typing.List[ElastigroupAwsScalingStr scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -6247,7 +6247,7 @@ scaling_target_policy: typing.Union[IResolvable, typing.List[ElastigroupAwsScali scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -6261,7 +6261,7 @@ scaling_up_policy: typing.Union[IResolvable, typing.List[ElastigroupAwsScalingUp scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -6275,7 +6275,7 @@ scheduled_task: typing.Union[IResolvable, typing.List[ElastigroupAwsScheduledTas scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -6287,7 +6287,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -6301,7 +6301,7 @@ signal: typing.Union[IResolvable, typing.List[ElastigroupAwsSignal]] signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -6313,7 +6313,7 @@ spot_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -6327,7 +6327,7 @@ stateful_deallocation: ElastigroupAwsStatefulDeallocation stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -6341,7 +6341,7 @@ stateful_instance_action: typing.Union[IResolvable, typing.List[ElastigroupAwsSt stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -6353,7 +6353,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -6367,7 +6367,7 @@ tags: typing.Union[IResolvable, typing.List[ElastigroupAwsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -6379,7 +6379,7 @@ target_group_arns: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -6393,7 +6393,7 @@ update_policy: ElastigroupAwsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -6405,7 +6405,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -6417,7 +6417,7 @@ utilize_commitments: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -6429,7 +6429,7 @@ utilize_reserved_instances: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -6441,7 +6441,7 @@ wait_for_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -6453,7 +6453,7 @@ wait_for_capacity_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -6473,7 +6473,7 @@ elastigroupAws.ElastigroupAwsCpuOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| threads_per_core | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | +| threads_per_core | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -6485,7 +6485,7 @@ threads_per_core: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -6515,17 +6515,17 @@ elastigroupAws.ElastigroupAwsEbsBlockDevice( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | +| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | | dynamic_iops | ElastigroupAwsEbsBlockDeviceDynamicIops | dynamic_iops block. | | dynamic_volume_size | ElastigroupAwsEbsBlockDeviceDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | -| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | -| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. | -| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. | -| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | -| volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. | -| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | +| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | +| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | +| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. | +| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. | +| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | +| volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. | +| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -6537,7 +6537,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -6549,7 +6549,7 @@ delete_on_termination: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -6563,7 +6563,7 @@ dynamic_iops: ElastigroupAwsEbsBlockDeviceDynamicIops dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dynamic_iops ElastigroupAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dynamic_iops ElastigroupAws#dynamic_iops} --- @@ -6577,7 +6577,7 @@ dynamic_volume_size: ElastigroupAwsEbsBlockDeviceDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dynamic_volume_size ElastigroupAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dynamic_volume_size ElastigroupAws#dynamic_volume_size} --- @@ -6589,7 +6589,7 @@ encrypted: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -6601,7 +6601,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -6613,7 +6613,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -6625,7 +6625,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -6637,7 +6637,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -6649,7 +6649,7 @@ volume_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -6661,7 +6661,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -6683,9 +6683,9 @@ elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicIops( | **Name** | **Type** | **Description** | | --- | --- | --- | -| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | -| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | -| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | +| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | +| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | +| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | --- @@ -6697,7 +6697,7 @@ base_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. --- @@ -6709,7 +6709,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. --- @@ -6721,7 +6721,7 @@ size_per_resource_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. --- @@ -6743,9 +6743,9 @@ elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicVolumeSize( | **Name** | **Type** | **Description** | | --- | --- | --- | -| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | -| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | -| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | +| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | +| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | +| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | --- @@ -6757,7 +6757,7 @@ base_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. --- @@ -6769,7 +6769,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. --- @@ -6781,7 +6781,7 @@ size_per_resource_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. --- @@ -6802,8 +6802,8 @@ elastigroupAws.ElastigroupAwsEphemeralBlockDevice( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| virtual_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | +| virtual_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -6815,7 +6815,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -6827,7 +6827,7 @@ virtual_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -6861,7 +6861,7 @@ image: typing.Union[IResolvable, typing.List[ElastigroupAwsImagesImage]] image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -6881,7 +6881,7 @@ elastigroupAws.ElastigroupAwsImagesImage( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -6893,7 +6893,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -6917,8 +6917,8 @@ elastigroupAws.ElastigroupAwsInstanceTypesWeights( | **Name** | **Type** | **Description** | | --- | --- | --- | -| instance_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. | -| weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| instance_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. | +| weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -6930,7 +6930,7 @@ instance_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -6942,7 +6942,7 @@ weight: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -6965,7 +6965,7 @@ elastigroupAws.ElastigroupAwsIntegrationBeanstalk( | **Name** | **Type** | **Description** | | --- | --- | --- | | deployment_preferences | ElastigroupAwsIntegrationBeanstalkDeploymentPreferences | deployment_preferences block. | -| environment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | +| environment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | managed_actions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -6980,7 +6980,7 @@ deployment_preferences: ElastigroupAwsIntegrationBeanstalkDeploymentPreferences deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -6992,7 +6992,7 @@ environment_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -7006,7 +7006,7 @@ managed_actions: ElastigroupAwsIntegrationBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -7029,9 +7029,9 @@ elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences( | **Name** | **Type** | **Description** | | --- | --- | --- | -| automatic_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| automatic_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -7044,7 +7044,7 @@ automatic_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -7056,7 +7056,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -7068,7 +7068,7 @@ grace_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -7082,7 +7082,7 @@ strategy: ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -7103,8 +7103,8 @@ elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| should_drain_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | +| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| should_drain_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -7116,7 +7116,7 @@ action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -7128,7 +7128,7 @@ should_drain_instances: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -7162,7 +7162,7 @@ platform_update: ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -7184,9 +7184,9 @@ elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| time_window | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. | -| update_level | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | +| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | +| time_window | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. | +| update_level | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -7198,7 +7198,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -7210,7 +7210,7 @@ time_window: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -7222,7 +7222,7 @@ update_level: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -7244,9 +7244,9 @@ elastigroupAws.ElastigroupAwsIntegrationCodedeploy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cleanup_on_failure | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. | +| cleanup_on_failure | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. | | deployment_groups | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsIntegrationCodedeployDeploymentGroups]] | deployment_groups block. | -| terminate_instance_on_failure | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | +| terminate_instance_on_failure | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -7258,7 +7258,7 @@ cleanup_on_failure: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -7272,7 +7272,7 @@ deployment_groups: typing.Union[IResolvable, typing.List[ElastigroupAwsIntegrati deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -7284,7 +7284,7 @@ terminate_instance_on_failure: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -7305,8 +7305,8 @@ elastigroupAws.ElastigroupAwsIntegrationCodedeployDeploymentGroups( | **Name** | **Type** | **Description** | | --- | --- | --- | -| application_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. | -| deployment_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | +| application_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. | +| deployment_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -7318,7 +7318,7 @@ application_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -7330,7 +7330,7 @@ deployment_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -7355,12 +7355,12 @@ elastigroupAws.ElastigroupAwsIntegrationDockerSwarm( | **Name** | **Type** | **Description** | | --- | --- | --- | -| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| master_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| master_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | +| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | autoscale_down | ElastigroupAwsIntegrationDockerSwarmAutoscaleDown | autoscale_down block. | | autoscale_headroom | ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom | autoscale_headroom block. | -| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -7372,7 +7372,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -7384,7 +7384,7 @@ master_port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -7396,7 +7396,7 @@ autoscale_cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7410,7 +7410,7 @@ autoscale_down: ElastigroupAwsIntegrationDockerSwarmAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7424,7 +7424,7 @@ autoscale_headroom: ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7436,7 +7436,7 @@ autoscale_is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7457,8 +7457,8 @@ elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -7470,7 +7470,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7482,7 +7482,7 @@ max_scale_down_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -7504,9 +7504,9 @@ elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7518,7 +7518,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7530,7 +7530,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7542,7 +7542,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7570,14 +7570,14 @@ elastigroupAws.ElastigroupAwsIntegrationEcs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. | +| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. | | autoscale_attributes | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsIntegrationEcsAutoscaleAttributes]] | autoscale_attributes block. | -| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | autoscale_down | ElastigroupAwsIntegrationEcsAutoscaleDown | autoscale_down block. | | autoscale_headroom | ElastigroupAwsIntegrationEcsAutoscaleHeadroom | autoscale_headroom block. | -| autoscale_is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | -| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | -| autoscale_scale_down_non_service_tasks | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | +| autoscale_is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | +| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| autoscale_scale_down_non_service_tasks | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -7590,7 +7590,7 @@ cluster_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -7604,7 +7604,7 @@ autoscale_attributes: typing.Union[IResolvable, typing.List[ElastigroupAwsIntegr autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -7616,7 +7616,7 @@ autoscale_cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7630,7 +7630,7 @@ autoscale_down: ElastigroupAwsIntegrationEcsAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7644,7 +7644,7 @@ autoscale_headroom: ElastigroupAwsIntegrationEcsAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7656,7 +7656,7 @@ autoscale_is_auto_config: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -7668,7 +7668,7 @@ autoscale_is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7680,7 +7680,7 @@ autoscale_scale_down_non_service_tasks: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -7694,7 +7694,7 @@ batch: ElastigroupAwsIntegrationEcsBatch batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -7715,8 +7715,8 @@ elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleAttributes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7728,7 +7728,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -7740,7 +7740,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7761,8 +7761,8 @@ elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -7774,7 +7774,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7786,7 +7786,7 @@ max_scale_down_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -7808,9 +7808,9 @@ elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7822,7 +7822,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7834,7 +7834,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7846,7 +7846,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7866,7 +7866,7 @@ elastigroupAws.ElastigroupAwsIntegrationEcsBatch( | **Name** | **Type** | **Description** | | --- | --- | --- | -| job_queue_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | +| job_queue_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -7878,7 +7878,7 @@ job_queue_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -7912,7 +7912,7 @@ runner: ElastigroupAwsIntegrationGitlabRunner runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -7932,7 +7932,7 @@ elastigroupAws.ElastigroupAwsIntegrationGitlabRunner( | **Name** | **Type** | **Description** | | --- | --- | --- | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -7944,7 +7944,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -7973,16 +7973,16 @@ elastigroupAws.ElastigroupAwsIntegrationKubernetes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| api_server | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | -| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| api_server | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | +| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | autoscale_down | ElastigroupAwsIntegrationKubernetesAutoscaleDown | autoscale_down block. | | autoscale_headroom | ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom | autoscale_headroom block. | -| autoscale_is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | -| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| autoscale_is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | +| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | | autoscale_labels | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsIntegrationKubernetesAutoscaleLabels]] | autoscale_labels block. | -| cluster_identifier | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. | -| integration_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | -| token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| cluster_identifier | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. | +| integration_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | +| token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -7994,7 +7994,7 @@ api_server: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -8006,7 +8006,7 @@ autoscale_cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -8020,7 +8020,7 @@ autoscale_down: ElastigroupAwsIntegrationKubernetesAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -8034,7 +8034,7 @@ autoscale_headroom: ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -8046,7 +8046,7 @@ autoscale_is_auto_config: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -8058,7 +8058,7 @@ autoscale_is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -8072,7 +8072,7 @@ autoscale_labels: typing.Union[IResolvable, typing.List[ElastigroupAwsIntegratio autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -8084,7 +8084,7 @@ cluster_identifier: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -8096,7 +8096,7 @@ integration_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -8108,7 +8108,7 @@ token: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -8129,8 +8129,8 @@ elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -8142,7 +8142,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8154,7 +8154,7 @@ max_scale_down_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -8176,9 +8176,9 @@ elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -8190,7 +8190,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -8202,7 +8202,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -8214,7 +8214,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -8235,8 +8235,8 @@ elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8248,7 +8248,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -8260,7 +8260,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8280,7 +8280,7 @@ elastigroupAws.ElastigroupAwsIntegrationMesosphere( | **Name** | **Type** | **Description** | | --- | --- | --- | -| api_server | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | +| api_server | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -8292,7 +8292,7 @@ api_server: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -8319,14 +8319,14 @@ elastigroupAws.ElastigroupAwsIntegrationNomad( | **Name** | **Type** | **Description** | | --- | --- | --- | -| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| master_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| acl_token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. | +| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| master_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | +| acl_token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. | | autoscale_constraints | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsIntegrationNomadAutoscaleConstraints]] | autoscale_constraints block. | -| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | autoscale_down | ElastigroupAwsIntegrationNomadAutoscaleDown | autoscale_down block. | | autoscale_headroom | ElastigroupAwsIntegrationNomadAutoscaleHeadroom | autoscale_headroom block. | -| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -8338,7 +8338,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -8350,7 +8350,7 @@ master_port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -8362,7 +8362,7 @@ acl_token: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -8376,7 +8376,7 @@ autoscale_constraints: typing.Union[IResolvable, typing.List[ElastigroupAwsInteg autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -8388,7 +8388,7 @@ autoscale_cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -8402,7 +8402,7 @@ autoscale_down: ElastigroupAwsIntegrationNomadAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -8416,7 +8416,7 @@ autoscale_headroom: ElastigroupAwsIntegrationNomadAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -8428,7 +8428,7 @@ autoscale_is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -8449,8 +8449,8 @@ elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleConstraints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8462,7 +8462,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -8474,7 +8474,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8494,7 +8494,7 @@ elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -8506,7 +8506,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8528,9 +8528,9 @@ elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -8542,7 +8542,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -8554,7 +8554,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -8566,7 +8566,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -8589,10 +8589,10 @@ elastigroupAws.ElastigroupAwsIntegrationRancher( | **Name** | **Type** | **Description** | | --- | --- | --- | -| access_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. | -| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| secret_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| access_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. | +| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| secret_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | +| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -8604,7 +8604,7 @@ access_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -8616,7 +8616,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -8628,7 +8628,7 @@ secret_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -8640,7 +8640,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -8674,7 +8674,7 @@ domains: typing.Union[IResolvable, typing.List[ElastigroupAwsIntegrationRoute53D domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -8697,10 +8697,10 @@ elastigroupAws.ElastigroupAwsIntegrationRoute53Domains( | **Name** | **Type** | **Description** | | --- | --- | --- | -| hosted_zone_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. | +| hosted_zone_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. | | record_sets | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsIntegrationRoute53DomainsRecordSets]] | record_sets block. | -| record_set_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. | -| spotinst_acct_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | +| record_set_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. | +| spotinst_acct_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -8712,7 +8712,7 @@ hosted_zone_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -8726,7 +8726,7 @@ record_sets: typing.Union[IResolvable, typing.List[ElastigroupAwsIntegrationRout record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -8738,7 +8738,7 @@ record_set_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -8750,7 +8750,7 @@ spotinst_acct_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -8772,9 +8772,9 @@ elastigroupAws.ElastigroupAwsIntegrationRoute53DomainsRecordSets( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| use_public_dns | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. | -| use_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| use_public_dns | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. | +| use_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -8786,7 +8786,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8798,7 +8798,7 @@ use_public_dns: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -8810,7 +8810,7 @@ use_public_ip: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -8835,12 +8835,12 @@ elastigroupAws.ElastigroupAwsItf( | **Name** | **Type** | **Description** | | --- | --- | --- | -| fixed_target_groups | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. | +| fixed_target_groups | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. | | load_balancer | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsItfLoadBalancer]] | load_balancer block. | | target_group_config | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsItfTargetGroupConfig]] | target_group_config block. | -| weight_strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. | +| weight_strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. | | default_static_target_group | ElastigroupAwsItfDefaultStaticTargetGroup | default_static_target_group block. | -| migration_healthiness_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | +| migration_healthiness_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -8852,7 +8852,7 @@ fixed_target_groups: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -8866,7 +8866,7 @@ load_balancer: typing.Union[IResolvable, typing.List[ElastigroupAwsItfLoadBalanc load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -8880,7 +8880,7 @@ target_group_config: typing.Union[IResolvable, typing.List[ElastigroupAwsItfTarg target_group_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -8892,7 +8892,7 @@ weight_strategy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -8906,7 +8906,7 @@ default_static_target_group: ElastigroupAwsItfDefaultStaticTargetGroup default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -8918,7 +8918,7 @@ migration_healthiness_threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -8939,8 +8939,8 @@ elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup( | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -8952,7 +8952,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -8964,7 +8964,7 @@ percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -8986,7 +8986,7 @@ elastigroupAws.ElastigroupAwsItfLoadBalancer( | **Name** | **Type** | **Description** | | --- | --- | --- | | listener_rule | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsItfLoadBalancerListenerRule]] | listener_rule block. | -| load_balancer_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | +| load_balancer_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -9000,7 +9000,7 @@ listener_rule: typing.Union[IResolvable, typing.List[ElastigroupAwsItfLoadBalanc listener_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -9012,7 +9012,7 @@ load_balancer_arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -9033,7 +9033,7 @@ elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRule( | **Name** | **Type** | **Description** | | --- | --- | --- | -| rule_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | +| rule_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | static_target_group | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -9046,7 +9046,7 @@ rule_arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -9060,7 +9060,7 @@ static_target_group: ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -9081,8 +9081,8 @@ elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup( | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -9094,7 +9094,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -9106,7 +9106,7 @@ percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -9138,19 +9138,19 @@ elastigroupAws.ElastigroupAwsItfTargetGroupConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| health_check_path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. | -| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| vpc_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. | -| health_check_interval_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. | -| health_check_port | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. | -| health_check_protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. | -| health_check_timeout_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. | -| healthy_threshold_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. | +| health_check_path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. | +| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | +| vpc_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. | +| health_check_interval_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. | +| health_check_port | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. | +| health_check_protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. | +| health_check_timeout_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. | +| healthy_threshold_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. | | matcher | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsItfTargetGroupConfigMatcher]] | matcher block. | -| protocol_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. | +| protocol_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. | | tags | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsItfTargetGroupConfigTags]] | tags block. | -| unhealthy_threshold_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | +| unhealthy_threshold_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -9162,7 +9162,7 @@ health_check_path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -9174,7 +9174,7 @@ port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -9186,7 +9186,7 @@ protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -9198,7 +9198,7 @@ vpc_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -9210,7 +9210,7 @@ health_check_interval_seconds: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -9222,7 +9222,7 @@ health_check_port: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -9234,7 +9234,7 @@ health_check_protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -9246,7 +9246,7 @@ health_check_timeout_seconds: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -9258,7 +9258,7 @@ healthy_threshold_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -9272,7 +9272,7 @@ matcher: typing.Union[IResolvable, typing.List[ElastigroupAwsItfTargetGroupConfi matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -9284,7 +9284,7 @@ protocol_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -9298,7 +9298,7 @@ tags: typing.Union[IResolvable, typing.List[ElastigroupAwsItfTargetGroupConfigTa tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -9310,7 +9310,7 @@ unhealthy_threshold_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -9331,8 +9331,8 @@ elastigroupAws.ElastigroupAwsItfTargetGroupConfigMatcher( | **Name** | **Type** | **Description** | | --- | --- | --- | -| grpc_code | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. | -| http_code | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | +| grpc_code | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. | +| http_code | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -9344,7 +9344,7 @@ grpc_code: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -9356,7 +9356,7 @@ http_code: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -9377,8 +9377,8 @@ elastigroupAws.ElastigroupAwsItfTargetGroupConfigTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| tag_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. | -| tag_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | +| tag_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. | +| tag_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -9390,7 +9390,7 @@ tag_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -9402,7 +9402,7 @@ tag_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -9436,7 +9436,7 @@ export: ElastigroupAwsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} --- @@ -9470,7 +9470,7 @@ s3: typing.Union[IResolvable, typing.List[ElastigroupAwsLoggingExportS3]] s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} --- @@ -9490,7 +9490,7 @@ elastigroupAws.ElastigroupAwsLoggingExportS3( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -9502,7 +9502,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -9527,9 +9527,9 @@ elastigroupAws.ElastigroupAwsMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. | -| http_put_response_hop_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. | -| instance_metadata_tags | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | +| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. | +| http_put_response_hop_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. | +| instance_metadata_tags | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -9541,7 +9541,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -9553,7 +9553,7 @@ http_put_response_hop_limit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -9565,7 +9565,7 @@ instance_metadata_tags: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -9601,7 +9601,7 @@ expressions: typing.Union[IResolvable, typing.List[ElastigroupAwsMultipleMetrics expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -9615,7 +9615,7 @@ metrics: typing.Union[IResolvable, typing.List[ElastigroupAwsMultipleMetricsMetr metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -9636,8 +9636,8 @@ elastigroupAws.ElastigroupAwsMultipleMetricsExpressions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -9649,7 +9649,7 @@ expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -9661,7 +9661,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9687,13 +9687,13 @@ elastigroupAws.ElastigroupAwsMultipleMetricsMetrics( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | | dimensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsMultipleMetricsMetricsDimensions]] | dimensions block. | -| extended_statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| extended_statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9705,7 +9705,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9717,7 +9717,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9729,7 +9729,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9743,7 +9743,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAwsMultipleMetricsM dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9755,7 +9755,7 @@ extended_statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -9767,7 +9767,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9779,7 +9779,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9800,8 +9800,8 @@ elastigroupAws.ElastigroupAwsMultipleMetricsMetricsDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9813,7 +9813,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9825,7 +9825,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9852,14 +9852,14 @@ elastigroupAws.ElastigroupAwsNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_index | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. | -| associate_ipv6_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. | -| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. | -| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| network_interface_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. | -| private_ip_address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. | -| secondary_private_ip_address_count | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | +| device_index | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. | +| associate_ipv6_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. | +| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. | +| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| network_interface_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. | +| private_ip_address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. | +| secondary_private_ip_address_count | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -9871,7 +9871,7 @@ device_index: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -9883,7 +9883,7 @@ associate_ipv6_address: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -9895,7 +9895,7 @@ associate_public_ip_address: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -9907,7 +9907,7 @@ delete_on_termination: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -9919,7 +9919,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -9931,7 +9931,7 @@ network_interface_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -9943,7 +9943,7 @@ private_ip_address: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -9955,7 +9955,7 @@ secondary_private_ip_address_count: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -9983,15 +9983,15 @@ elastigroupAws.ElastigroupAwsResourceRequirements( | **Name** | **Type** | **Description** | | --- | --- | --- | -| required_memory_maximum | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. | -| required_memory_minimum | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. | -| required_vcpu_maximum | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. | -| required_vcpu_minimum | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. | -| excluded_instance_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. | -| excluded_instance_generations | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. | -| excluded_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. | -| required_gpu_maximum | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. | -| required_gpu_minimum | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | +| required_memory_maximum | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. | +| required_memory_minimum | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. | +| required_vcpu_maximum | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. | +| required_vcpu_minimum | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. | +| excluded_instance_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. | +| excluded_instance_generations | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. | +| excluded_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. | +| required_gpu_maximum | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. | +| required_gpu_minimum | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -10003,7 +10003,7 @@ required_memory_maximum: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -10015,7 +10015,7 @@ required_memory_minimum: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -10027,7 +10027,7 @@ required_vcpu_maximum: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -10039,7 +10039,7 @@ required_vcpu_minimum: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -10051,7 +10051,7 @@ excluded_instance_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -10063,7 +10063,7 @@ excluded_instance_generations: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -10075,7 +10075,7 @@ excluded_instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -10087,7 +10087,7 @@ required_gpu_maximum: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -10099,7 +10099,7 @@ required_gpu_minimum: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -10122,10 +10122,10 @@ elastigroupAws.ElastigroupAwsResourceTagSpecification( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_tag_amis | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. | -| should_tag_enis | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. | -| should_tag_snapshots | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. | -| should_tag_volumes | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | +| should_tag_amis | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. | +| should_tag_enis | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. | +| should_tag_snapshots | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. | +| should_tag_volumes | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -10137,7 +10137,7 @@ should_tag_amis: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -10149,7 +10149,7 @@ should_tag_enis: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -10161,7 +10161,7 @@ should_tag_snapshots: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -10173,7 +10173,7 @@ should_tag_volumes: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -10194,8 +10194,8 @@ elastigroupAws.ElastigroupAwsRevertToSpot( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | +| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | +| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -10207,7 +10207,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -10219,7 +10219,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -10259,27 +10259,27 @@ elastigroupAws.ElastigroupAwsScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | dimensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScalingDownPolicyDimensions]] | dimensions block. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | | step_adjustments | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScalingDownPolicyStepAdjustments]] | step_adjustments block. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -10291,7 +10291,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -10303,7 +10303,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -10315,7 +10315,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -10327,7 +10327,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10339,7 +10339,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10351,7 +10351,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -10365,7 +10365,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAwsScalingDownPolic dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -10377,7 +10377,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -10389,7 +10389,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -10401,7 +10401,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10413,7 +10413,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -10425,7 +10425,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -10437,7 +10437,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -10449,7 +10449,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -10461,7 +10461,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -10473,7 +10473,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -10485,7 +10485,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10499,7 +10499,7 @@ step_adjustments: typing.Union[IResolvable, typing.List[ElastigroupAwsScalingDow step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -10511,7 +10511,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10523,7 +10523,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10535,7 +10535,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10556,8 +10556,8 @@ elastigroupAws.ElastigroupAwsScalingDownPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10569,7 +10569,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10581,7 +10581,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10603,7 +10603,7 @@ elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustments( | **Name** | **Type** | **Description** | | --- | --- | --- | | action | ElastigroupAwsScalingDownPolicyStepAdjustmentsAction | action block. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -10617,7 +10617,7 @@ action: ElastigroupAwsScalingDownPolicyStepAdjustmentsAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -10629,7 +10629,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10655,13 +10655,13 @@ elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -10673,7 +10673,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -10685,7 +10685,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10697,7 +10697,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10709,7 +10709,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -10721,7 +10721,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -10733,7 +10733,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -10745,7 +10745,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10766,8 +10766,8 @@ elastigroupAws.ElastigroupAwsScalingStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| terminate_at_end_of_billing_hour | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. | -| termination_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | +| terminate_at_end_of_billing_hour | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. | +| termination_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -10779,7 +10779,7 @@ terminate_at_end_of_billing_hour: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -10791,7 +10791,7 @@ termination_policy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -10823,19 +10823,19 @@ elastigroupAws.ElastigroupAwsScalingTargetPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| target | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| target | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | dimensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScalingTargetPolicyDimensions]] | dimensions block. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| max_capacity_per_scale | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| predictive_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| max_capacity_per_scale | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| predictive_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -10847,7 +10847,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -10859,7 +10859,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -10871,7 +10871,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -10883,7 +10883,7 @@ target: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10895,7 +10895,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -10909,7 +10909,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAwsScalingTargetPol dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -10921,7 +10921,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -10933,7 +10933,7 @@ max_capacity_per_scale: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -10945,7 +10945,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -10957,7 +10957,7 @@ predictive_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -10969,7 +10969,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -10981,7 +10981,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10993,7 +10993,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -11014,8 +11014,8 @@ elastigroupAws.ElastigroupAwsScalingTargetPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -11027,7 +11027,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -11039,7 +11039,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -11079,27 +11079,27 @@ elastigroupAws.ElastigroupAwsScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | dimensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScalingUpPolicyDimensions]] | dimensions block. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | | step_adjustments | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsScalingUpPolicyStepAdjustments]] | step_adjustments block. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -11111,7 +11111,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -11123,7 +11123,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -11135,7 +11135,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -11147,7 +11147,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -11159,7 +11159,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -11171,7 +11171,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -11185,7 +11185,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAwsScalingUpPolicyD dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -11197,7 +11197,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -11209,7 +11209,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -11221,7 +11221,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -11233,7 +11233,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -11245,7 +11245,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -11257,7 +11257,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -11269,7 +11269,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -11281,7 +11281,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -11293,7 +11293,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -11305,7 +11305,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -11319,7 +11319,7 @@ step_adjustments: typing.Union[IResolvable, typing.List[ElastigroupAwsScalingUpP step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -11331,7 +11331,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -11343,7 +11343,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -11355,7 +11355,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -11376,8 +11376,8 @@ elastigroupAws.ElastigroupAwsScalingUpPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -11389,7 +11389,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -11401,7 +11401,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -11423,7 +11423,7 @@ elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustments( | **Name** | **Type** | **Description** | | --- | --- | --- | | action | ElastigroupAwsScalingUpPolicyStepAdjustmentsAction | action block. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -11437,7 +11437,7 @@ action: ElastigroupAwsScalingUpPolicyStepAdjustmentsAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -11449,7 +11449,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -11475,13 +11475,13 @@ elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -11493,7 +11493,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -11505,7 +11505,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -11517,7 +11517,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -11529,7 +11529,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -11541,7 +11541,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -11553,7 +11553,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -11565,7 +11565,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -11599,21 +11599,21 @@ elastigroupAws.ElastigroupAwsScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. | -| batch_size_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | -| frequency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| grace_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. | -| min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. | -| scale_max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. | -| scale_min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. | -| scale_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. | -| start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. | -| target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. | +| batch_size_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | +| frequency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | +| grace_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. | +| min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. | +| scale_max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. | +| scale_min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. | +| scale_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. | +| start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. | +| target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -11625,7 +11625,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -11637,7 +11637,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -11649,7 +11649,7 @@ adjustment_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -11661,7 +11661,7 @@ batch_size_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -11673,7 +11673,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -11685,7 +11685,7 @@ frequency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -11697,7 +11697,7 @@ grace_period: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -11709,7 +11709,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -11721,7 +11721,7 @@ max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -11733,7 +11733,7 @@ min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -11745,7 +11745,7 @@ scale_max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -11757,7 +11757,7 @@ scale_min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -11769,7 +11769,7 @@ scale_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -11781,7 +11781,7 @@ start_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -11793,7 +11793,7 @@ target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -11814,8 +11814,8 @@ elastigroupAws.ElastigroupAwsSignal( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -11827,7 +11827,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -11839,7 +11839,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -11862,10 +11862,10 @@ elastigroupAws.ElastigroupAwsStatefulDeallocation( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_delete_images | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. | -| should_delete_network_interfaces | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. | -| should_delete_snapshots | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. | -| should_delete_volumes | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | +| should_delete_images | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. | +| should_delete_network_interfaces | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. | +| should_delete_snapshots | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. | +| should_delete_volumes | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -11877,7 +11877,7 @@ should_delete_images: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -11889,7 +11889,7 @@ should_delete_network_interfaces: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -11901,7 +11901,7 @@ should_delete_snapshots: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -11913,7 +11913,7 @@ should_delete_volumes: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -11934,8 +11934,8 @@ elastigroupAws.ElastigroupAwsStatefulInstanceAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| stateful_instance_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| stateful_instance_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -11947,7 +11947,7 @@ stateful_instance_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -11959,7 +11959,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -11980,8 +11980,8 @@ elastigroupAws.ElastigroupAwsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -11993,7 +11993,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -12005,7 +12005,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -12028,9 +12028,9 @@ elastigroupAws.ElastigroupAwsUpdatePolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_resume_stateful | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. | -| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. | -| auto_apply_tags | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | +| should_resume_stateful | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. | +| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. | +| auto_apply_tags | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | roll_config | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -12043,7 +12043,7 @@ should_resume_stateful: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -12055,7 +12055,7 @@ should_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -12067,7 +12067,7 @@ auto_apply_tags: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -12081,7 +12081,7 @@ roll_config: ElastigroupAwsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -12106,12 +12106,12 @@ elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | | strategy | ElastigroupAwsUpdatePolicyRollConfigStrategy | strategy block. | -| wait_for_roll_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. | -| wait_for_roll_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | +| wait_for_roll_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. | +| wait_for_roll_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -12123,7 +12123,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -12135,7 +12135,7 @@ grace_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -12147,7 +12147,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -12161,7 +12161,7 @@ strategy: ElastigroupAwsUpdatePolicyRollConfigStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -12173,7 +12173,7 @@ wait_for_roll_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -12185,7 +12185,7 @@ wait_for_roll_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -12208,10 +12208,10 @@ elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. | +| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. | | on_failure | ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure | on_failure block. | -| should_drain_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | +| should_drain_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -12223,7 +12223,7 @@ action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -12235,7 +12235,7 @@ batch_min_healthy_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -12249,7 +12249,7 @@ on_failure: ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -12261,7 +12261,7 @@ should_drain_instances: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -12285,11 +12285,11 @@ elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| batch_num | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | -| should_decrement_target_capacity | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. | -| should_handle_all_batches | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| batch_num | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| should_decrement_target_capacity | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. | +| should_handle_all_batches | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -12301,7 +12301,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -12313,7 +12313,7 @@ batch_num: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -12325,7 +12325,7 @@ draining_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -12337,7 +12337,7 @@ should_decrement_target_capacity: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -12349,7 +12349,7 @@ should_handle_all_batches: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. --- @@ -13817,7 +13817,7 @@ def put_dynamic_iops( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. --- @@ -13825,7 +13825,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. --- @@ -13833,7 +13833,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. --- @@ -13851,7 +13851,7 @@ def put_dynamic_volume_size( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. --- @@ -13859,7 +13859,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. --- @@ -13867,7 +13867,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. --- @@ -16468,7 +16468,7 @@ def put_strategy( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -16476,7 +16476,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -17214,7 +17214,7 @@ def put_platform_update( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -17222,7 +17222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -17230,7 +17230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -17917,7 +17917,7 @@ def put_deployment_preferences( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -17925,7 +17925,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -17933,7 +17933,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -17943,7 +17943,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -17961,7 +17961,7 @@ def put_managed_actions( platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -19898,7 +19898,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -19906,7 +19906,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -19924,7 +19924,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -19932,7 +19932,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -19940,7 +19940,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -21910,7 +21910,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -21918,7 +21918,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -21936,7 +21936,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -21944,7 +21944,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -21952,7 +21952,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -21968,7 +21968,7 @@ def put_batch( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -22506,7 +22506,7 @@ def put_runner( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -24342,7 +24342,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -24350,7 +24350,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -24368,7 +24368,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -24376,7 +24376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -24384,7 +24384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -26459,7 +26459,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -26477,7 +26477,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -26485,7 +26485,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -26493,7 +26493,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -29651,7 +29651,7 @@ def put_static_target_group( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -29659,7 +29659,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -30696,7 +30696,7 @@ def put_default_static_target_group( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -30704,7 +30704,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -33854,7 +33854,7 @@ def put_export( s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} --- @@ -41127,7 +41127,7 @@ def put_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -41135,7 +41135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -41143,7 +41143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -41151,7 +41151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -41159,7 +41159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -41167,7 +41167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -41175,7 +41175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -45638,7 +45638,7 @@ def put_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -45646,7 +45646,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -45654,7 +45654,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -45662,7 +45662,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -45670,7 +45670,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -45678,7 +45678,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -45686,7 +45686,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -48855,7 +48855,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -48863,7 +48863,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -48871,7 +48871,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -48881,7 +48881,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -48889,7 +48889,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -48897,7 +48897,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -49296,7 +49296,7 @@ def put_strategy( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -49304,7 +49304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -49314,7 +49314,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -49322,7 +49322,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -50194,7 +50194,7 @@ def put_on_failure( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -50202,7 +50202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -50210,7 +50210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -50218,7 +50218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -50226,7 +50226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. --- diff --git a/docs/elastigroupAws.typescript.md b/docs/elastigroupAws.typescript.md index d4d3edb6..41d9a961 100644 --- a/docs/elastigroupAws.typescript.md +++ b/docs/elastigroupAws.typescript.md @@ -4,7 +4,7 @@ ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -1456,7 +1456,7 @@ The construct id used in the generated config for the ElastigroupAws to import. The id of the existing ElastigroupAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use --- @@ -3542,38 +3542,38 @@ const elastigroupAwsConfig: elastigroupAws.ElastigroupAwsConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| securityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| autoHealing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | -| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | -| blockDevicesMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | -| capacityUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | -| considerOdPricing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | -| cpuCredits | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | +| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | +| securityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| autoHealing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. | +| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | +| blockDevicesMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. | +| capacityUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | +| considerOdPricing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. | +| cpuCredits | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | | cpuOptions | ElastigroupAwsCpuOptions | cpu_options block. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | | ebsBlockDevice | cdktf.IResolvable \| ElastigroupAwsEbsBlockDevice[] | ebs_block_device block. | -| ebsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | -| elasticIps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | -| elasticLoadBalancers | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | -| enableMonitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | +| ebsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | +| elasticIps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | +| elasticLoadBalancers | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. | +| enableMonitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | | ephemeralBlockDevice | cdktf.IResolvable \| ElastigroupAwsEphemeralBlockDevice[] | ephemeral_block_device block. | -| healthCheckGracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | -| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | -| healthCheckUnhealthyDurationBeforeReplacement | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | -| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | +| healthCheckGracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. | +| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | +| healthCheckUnhealthyDurationBeforeReplacement | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. | +| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | | images | cdktf.IResolvable \| ElastigroupAwsImages[] | images block. | -| immediateOdRecoverThreshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | -| instanceTypesOndemand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | -| instanceTypesPreferredSpot | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | -| instanceTypesSpot | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | +| immediateOdRecoverThreshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. | +| instanceTypesOndemand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. | +| instanceTypesPreferredSpot | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. | +| instanceTypesSpot | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. | | instanceTypesWeights | cdktf.IResolvable \| ElastigroupAwsInstanceTypesWeights[] | instance_types_weights block. | | integrationBeanstalk | ElastigroupAwsIntegrationBeanstalk | integration_beanstalk block. | | integrationCodedeploy | ElastigroupAwsIntegrationCodedeploy | integration_codedeploy block. | @@ -3586,47 +3586,47 @@ const elastigroupAwsConfig: elastigroupAws.ElastigroupAwsConfig = { ... } | integrationRancher | ElastigroupAwsIntegrationRancher | integration_rancher block. | | integrationRoute53 | ElastigroupAwsIntegrationRoute53 | integration_route53 block. | | itf | cdktf.IResolvable \| ElastigroupAwsItf[] | itf block. | -| keyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | -| lifetimePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| keyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | +| lifetimePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | logging | ElastigroupAwsLogging | logging block. | -| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | | metadataOptions | ElastigroupAwsMetadataOptions | metadata_options block. | -| minimumInstanceLifetime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | -| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | +| minimumInstanceLifetime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. | +| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multipleMetrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | networkInterface | cdktf.IResolvable \| ElastigroupAwsNetworkInterface[] | network_interface block. | -| ondemandCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | -| onDemandTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | -| persistBlockDevices | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | -| persistPrivateIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | -| persistRootDevice | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | -| placementTenancy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | -| preferredAvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | -| privateIps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| ondemandCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | +| onDemandTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. | +| persistBlockDevices | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. | +| persistPrivateIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. | +| persistRootDevice | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. | +| placementTenancy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | +| preferredAvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. | +| privateIps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | | resourceRequirements | cdktf.IResolvable \| ElastigroupAwsResourceRequirements[] | resource_requirements block. | | resourceTagSpecification | cdktf.IResolvable \| ElastigroupAwsResourceTagSpecification[] | resource_tag_specification block. | -| restrictSingleAz | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | +| restrictSingleAz | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. | | revertToSpot | ElastigroupAwsRevertToSpot | revert_to_spot block. | | scalingDownPolicy | cdktf.IResolvable \| ElastigroupAwsScalingDownPolicy[] | scaling_down_policy block. | | scalingStrategy | cdktf.IResolvable \| ElastigroupAwsScalingStrategy[] | scaling_strategy block. | | scalingTargetPolicy | cdktf.IResolvable \| ElastigroupAwsScalingTargetPolicy[] | scaling_target_policy block. | | scalingUpPolicy | cdktf.IResolvable \| ElastigroupAwsScalingUpPolicy[] | scaling_up_policy block. | | scheduledTask | cdktf.IResolvable \| ElastigroupAwsScheduledTask[] | scheduled_task block. | -| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | +| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | | signal | cdktf.IResolvable \| ElastigroupAwsSignal[] | signal block. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | | statefulDeallocation | ElastigroupAwsStatefulDeallocation | stateful_deallocation block. | | statefulInstanceAction | cdktf.IResolvable \| ElastigroupAwsStatefulInstanceAction[] | stateful_instance_action block. | -| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | +| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | | tags | cdktf.IResolvable \| ElastigroupAwsTags[] | tags block. | -| targetGroupArns | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | +| targetGroupArns | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. | | updatePolicy | ElastigroupAwsUpdatePolicy | update_policy block. | -| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | -| utilizeCommitments | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | -| utilizeReservedInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | -| waitForCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | -| waitForCapacityTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | +| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | +| utilizeCommitments | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | +| utilizeReservedInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. | +| waitForCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. | +| waitForCapacityTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -3708,7 +3708,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -3720,7 +3720,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -3732,7 +3732,7 @@ public readonly orientation: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -3744,7 +3744,7 @@ public readonly product: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -3756,7 +3756,7 @@ public readonly securityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -3768,7 +3768,7 @@ public readonly autoHealing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing}. --- @@ -3780,7 +3780,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -3792,7 +3792,7 @@ public readonly blockDevicesMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -3804,7 +3804,7 @@ public readonly capacityUnit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -3816,7 +3816,7 @@ public readonly considerOdPricing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -3828,7 +3828,7 @@ public readonly cpuCredits: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -3842,7 +3842,7 @@ public readonly cpuOptions: ElastigroupAwsCpuOptions; cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -3854,7 +3854,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -3866,7 +3866,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -3878,7 +3878,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -3892,7 +3892,7 @@ public readonly ebsBlockDevice: IResolvable | ElastigroupAwsEbsBlockDevice[]; ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -3904,7 +3904,7 @@ public readonly ebsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -3916,7 +3916,7 @@ public readonly elasticIps: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -3928,7 +3928,7 @@ public readonly elasticLoadBalancers: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -3940,7 +3940,7 @@ public readonly enableMonitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -3954,7 +3954,7 @@ public readonly ephemeralBlockDevice: IResolvable | ElastigroupAwsEphemeralBlock ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -3966,7 +3966,7 @@ public readonly healthCheckGracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -3978,7 +3978,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -3990,7 +3990,7 @@ public readonly healthCheckUnhealthyDurationBeforeReplacement: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -4002,7 +4002,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -4014,7 +4014,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4029,7 +4029,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -4043,7 +4043,7 @@ public readonly images: IResolvable | ElastigroupAwsImages[]; images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -4055,7 +4055,7 @@ public readonly immediateOdRecoverThreshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -4067,7 +4067,7 @@ public readonly instanceTypesOndemand: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -4079,7 +4079,7 @@ public readonly instanceTypesPreferredSpot: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -4091,7 +4091,7 @@ public readonly instanceTypesSpot: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -4105,7 +4105,7 @@ public readonly instanceTypesWeights: IResolvable | ElastigroupAwsInstanceTypesW instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -4119,7 +4119,7 @@ public readonly integrationBeanstalk: ElastigroupAwsIntegrationBeanstalk; integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -4133,7 +4133,7 @@ public readonly integrationCodedeploy: ElastigroupAwsIntegrationCodedeploy; integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -4147,7 +4147,7 @@ public readonly integrationDockerSwarm: ElastigroupAwsIntegrationDockerSwarm; integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -4161,7 +4161,7 @@ public readonly integrationEcs: ElastigroupAwsIntegrationEcs; integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -4175,7 +4175,7 @@ public readonly integrationGitlab: ElastigroupAwsIntegrationGitlab; integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -4189,7 +4189,7 @@ public readonly integrationKubernetes: ElastigroupAwsIntegrationKubernetes; integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -4203,7 +4203,7 @@ public readonly integrationMesosphere: ElastigroupAwsIntegrationMesosphere; integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -4217,7 +4217,7 @@ public readonly integrationNomad: ElastigroupAwsIntegrationNomad; integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -4231,7 +4231,7 @@ public readonly integrationRancher: ElastigroupAwsIntegrationRancher; integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -4245,7 +4245,7 @@ public readonly integrationRoute53: ElastigroupAwsIntegrationRoute53; integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -4259,7 +4259,7 @@ public readonly itf: IResolvable | ElastigroupAwsItf[]; itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -4271,7 +4271,7 @@ public readonly keyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -4283,7 +4283,7 @@ public readonly lifetimePeriod: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -4297,7 +4297,7 @@ public readonly logging: ElastigroupAwsLogging; logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -4309,7 +4309,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -4323,7 +4323,7 @@ public readonly metadataOptions: ElastigroupAwsMetadataOptions; metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -4335,7 +4335,7 @@ public readonly minimumInstanceLifetime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -4347,7 +4347,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -4361,7 +4361,7 @@ public readonly multipleMetrics: ElastigroupAwsMultipleMetrics; multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -4375,7 +4375,7 @@ public readonly networkInterface: IResolvable | ElastigroupAwsNetworkInterface[] network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -4387,7 +4387,7 @@ public readonly ondemandCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -4399,7 +4399,7 @@ public readonly onDemandTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -4411,7 +4411,7 @@ public readonly persistBlockDevices: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -4423,7 +4423,7 @@ public readonly persistPrivateIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -4435,7 +4435,7 @@ public readonly persistRootDevice: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -4447,7 +4447,7 @@ public readonly placementTenancy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -4459,7 +4459,7 @@ public readonly preferredAvailabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -4471,7 +4471,7 @@ public readonly privateIps: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -4483,7 +4483,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -4497,7 +4497,7 @@ public readonly resourceRequirements: IResolvable | ElastigroupAwsResourceRequir resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -4511,7 +4511,7 @@ public readonly resourceTagSpecification: IResolvable | ElastigroupAwsResourceTa resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -4523,7 +4523,7 @@ public readonly restrictSingleAz: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az}. --- @@ -4537,7 +4537,7 @@ public readonly revertToSpot: ElastigroupAwsRevertToSpot; revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -4551,7 +4551,7 @@ public readonly scalingDownPolicy: IResolvable | ElastigroupAwsScalingDownPolicy scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -4565,7 +4565,7 @@ public readonly scalingStrategy: IResolvable | ElastigroupAwsScalingStrategy[]; scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -4579,7 +4579,7 @@ public readonly scalingTargetPolicy: IResolvable | ElastigroupAwsScalingTargetPo scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -4593,7 +4593,7 @@ public readonly scalingUpPolicy: IResolvable | ElastigroupAwsScalingUpPolicy[]; scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -4607,7 +4607,7 @@ public readonly scheduledTask: IResolvable | ElastigroupAwsScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -4619,7 +4619,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -4633,7 +4633,7 @@ public readonly signal: IResolvable | ElastigroupAwsSignal[]; signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -4645,7 +4645,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -4659,7 +4659,7 @@ public readonly statefulDeallocation: ElastigroupAwsStatefulDeallocation; stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -4673,7 +4673,7 @@ public readonly statefulInstanceAction: IResolvable | ElastigroupAwsStatefulInst stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -4685,7 +4685,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -4699,7 +4699,7 @@ public readonly tags: IResolvable | ElastigroupAwsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -4711,7 +4711,7 @@ public readonly targetGroupArns: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -4725,7 +4725,7 @@ public readonly updatePolicy: ElastigroupAwsUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -4737,7 +4737,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -4749,7 +4749,7 @@ public readonly utilizeCommitments: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -4761,7 +4761,7 @@ public readonly utilizeReservedInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -4773,7 +4773,7 @@ public readonly waitForCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -4785,7 +4785,7 @@ public readonly waitForCapacityTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -4803,7 +4803,7 @@ const elastigroupAwsCpuOptions: elastigroupAws.ElastigroupAwsCpuOptions = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| threadsPerCore | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | +| threadsPerCore | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -4815,7 +4815,7 @@ public readonly threadsPerCore: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -4833,17 +4833,17 @@ const elastigroupAwsEbsBlockDevice: elastigroupAws.ElastigroupAwsEbsBlockDevice | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | +| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | | dynamicIops | ElastigroupAwsEbsBlockDeviceDynamicIops | dynamic_iops block. | | dynamicVolumeSize | ElastigroupAwsEbsBlockDeviceDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. | -| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. | -| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. | -| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | +| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | +| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. | +| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. | +| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. | +| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -4855,7 +4855,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -4867,7 +4867,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -4881,7 +4881,7 @@ public readonly dynamicIops: ElastigroupAwsEbsBlockDeviceDynamicIops; dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dynamic_iops ElastigroupAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dynamic_iops ElastigroupAws#dynamic_iops} --- @@ -4895,7 +4895,7 @@ public readonly dynamicVolumeSize: ElastigroupAwsEbsBlockDeviceDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dynamic_volume_size ElastigroupAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dynamic_volume_size ElastigroupAws#dynamic_volume_size} --- @@ -4907,7 +4907,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -4919,7 +4919,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -4931,7 +4931,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -4943,7 +4943,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -4955,7 +4955,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -4967,7 +4967,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -4979,7 +4979,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -4997,9 +4997,9 @@ const elastigroupAwsEbsBlockDeviceDynamicIops: elastigroupAws.ElastigroupAwsEbsB | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | -| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | +| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | +| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | +| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | --- @@ -5011,7 +5011,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. --- @@ -5023,7 +5023,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. --- @@ -5035,7 +5035,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. --- @@ -5053,9 +5053,9 @@ const elastigroupAwsEbsBlockDeviceDynamicVolumeSize: elastigroupAws.ElastigroupA | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | -| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | +| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. | +| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. | +| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. | --- @@ -5067,7 +5067,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size}. --- @@ -5079,7 +5079,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource}. --- @@ -5091,7 +5091,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit}. --- @@ -5109,8 +5109,8 @@ const elastigroupAwsEphemeralBlockDevice: elastigroupAws.ElastigroupAwsEphemeral | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| virtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | +| virtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -5122,7 +5122,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -5134,7 +5134,7 @@ public readonly virtualName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -5166,7 +5166,7 @@ public readonly image: IResolvable | ElastigroupAwsImagesImage[]; image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -5184,7 +5184,7 @@ const elastigroupAwsImagesImage: elastigroupAws.ElastigroupAwsImagesImage = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -5196,7 +5196,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -5217,8 +5217,8 @@ const elastigroupAwsInstanceTypesWeights: elastigroupAws.ElastigroupAwsInstanceT | **Name** | **Type** | **Description** | | --- | --- | --- | -| instanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. | -| weight | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| instanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. | +| weight | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -5230,7 +5230,7 @@ public readonly instanceType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -5242,7 +5242,7 @@ public readonly weight: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -5261,7 +5261,7 @@ const elastigroupAwsIntegrationBeanstalk: elastigroupAws.ElastigroupAwsIntegrati | **Name** | **Type** | **Description** | | --- | --- | --- | | deploymentPreferences | ElastigroupAwsIntegrationBeanstalkDeploymentPreferences | deployment_preferences block. | -| environmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | +| environmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | managedActions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -5276,7 +5276,7 @@ public readonly deploymentPreferences: ElastigroupAwsIntegrationBeanstalkDeploym deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -5288,7 +5288,7 @@ public readonly environmentId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -5302,7 +5302,7 @@ public readonly managedActions: ElastigroupAwsIntegrationBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -5320,9 +5320,9 @@ const elastigroupAwsIntegrationBeanstalkDeploymentPreferences: elastigroupAws.El | **Name** | **Type** | **Description** | | --- | --- | --- | -| automaticRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| automaticRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -5335,7 +5335,7 @@ public readonly automaticRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -5347,7 +5347,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -5359,7 +5359,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -5373,7 +5373,7 @@ public readonly strategy: ElastigroupAwsIntegrationBeanstalkDeploymentPreference strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -5391,8 +5391,8 @@ const elastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy: elastigro | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| shouldDrainInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | +| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| shouldDrainInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -5404,7 +5404,7 @@ public readonly action: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -5416,7 +5416,7 @@ public readonly shouldDrainInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -5448,7 +5448,7 @@ public readonly platformUpdate: ElastigroupAwsIntegrationBeanstalkManagedActions platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -5466,9 +5466,9 @@ const elastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate: elastigrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| timeWindow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. | -| updateLevel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | +| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | +| timeWindow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. | +| updateLevel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -5480,7 +5480,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -5492,7 +5492,7 @@ public readonly timeWindow: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -5504,7 +5504,7 @@ public readonly updateLevel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -5522,9 +5522,9 @@ const elastigroupAwsIntegrationCodedeploy: elastigroupAws.ElastigroupAwsIntegrat | **Name** | **Type** | **Description** | | --- | --- | --- | -| cleanupOnFailure | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. | +| cleanupOnFailure | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. | | deploymentGroups | cdktf.IResolvable \| ElastigroupAwsIntegrationCodedeployDeploymentGroups[] | deployment_groups block. | -| terminateInstanceOnFailure | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | +| terminateInstanceOnFailure | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -5536,7 +5536,7 @@ public readonly cleanupOnFailure: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -5550,7 +5550,7 @@ public readonly deploymentGroups: IResolvable | ElastigroupAwsIntegrationCodedep deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -5562,7 +5562,7 @@ public readonly terminateInstanceOnFailure: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -5580,8 +5580,8 @@ const elastigroupAwsIntegrationCodedeployDeploymentGroups: elastigroupAws.Elasti | **Name** | **Type** | **Description** | | --- | --- | --- | -| applicationName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. | -| deploymentGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | +| applicationName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. | +| deploymentGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -5593,7 +5593,7 @@ public readonly applicationName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -5605,7 +5605,7 @@ public readonly deploymentGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -5623,12 +5623,12 @@ const elastigroupAwsIntegrationDockerSwarm: elastigroupAws.ElastigroupAwsIntegra | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| masterPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| masterPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | +| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | autoscaleDown | ElastigroupAwsIntegrationDockerSwarmAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -5640,7 +5640,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -5652,7 +5652,7 @@ public readonly masterPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -5664,7 +5664,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5678,7 +5678,7 @@ public readonly autoscaleDown: ElastigroupAwsIntegrationDockerSwarmAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5692,7 +5692,7 @@ public readonly autoscaleHeadroom: ElastigroupAwsIntegrationDockerSwarmAutoscale autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5704,7 +5704,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5722,8 +5722,8 @@ const elastigroupAwsIntegrationDockerSwarmAutoscaleDown: elastigroupAws.Elastigr | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -5735,7 +5735,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -5747,7 +5747,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -5765,9 +5765,9 @@ const elastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom: elastigroupAws.Elas | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -5779,7 +5779,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -5791,7 +5791,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -5803,7 +5803,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -5821,14 +5821,14 @@ const elastigroupAwsIntegrationEcs: elastigroupAws.ElastigroupAwsIntegrationEcs | **Name** | **Type** | **Description** | | --- | --- | --- | -| clusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. | +| clusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. | | autoscaleAttributes | cdktf.IResolvable \| ElastigroupAwsIntegrationEcsAutoscaleAttributes[] | autoscale_attributes block. | -| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | autoscaleDown | ElastigroupAwsIntegrationEcsAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | ElastigroupAwsIntegrationEcsAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | -| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | -| autoscaleScaleDownNonServiceTasks | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | +| autoscaleIsAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | +| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| autoscaleScaleDownNonServiceTasks | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -5841,7 +5841,7 @@ public readonly clusterName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -5855,7 +5855,7 @@ public readonly autoscaleAttributes: IResolvable | ElastigroupAwsIntegrationEcsA autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -5867,7 +5867,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5881,7 +5881,7 @@ public readonly autoscaleDown: ElastigroupAwsIntegrationEcsAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5895,7 +5895,7 @@ public readonly autoscaleHeadroom: ElastigroupAwsIntegrationEcsAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5907,7 +5907,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -5919,7 +5919,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5931,7 +5931,7 @@ public readonly autoscaleScaleDownNonServiceTasks: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -5945,7 +5945,7 @@ public readonly batch: ElastigroupAwsIntegrationEcsBatch; batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -5963,8 +5963,8 @@ const elastigroupAwsIntegrationEcsAutoscaleAttributes: elastigroupAws.Elastigrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -5976,7 +5976,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -5988,7 +5988,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6006,8 +6006,8 @@ const elastigroupAwsIntegrationEcsAutoscaleDown: elastigroupAws.ElastigroupAwsIn | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6019,7 +6019,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6031,7 +6031,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6049,9 +6049,9 @@ const elastigroupAwsIntegrationEcsAutoscaleHeadroom: elastigroupAws.ElastigroupA | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6063,7 +6063,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6075,7 +6075,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6087,7 +6087,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6105,7 +6105,7 @@ const elastigroupAwsIntegrationEcsBatch: elastigroupAws.ElastigroupAwsIntegratio | **Name** | **Type** | **Description** | | --- | --- | --- | -| jobQueueNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | +| jobQueueNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -6117,7 +6117,7 @@ public readonly jobQueueNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -6149,7 +6149,7 @@ public readonly runner: ElastigroupAwsIntegrationGitlabRunner; runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -6167,7 +6167,7 @@ const elastigroupAwsIntegrationGitlabRunner: elastigroupAws.ElastigroupAwsIntegr | **Name** | **Type** | **Description** | | --- | --- | --- | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -6179,7 +6179,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -6197,16 +6197,16 @@ const elastigroupAwsIntegrationKubernetes: elastigroupAws.ElastigroupAwsIntegrat | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | -| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| apiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | +| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | autoscaleDown | ElastigroupAwsIntegrationKubernetesAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | -| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| autoscaleIsAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. | +| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | | autoscaleLabels | cdktf.IResolvable \| ElastigroupAwsIntegrationKubernetesAutoscaleLabels[] | autoscale_labels block. | -| clusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. | -| integrationMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | -| token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| clusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. | +| integrationMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | +| token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -6218,7 +6218,7 @@ public readonly apiServer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6230,7 +6230,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6244,7 +6244,7 @@ public readonly autoscaleDown: ElastigroupAwsIntegrationKubernetesAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6258,7 +6258,7 @@ public readonly autoscaleHeadroom: ElastigroupAwsIntegrationKubernetesAutoscaleH autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6270,7 +6270,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -6282,7 +6282,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6296,7 +6296,7 @@ public readonly autoscaleLabels: IResolvable | ElastigroupAwsIntegrationKubernet autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -6308,7 +6308,7 @@ public readonly clusterIdentifier: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -6320,7 +6320,7 @@ public readonly integrationMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -6332,7 +6332,7 @@ public readonly token: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -6350,8 +6350,8 @@ const elastigroupAwsIntegrationKubernetesAutoscaleDown: elastigroupAws.Elastigro | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6363,7 +6363,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6375,7 +6375,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6393,9 +6393,9 @@ const elastigroupAwsIntegrationKubernetesAutoscaleHeadroom: elastigroupAws.Elast | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6407,7 +6407,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6419,7 +6419,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6431,7 +6431,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6449,8 +6449,8 @@ const elastigroupAwsIntegrationKubernetesAutoscaleLabels: elastigroupAws.Elastig | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6462,7 +6462,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6474,7 +6474,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6492,7 +6492,7 @@ const elastigroupAwsIntegrationMesosphere: elastigroupAws.ElastigroupAwsIntegrat | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | +| apiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -6504,7 +6504,7 @@ public readonly apiServer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6522,14 +6522,14 @@ const elastigroupAwsIntegrationNomad: elastigroupAws.ElastigroupAwsIntegrationNo | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| masterPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| aclToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. | +| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| masterPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | +| aclToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. | | autoscaleConstraints | cdktf.IResolvable \| ElastigroupAwsIntegrationNomadAutoscaleConstraints[] | autoscale_constraints block. | -| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | | autoscaleDown | ElastigroupAwsIntegrationNomadAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | ElastigroupAwsIntegrationNomadAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | +| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -6541,7 +6541,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6553,7 +6553,7 @@ public readonly masterPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -6565,7 +6565,7 @@ public readonly aclToken: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -6579,7 +6579,7 @@ public readonly autoscaleConstraints: IResolvable | ElastigroupAwsIntegrationNom autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -6591,7 +6591,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6605,7 +6605,7 @@ public readonly autoscaleDown: ElastigroupAwsIntegrationNomadAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6619,7 +6619,7 @@ public readonly autoscaleHeadroom: ElastigroupAwsIntegrationNomadAutoscaleHeadro autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6631,7 +6631,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6649,8 +6649,8 @@ const elastigroupAwsIntegrationNomadAutoscaleConstraints: elastigroupAws.Elastig | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6662,7 +6662,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6674,7 +6674,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6692,7 +6692,7 @@ const elastigroupAwsIntegrationNomadAutoscaleDown: elastigroupAws.ElastigroupAws | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -6704,7 +6704,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6722,9 +6722,9 @@ const elastigroupAwsIntegrationNomadAutoscaleHeadroom: elastigroupAws.Elastigrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6736,7 +6736,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6748,7 +6748,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6760,7 +6760,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6778,10 +6778,10 @@ const elastigroupAwsIntegrationRancher: elastigroupAws.ElastigroupAwsIntegration | **Name** | **Type** | **Description** | | --- | --- | --- | -| accessKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| secretKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| accessKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. | +| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | +| secretKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | +| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -6793,7 +6793,7 @@ public readonly accessKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -6805,7 +6805,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6817,7 +6817,7 @@ public readonly secretKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -6829,7 +6829,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -6861,7 +6861,7 @@ public readonly domains: IResolvable | ElastigroupAwsIntegrationRoute53Domains[] domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -6879,10 +6879,10 @@ const elastigroupAwsIntegrationRoute53Domains: elastigroupAws.ElastigroupAwsInte | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. | +| hostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. | | recordSets | cdktf.IResolvable \| ElastigroupAwsIntegrationRoute53DomainsRecordSets[] | record_sets block. | -| recordSetType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. | -| spotinstAcctId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | +| recordSetType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. | +| spotinstAcctId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -6894,7 +6894,7 @@ public readonly hostedZoneId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -6908,7 +6908,7 @@ public readonly recordSets: IResolvable | ElastigroupAwsIntegrationRoute53Domain record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -6920,7 +6920,7 @@ public readonly recordSetType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -6932,7 +6932,7 @@ public readonly spotinstAcctId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -6950,9 +6950,9 @@ const elastigroupAwsIntegrationRoute53DomainsRecordSets: elastigroupAws.Elastigr | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| usePublicDns | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. | -| usePublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| usePublicDns | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. | +| usePublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -6964,7 +6964,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -6976,7 +6976,7 @@ public readonly usePublicDns: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -6988,7 +6988,7 @@ public readonly usePublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -7006,12 +7006,12 @@ const elastigroupAwsItf: elastigroupAws.ElastigroupAwsItf = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| fixedTargetGroups | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. | +| fixedTargetGroups | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. | | loadBalancer | cdktf.IResolvable \| ElastigroupAwsItfLoadBalancer[] | load_balancer block. | | targetGroupConfig | cdktf.IResolvable \| ElastigroupAwsItfTargetGroupConfig[] | target_group_config block. | -| weightStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. | +| weightStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. | | defaultStaticTargetGroup | ElastigroupAwsItfDefaultStaticTargetGroup | default_static_target_group block. | -| migrationHealthinessThreshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | +| migrationHealthinessThreshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -7023,7 +7023,7 @@ public readonly fixedTargetGroups: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -7037,7 +7037,7 @@ public readonly loadBalancer: IResolvable | ElastigroupAwsItfLoadBalancer[]; load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -7051,7 +7051,7 @@ public readonly targetGroupConfig: IResolvable | ElastigroupAwsItfTargetGroupCon target_group_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -7063,7 +7063,7 @@ public readonly weightStrategy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -7077,7 +7077,7 @@ public readonly defaultStaticTargetGroup: ElastigroupAwsItfDefaultStaticTargetGr default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -7089,7 +7089,7 @@ public readonly migrationHealthinessThreshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -7107,8 +7107,8 @@ const elastigroupAwsItfDefaultStaticTargetGroup: elastigroupAws.ElastigroupAwsIt | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7120,7 +7120,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7132,7 +7132,7 @@ public readonly percentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7151,7 +7151,7 @@ const elastigroupAwsItfLoadBalancer: elastigroupAws.ElastigroupAwsItfLoadBalance | **Name** | **Type** | **Description** | | --- | --- | --- | | listenerRule | cdktf.IResolvable \| ElastigroupAwsItfLoadBalancerListenerRule[] | listener_rule block. | -| loadBalancerArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | +| loadBalancerArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -7165,7 +7165,7 @@ public readonly listenerRule: IResolvable | ElastigroupAwsItfLoadBalancerListene listener_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -7177,7 +7177,7 @@ public readonly loadBalancerArn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -7195,7 +7195,7 @@ const elastigroupAwsItfLoadBalancerListenerRule: elastigroupAws.ElastigroupAwsIt | **Name** | **Type** | **Description** | | --- | --- | --- | -| ruleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | +| ruleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | staticTargetGroup | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -7208,7 +7208,7 @@ public readonly ruleArn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -7222,7 +7222,7 @@ public readonly staticTargetGroup: ElastigroupAwsItfLoadBalancerListenerRuleStat static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -7240,8 +7240,8 @@ const elastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup: elastigroupAws | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7253,7 +7253,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7265,7 +7265,7 @@ public readonly percentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7283,19 +7283,19 @@ const elastigroupAwsItfTargetGroupConfig: elastigroupAws.ElastigroupAwsItfTarget | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthCheckPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. | -| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| vpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. | -| healthCheckIntervalSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. | -| healthCheckPort | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. | -| healthCheckProtocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. | -| healthCheckTimeoutSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. | -| healthyThresholdCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. | +| healthCheckPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. | +| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | +| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | +| vpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. | +| healthCheckIntervalSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. | +| healthCheckPort | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. | +| healthCheckProtocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. | +| healthCheckTimeoutSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. | +| healthyThresholdCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. | | matcher | cdktf.IResolvable \| ElastigroupAwsItfTargetGroupConfigMatcher[] | matcher block. | -| protocolVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. | +| protocolVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. | | tags | cdktf.IResolvable \| ElastigroupAwsItfTargetGroupConfigTags[] | tags block. | -| unhealthyThresholdCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | +| unhealthyThresholdCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -7307,7 +7307,7 @@ public readonly healthCheckPath: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -7319,7 +7319,7 @@ public readonly port: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -7331,7 +7331,7 @@ public readonly protocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -7343,7 +7343,7 @@ public readonly vpcId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -7355,7 +7355,7 @@ public readonly healthCheckIntervalSeconds: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -7367,7 +7367,7 @@ public readonly healthCheckPort: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -7379,7 +7379,7 @@ public readonly healthCheckProtocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -7391,7 +7391,7 @@ public readonly healthCheckTimeoutSeconds: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -7403,7 +7403,7 @@ public readonly healthyThresholdCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -7417,7 +7417,7 @@ public readonly matcher: IResolvable | ElastigroupAwsItfTargetGroupConfigMatcher matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -7429,7 +7429,7 @@ public readonly protocolVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -7443,7 +7443,7 @@ public readonly tags: IResolvable | ElastigroupAwsItfTargetGroupConfigTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -7455,7 +7455,7 @@ public readonly unhealthyThresholdCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -7473,8 +7473,8 @@ const elastigroupAwsItfTargetGroupConfigMatcher: elastigroupAws.ElastigroupAwsIt | **Name** | **Type** | **Description** | | --- | --- | --- | -| grpcCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. | -| httpCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | +| grpcCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. | +| httpCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -7486,7 +7486,7 @@ public readonly grpcCode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -7498,7 +7498,7 @@ public readonly httpCode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -7516,8 +7516,8 @@ const elastigroupAwsItfTargetGroupConfigTags: elastigroupAws.ElastigroupAwsItfTa | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. | -| tagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | +| tagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. | +| tagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -7529,7 +7529,7 @@ public readonly tagKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -7541,7 +7541,7 @@ public readonly tagValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -7573,7 +7573,7 @@ public readonly export: ElastigroupAwsLoggingExport; export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} --- @@ -7605,7 +7605,7 @@ public readonly s3: IResolvable | ElastigroupAwsLoggingExportS3[]; s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} --- @@ -7623,7 +7623,7 @@ const elastigroupAwsLoggingExportS3: elastigroupAws.ElastigroupAwsLoggingExportS | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -7635,7 +7635,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -7656,9 +7656,9 @@ const elastigroupAwsMetadataOptions: elastigroupAws.ElastigroupAwsMetadataOption | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. | -| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. | -| instanceMetadataTags | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | +| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. | +| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. | +| instanceMetadataTags | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -7670,7 +7670,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -7682,7 +7682,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -7694,7 +7694,7 @@ public readonly instanceMetadataTags: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -7727,7 +7727,7 @@ public readonly expressions: IResolvable | ElastigroupAwsMultipleMetricsExpressi expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -7741,7 +7741,7 @@ public readonly metrics: IResolvable | ElastigroupAwsMultipleMetricsMetrics[]; metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -7759,8 +7759,8 @@ const elastigroupAwsMultipleMetricsExpressions: elastigroupAws.ElastigroupAwsMul | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -7772,7 +7772,7 @@ public readonly expression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -7784,7 +7784,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7802,13 +7802,13 @@ const elastigroupAwsMultipleMetricsMetrics: elastigroupAws.ElastigroupAwsMultipl | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | | dimensions | cdktf.IResolvable \| ElastigroupAwsMultipleMetricsMetricsDimensions[] | dimensions block. | -| extendedStatistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| extendedStatistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -7820,7 +7820,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -7832,7 +7832,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7844,7 +7844,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -7858,7 +7858,7 @@ public readonly dimensions: IResolvable | ElastigroupAwsMultipleMetricsMetricsDi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -7870,7 +7870,7 @@ public readonly extendedStatistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -7882,7 +7882,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -7894,7 +7894,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -7912,8 +7912,8 @@ const elastigroupAwsMultipleMetricsMetricsDimensions: elastigroupAws.Elastigroup | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7925,7 +7925,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7937,7 +7937,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7955,14 +7955,14 @@ const elastigroupAwsNetworkInterface: elastigroupAws.ElastigroupAwsNetworkInterf | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. | -| associateIpv6Address | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. | -| associatePublicIpAddress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. | -| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| networkInterfaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. | -| privateIpAddress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. | -| secondaryPrivateIpAddressCount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | +| deviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. | +| associateIpv6Address | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. | +| associatePublicIpAddress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. | +| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| networkInterfaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. | +| privateIpAddress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. | +| secondaryPrivateIpAddressCount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -7974,7 +7974,7 @@ public readonly deviceIndex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -7986,7 +7986,7 @@ public readonly associateIpv6Address: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -7998,7 +7998,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -8010,7 +8010,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -8022,7 +8022,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -8034,7 +8034,7 @@ public readonly networkInterfaceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -8046,7 +8046,7 @@ public readonly privateIpAddress: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -8058,7 +8058,7 @@ public readonly secondaryPrivateIpAddressCount: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -8076,15 +8076,15 @@ const elastigroupAwsResourceRequirements: elastigroupAws.ElastigroupAwsResourceR | **Name** | **Type** | **Description** | | --- | --- | --- | -| requiredMemoryMaximum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. | -| requiredMemoryMinimum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. | -| requiredVcpuMaximum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. | -| requiredVcpuMinimum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. | -| excludedInstanceFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. | -| excludedInstanceGenerations | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. | -| excludedInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. | -| requiredGpuMaximum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. | -| requiredGpuMinimum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | +| requiredMemoryMaximum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. | +| requiredMemoryMinimum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. | +| requiredVcpuMaximum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. | +| requiredVcpuMinimum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. | +| excludedInstanceFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. | +| excludedInstanceGenerations | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. | +| excludedInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. | +| requiredGpuMaximum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. | +| requiredGpuMinimum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -8096,7 +8096,7 @@ public readonly requiredMemoryMaximum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -8108,7 +8108,7 @@ public readonly requiredMemoryMinimum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -8120,7 +8120,7 @@ public readonly requiredVcpuMaximum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -8132,7 +8132,7 @@ public readonly requiredVcpuMinimum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -8144,7 +8144,7 @@ public readonly excludedInstanceFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -8156,7 +8156,7 @@ public readonly excludedInstanceGenerations: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -8168,7 +8168,7 @@ public readonly excludedInstanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -8180,7 +8180,7 @@ public readonly requiredGpuMaximum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -8192,7 +8192,7 @@ public readonly requiredGpuMinimum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -8210,10 +8210,10 @@ const elastigroupAwsResourceTagSpecification: elastigroupAws.ElastigroupAwsResou | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldTagAmis | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. | -| shouldTagEnis | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. | -| shouldTagSnapshots | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. | -| shouldTagVolumes | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | +| shouldTagAmis | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. | +| shouldTagEnis | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. | +| shouldTagSnapshots | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. | +| shouldTagVolumes | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -8225,7 +8225,7 @@ public readonly shouldTagAmis: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -8237,7 +8237,7 @@ public readonly shouldTagEnis: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -8249,7 +8249,7 @@ public readonly shouldTagSnapshots: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -8261,7 +8261,7 @@ public readonly shouldTagVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -8279,8 +8279,8 @@ const elastigroupAwsRevertToSpot: elastigroupAws.ElastigroupAwsRevertToSpot = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | +| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | +| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -8292,7 +8292,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -8304,7 +8304,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -8322,27 +8322,27 @@ const elastigroupAwsScalingDownPolicy: elastigroupAws.ElastigroupAwsScalingDownP | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | dimensions | cdktf.IResolvable \| ElastigroupAwsScalingDownPolicyDimensions[] | dimensions block. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | | stepAdjustments | cdktf.IResolvable \| ElastigroupAwsScalingDownPolicyStepAdjustments[] | step_adjustments block. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8354,7 +8354,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8366,7 +8366,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8378,7 +8378,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8390,7 +8390,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -8402,7 +8402,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8414,7 +8414,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8428,7 +8428,7 @@ public readonly dimensions: IResolvable | ElastigroupAwsScalingDownPolicyDimensi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8440,7 +8440,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8452,7 +8452,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -8464,7 +8464,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8476,7 +8476,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8488,7 +8488,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8500,7 +8500,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8512,7 +8512,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -8524,7 +8524,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -8536,7 +8536,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -8548,7 +8548,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8562,7 +8562,7 @@ public readonly stepAdjustments: IResolvable | ElastigroupAwsScalingDownPolicySt step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -8574,7 +8574,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8586,7 +8586,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8598,7 +8598,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8616,8 +8616,8 @@ const elastigroupAwsScalingDownPolicyDimensions: elastigroupAws.ElastigroupAwsSc | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8629,7 +8629,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8641,7 +8641,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8660,7 +8660,7 @@ const elastigroupAwsScalingDownPolicyStepAdjustments: elastigroupAws.Elastigroup | **Name** | **Type** | **Description** | | --- | --- | --- | | action | ElastigroupAwsScalingDownPolicyStepAdjustmentsAction | action block. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -8674,7 +8674,7 @@ public readonly action: ElastigroupAwsScalingDownPolicyStepAdjustmentsAction; action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -8686,7 +8686,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8704,13 +8704,13 @@ const elastigroupAwsScalingDownPolicyStepAdjustmentsAction: elastigroupAws.Elast | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -8722,7 +8722,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -8734,7 +8734,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8746,7 +8746,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8758,7 +8758,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8770,7 +8770,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8782,7 +8782,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8794,7 +8794,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8812,8 +8812,8 @@ const elastigroupAwsScalingStrategy: elastigroupAws.ElastigroupAwsScalingStrateg | **Name** | **Type** | **Description** | | --- | --- | --- | -| terminateAtEndOfBillingHour | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. | -| terminationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | +| terminateAtEndOfBillingHour | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. | +| terminationPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -8825,7 +8825,7 @@ public readonly terminateAtEndOfBillingHour: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -8837,7 +8837,7 @@ public readonly terminationPolicy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -8855,19 +8855,19 @@ const elastigroupAwsScalingTargetPolicy: elastigroupAws.ElastigroupAwsScalingTar | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| target | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| target | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | dimensions | cdktf.IResolvable \| ElastigroupAwsScalingTargetPolicyDimensions[] | dimensions block. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| maxCapacityPerScale | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| predictiveMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| maxCapacityPerScale | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| predictiveMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8879,7 +8879,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8891,7 +8891,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8903,7 +8903,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8915,7 +8915,7 @@ public readonly target: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8927,7 +8927,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8941,7 +8941,7 @@ public readonly dimensions: IResolvable | ElastigroupAwsScalingTargetPolicyDimen dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8953,7 +8953,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8965,7 +8965,7 @@ public readonly maxCapacityPerScale: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -8977,7 +8977,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -8989,7 +8989,7 @@ public readonly predictiveMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -9001,7 +9001,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9013,7 +9013,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9025,7 +9025,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9043,8 +9043,8 @@ const elastigroupAwsScalingTargetPolicyDimensions: elastigroupAws.ElastigroupAws | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9056,7 +9056,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9068,7 +9068,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9086,27 +9086,27 @@ const elastigroupAwsScalingUpPolicy: elastigroupAws.ElastigroupAwsScalingUpPolic | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | | dimensions | cdktf.IResolvable \| ElastigroupAwsScalingUpPolicyDimensions[] | dimensions block. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | | stepAdjustments | cdktf.IResolvable \| ElastigroupAwsScalingUpPolicyStepAdjustments[] | step_adjustments block. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9118,7 +9118,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9130,7 +9130,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9142,7 +9142,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9154,7 +9154,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -9166,7 +9166,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9178,7 +9178,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9192,7 +9192,7 @@ public readonly dimensions: IResolvable | ElastigroupAwsScalingUpPolicyDimension dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9204,7 +9204,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9216,7 +9216,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9228,7 +9228,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9240,7 +9240,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9252,7 +9252,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9264,7 +9264,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9276,7 +9276,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -9288,7 +9288,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9300,7 +9300,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9312,7 +9312,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9326,7 +9326,7 @@ public readonly stepAdjustments: IResolvable | ElastigroupAwsScalingUpPolicyStep step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -9338,7 +9338,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9350,7 +9350,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9362,7 +9362,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9380,8 +9380,8 @@ const elastigroupAwsScalingUpPolicyDimensions: elastigroupAws.ElastigroupAwsScal | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9393,7 +9393,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9405,7 +9405,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9424,7 +9424,7 @@ const elastigroupAwsScalingUpPolicyStepAdjustments: elastigroupAws.ElastigroupAw | **Name** | **Type** | **Description** | | --- | --- | --- | | action | ElastigroupAwsScalingUpPolicyStepAdjustmentsAction | action block. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -9438,7 +9438,7 @@ public readonly action: ElastigroupAwsScalingUpPolicyStepAdjustmentsAction; action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9450,7 +9450,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9468,13 +9468,13 @@ const elastigroupAwsScalingUpPolicyStepAdjustmentsAction: elastigroupAws.Elastig | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | -| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. | +| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9486,7 +9486,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9498,7 +9498,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9510,7 +9510,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9522,7 +9522,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9534,7 +9534,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9546,7 +9546,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9558,7 +9558,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9576,21 +9576,21 @@ const elastigroupAwsScheduledTask: elastigroupAws.ElastigroupAwsScheduledTask = | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. | -| batchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | -| frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| maxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. | -| minCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. | -| scaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. | -| scaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. | -| scaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. | -| startTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. | -| targetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. | +| batchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | +| frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | +| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| maxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. | +| minCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. | +| scaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. | +| scaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. | +| scaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. | +| startTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. | +| targetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -9602,7 +9602,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -9614,7 +9614,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9626,7 +9626,7 @@ public readonly adjustmentPercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -9638,7 +9638,7 @@ public readonly batchSizePercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -9650,7 +9650,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -9662,7 +9662,7 @@ public readonly frequency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -9674,7 +9674,7 @@ public readonly gracePeriod: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -9686,7 +9686,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9698,7 +9698,7 @@ public readonly maxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -9710,7 +9710,7 @@ public readonly minCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -9722,7 +9722,7 @@ public readonly scaleMaxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -9734,7 +9734,7 @@ public readonly scaleMinCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -9746,7 +9746,7 @@ public readonly scaleTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -9758,7 +9758,7 @@ public readonly startTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -9770,7 +9770,7 @@ public readonly targetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -9788,8 +9788,8 @@ const elastigroupAwsSignal: elastigroupAws.ElastigroupAwsSignal = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -9801,7 +9801,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9813,7 +9813,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -9831,10 +9831,10 @@ const elastigroupAwsStatefulDeallocation: elastigroupAws.ElastigroupAwsStatefulD | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldDeleteImages | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. | -| shouldDeleteNetworkInterfaces | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. | -| shouldDeleteSnapshots | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. | -| shouldDeleteVolumes | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | +| shouldDeleteImages | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. | +| shouldDeleteNetworkInterfaces | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. | +| shouldDeleteSnapshots | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. | +| shouldDeleteVolumes | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -9846,7 +9846,7 @@ public readonly shouldDeleteImages: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -9858,7 +9858,7 @@ public readonly shouldDeleteNetworkInterfaces: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -9870,7 +9870,7 @@ public readonly shouldDeleteSnapshots: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -9882,7 +9882,7 @@ public readonly shouldDeleteVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -9900,8 +9900,8 @@ const elastigroupAwsStatefulInstanceAction: elastigroupAws.ElastigroupAwsStatefu | **Name** | **Type** | **Description** | | --- | --- | --- | -| statefulInstanceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| statefulInstanceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -9913,7 +9913,7 @@ public readonly statefulInstanceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -9925,7 +9925,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9943,8 +9943,8 @@ const elastigroupAwsTags: elastigroupAws.ElastigroupAwsTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9956,7 +9956,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -9968,7 +9968,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9986,9 +9986,9 @@ const elastigroupAwsUpdatePolicy: elastigroupAws.ElastigroupAwsUpdatePolicy = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldResumeStateful | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. | -| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. | -| autoApplyTags | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | +| shouldResumeStateful | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. | +| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. | +| autoApplyTags | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | rollConfig | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -10001,7 +10001,7 @@ public readonly shouldResumeStateful: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -10013,7 +10013,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -10025,7 +10025,7 @@ public readonly autoApplyTags: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -10039,7 +10039,7 @@ public readonly rollConfig: ElastigroupAwsUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -10057,12 +10057,12 @@ const elastigroupAwsUpdatePolicyRollConfig: elastigroupAws.ElastigroupAwsUpdateP | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. | | strategy | ElastigroupAwsUpdatePolicyRollConfigStrategy | strategy block. | -| waitForRollPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. | -| waitForRollTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | +| waitForRollPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. | +| waitForRollTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -10074,7 +10074,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -10086,7 +10086,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -10098,7 +10098,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -10112,7 +10112,7 @@ public readonly strategy: ElastigroupAwsUpdatePolicyRollConfigStrategy; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -10124,7 +10124,7 @@ public readonly waitForRollPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -10136,7 +10136,7 @@ public readonly waitForRollTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -10154,10 +10154,10 @@ const elastigroupAwsUpdatePolicyRollConfigStrategy: elastigroupAws.ElastigroupAw | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. | +| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. | | onFailure | ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure | on_failure block. | -| shouldDrainInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | +| shouldDrainInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -10169,7 +10169,7 @@ public readonly action: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -10181,7 +10181,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -10195,7 +10195,7 @@ public readonly onFailure: ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -10207,7 +10207,7 @@ public readonly shouldDrainInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -10225,11 +10225,11 @@ const elastigroupAwsUpdatePolicyRollConfigStrategyOnFailure: elastigroupAws.Elas | **Name** | **Type** | **Description** | | --- | --- | --- | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| batchNum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | -| shouldDecrementTargetCapacity | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. | -| shouldHandleAllBatches | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | +| batchNum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| shouldDecrementTargetCapacity | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. | +| shouldHandleAllBatches | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -10241,7 +10241,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10253,7 +10253,7 @@ public readonly batchNum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -10265,7 +10265,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -10277,7 +10277,7 @@ public readonly shouldDecrementTargetCapacity: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -10289,7 +10289,7 @@ public readonly shouldHandleAllBatches: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. --- diff --git a/docs/elastigroupAwsBeanstalk.csharp.md b/docs/elastigroupAwsBeanstalk.csharp.md index c5bd7cf9..88ebde45 100644 --- a/docs/elastigroupAwsBeanstalk.csharp.md +++ b/docs/elastigroupAwsBeanstalk.csharp.md @@ -4,7 +4,7 @@ ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -555,7 +555,7 @@ The construct id used in the generated config for the ElastigroupAwsBeanstalk to The id of the existing ElastigroupAwsBeanstalk that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use --- @@ -1101,18 +1101,18 @@ new ElastigroupAwsBeanstalkConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | -| InstanceTypesSpot | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | -| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | -| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | -| BeanstalkEnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | -| BeanstalkEnvironmentName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | +| InstanceTypesSpot | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | +| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | +| BeanstalkEnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | +| BeanstalkEnvironmentName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | | DeploymentPreferences | ElastigroupAwsBeanstalkDeploymentPreferences | deployment_preferences block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| Maintenance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| Maintenance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | ManagedActions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | ScheduledTask | object | scheduled_task block. | @@ -1196,7 +1196,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1208,7 +1208,7 @@ public string[] InstanceTypesSpot { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1220,7 +1220,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1232,7 +1232,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1244,7 +1244,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1256,7 +1256,7 @@ public string Product { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1268,7 +1268,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1280,7 +1280,7 @@ public string BeanstalkEnvironmentId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1292,7 +1292,7 @@ public string BeanstalkEnvironmentName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1306,7 +1306,7 @@ public ElastigroupAwsBeanstalkDeploymentPreferences DeploymentPreferences { get; deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1318,7 +1318,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1333,7 +1333,7 @@ public string Maintenance { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1347,7 +1347,7 @@ public ElastigroupAwsBeanstalkManagedActions ManagedActions { get; set; } managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1361,7 +1361,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1384,9 +1384,9 @@ new ElastigroupAwsBeanstalkDeploymentPreferences { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutomaticRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | +| AutomaticRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | Strategy | object | strategy block. | --- @@ -1399,7 +1399,7 @@ public object AutomaticRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1411,7 +1411,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1423,7 +1423,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1437,7 +1437,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1458,8 +1458,8 @@ new ElastigroupAwsBeanstalkDeploymentPreferencesStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | -| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | +| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | +| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1471,7 +1471,7 @@ public string Action { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1483,7 +1483,7 @@ public object ShouldDrainInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1517,7 +1517,7 @@ public ElastigroupAwsBeanstalkManagedActionsPlatformUpdate PlatformUpdate { get; platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1539,9 +1539,9 @@ new ElastigroupAwsBeanstalkManagedActionsPlatformUpdate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. | -| TimeWindow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. | -| UpdateLevel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | +| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. | +| TimeWindow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. | +| UpdateLevel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1553,7 +1553,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1565,7 +1565,7 @@ public string TimeWindow { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1577,7 +1577,7 @@ public string UpdateLevel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1611,21 +1611,21 @@ new ElastigroupAwsBeanstalkScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | -| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. | -| BatchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. | -| Frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | -| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. | -| MaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. | -| MinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. | -| ScaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. | -| ScaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. | -| ScaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. | -| StartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. | -| TargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | +| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. | +| BatchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. | +| Frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | +| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. | +| MaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. | +| MinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. | +| ScaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. | +| ScaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. | +| ScaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. | +| StartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. | +| TargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1637,7 +1637,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1649,7 +1649,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1661,7 +1661,7 @@ public string AdjustmentPercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1673,7 +1673,7 @@ public string BatchSizePercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1685,7 +1685,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1697,7 +1697,7 @@ public string Frequency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1709,7 +1709,7 @@ public string GracePeriod { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1721,7 +1721,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -1733,7 +1733,7 @@ public string MaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -1745,7 +1745,7 @@ public string MinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -1757,7 +1757,7 @@ public string ScaleMaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -1769,7 +1769,7 @@ public string ScaleMinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -1781,7 +1781,7 @@ public string ScaleTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -1793,7 +1793,7 @@ public string StartTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -1805,7 +1805,7 @@ public string TargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- diff --git a/docs/elastigroupAwsBeanstalk.go.md b/docs/elastigroupAwsBeanstalk.go.md index db0ab1fa..12ab7723 100644 --- a/docs/elastigroupAwsBeanstalk.go.md +++ b/docs/elastigroupAwsBeanstalk.go.md @@ -4,7 +4,7 @@ ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -555,7 +555,7 @@ The construct id used in the generated config for the ElastigroupAwsBeanstalk to The id of the existing ElastigroupAwsBeanstalk that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use --- @@ -1101,18 +1101,18 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsb | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | -| InstanceTypesSpot | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | -| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | -| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | -| BeanstalkEnvironmentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | -| BeanstalkEnvironmentName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | +| InstanceTypesSpot | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | +| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | +| BeanstalkEnvironmentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | +| BeanstalkEnvironmentName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | | DeploymentPreferences | ElastigroupAwsBeanstalkDeploymentPreferences | deployment_preferences block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| Maintenance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| Maintenance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | ManagedActions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | ScheduledTask | interface{} | scheduled_task block. | @@ -1196,7 +1196,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1208,7 +1208,7 @@ InstanceTypesSpot *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1220,7 +1220,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1232,7 +1232,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1244,7 +1244,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1256,7 +1256,7 @@ Product *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1268,7 +1268,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1280,7 +1280,7 @@ BeanstalkEnvironmentId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1292,7 +1292,7 @@ BeanstalkEnvironmentName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1306,7 +1306,7 @@ DeploymentPreferences ElastigroupAwsBeanstalkDeploymentPreferences deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1318,7 +1318,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1333,7 +1333,7 @@ Maintenance *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1347,7 +1347,7 @@ ManagedActions ElastigroupAwsBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1361,7 +1361,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1384,9 +1384,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsb | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutomaticRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | +| AutomaticRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | Strategy | interface{} | strategy block. | --- @@ -1399,7 +1399,7 @@ AutomaticRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1411,7 +1411,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1423,7 +1423,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1437,7 +1437,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1458,8 +1458,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsb | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | -| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | +| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | +| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1471,7 +1471,7 @@ Action *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1483,7 +1483,7 @@ ShouldDrainInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1517,7 +1517,7 @@ PlatformUpdate ElastigroupAwsBeanstalkManagedActionsPlatformUpdate platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1539,9 +1539,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsb | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. | -| TimeWindow | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. | -| UpdateLevel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | +| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. | +| TimeWindow | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. | +| UpdateLevel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1553,7 +1553,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1565,7 +1565,7 @@ TimeWindow *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1577,7 +1577,7 @@ UpdateLevel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1611,21 +1611,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsb | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | -| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. | -| BatchSizePercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. | -| Frequency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | -| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. | -| MaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. | -| MinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. | -| ScaleMaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. | -| ScaleMinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. | -| ScaleTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. | -| StartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. | -| TargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | +| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. | +| BatchSizePercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. | +| Frequency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | +| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. | +| MaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. | +| MinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. | +| ScaleMaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. | +| ScaleMinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. | +| ScaleTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. | +| StartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. | +| TargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1637,7 +1637,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1649,7 +1649,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1661,7 +1661,7 @@ AdjustmentPercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1673,7 +1673,7 @@ BatchSizePercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1685,7 +1685,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1697,7 +1697,7 @@ Frequency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1709,7 +1709,7 @@ GracePeriod *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1721,7 +1721,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -1733,7 +1733,7 @@ MaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -1745,7 +1745,7 @@ MinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -1757,7 +1757,7 @@ ScaleMaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -1769,7 +1769,7 @@ ScaleMinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -1781,7 +1781,7 @@ ScaleTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -1793,7 +1793,7 @@ StartTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -1805,7 +1805,7 @@ TargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- diff --git a/docs/elastigroupAwsBeanstalk.java.md b/docs/elastigroupAwsBeanstalk.java.md index dfe1ade0..d2c62684 100644 --- a/docs/elastigroupAwsBeanstalk.java.md +++ b/docs/elastigroupAwsBeanstalk.java.md @@ -4,7 +4,7 @@ ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -52,18 +52,18 @@ ElastigroupAwsBeanstalk.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | -| instanceTypesSpot | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | -| beanstalkEnvironmentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | -| beanstalkEnvironmentName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | +| instanceTypesSpot | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | +| beanstalkEnvironmentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | +| beanstalkEnvironmentName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | | deploymentPreferences | ElastigroupAwsBeanstalkDeploymentPreferences | deployment_preferences block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| maintenance | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| maintenance | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | managedActions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsBeanstalkScheduledTask> | scheduled_task block. | @@ -133,7 +133,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -226,7 +226,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -761,7 +761,7 @@ The construct id used in the generated config for the ElastigroupAwsBeanstalk to The id of the existing ElastigroupAwsBeanstalk that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use --- @@ -1312,18 +1312,18 @@ ElastigroupAwsBeanstalkConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | -| instanceTypesSpot | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | -| beanstalkEnvironmentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | -| beanstalkEnvironmentName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | +| instanceTypesSpot | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | +| beanstalkEnvironmentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | +| beanstalkEnvironmentName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | | deploymentPreferences | ElastigroupAwsBeanstalkDeploymentPreferences | deployment_preferences block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| maintenance | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| maintenance | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | managedActions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsBeanstalkScheduledTask> | scheduled_task block. | @@ -1407,7 +1407,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1419,7 +1419,7 @@ public java.util.List getInstanceTypesSpot(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1431,7 +1431,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1443,7 +1443,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1455,7 +1455,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1467,7 +1467,7 @@ public java.lang.String getProduct(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1479,7 +1479,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1491,7 +1491,7 @@ public java.lang.String getBeanstalkEnvironmentId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1503,7 +1503,7 @@ public java.lang.String getBeanstalkEnvironmentName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1517,7 +1517,7 @@ public ElastigroupAwsBeanstalkDeploymentPreferences getDeploymentPreferences(); deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1529,7 +1529,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1544,7 +1544,7 @@ public java.lang.String getMaintenance(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1558,7 +1558,7 @@ public ElastigroupAwsBeanstalkManagedActions getManagedActions(); managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1572,7 +1572,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1597,9 +1597,9 @@ ElastigroupAwsBeanstalkDeploymentPreferences.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| automaticRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | +| automaticRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | strategy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsBeanstalkDeploymentPreferencesStrategy> | strategy block. | --- @@ -1612,7 +1612,7 @@ public java.lang.Object getAutomaticRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1624,7 +1624,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1636,7 +1636,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1650,7 +1650,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1672,8 +1672,8 @@ ElastigroupAwsBeanstalkDeploymentPreferencesStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | -| shouldDrainInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | +| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | +| shouldDrainInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1685,7 +1685,7 @@ public java.lang.String getAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1697,7 +1697,7 @@ public java.lang.Object getShouldDrainInstances(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1731,7 +1731,7 @@ public ElastigroupAwsBeanstalkManagedActionsPlatformUpdate getPlatformUpdate(); platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1753,9 +1753,9 @@ ElastigroupAwsBeanstalkManagedActionsPlatformUpdate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. | -| timeWindow | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. | -| updateLevel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | +| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. | +| timeWindow | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. | +| updateLevel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1767,7 +1767,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1779,7 +1779,7 @@ public java.lang.String getTimeWindow(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1791,7 +1791,7 @@ public java.lang.String getUpdateLevel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1826,21 +1826,21 @@ ElastigroupAwsBeanstalkScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | -| adjustmentPercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. | -| batchSizePercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. | -| frequency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | -| gracePeriod | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. | -| maxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. | -| minCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. | -| scaleMaxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. | -| scaleMinCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. | -| scaleTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. | -| startTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. | -| targetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | +| adjustmentPercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. | +| batchSizePercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. | +| frequency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | +| gracePeriod | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. | +| maxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. | +| minCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. | +| scaleMaxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. | +| scaleMinCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. | +| scaleTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. | +| startTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. | +| targetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1852,7 +1852,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1864,7 +1864,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1876,7 +1876,7 @@ public java.lang.String getAdjustmentPercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1888,7 +1888,7 @@ public java.lang.String getBatchSizePercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1900,7 +1900,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1912,7 +1912,7 @@ public java.lang.String getFrequency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1924,7 +1924,7 @@ public java.lang.String getGracePeriod(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1936,7 +1936,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -1948,7 +1948,7 @@ public java.lang.String getMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -1960,7 +1960,7 @@ public java.lang.String getMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -1972,7 +1972,7 @@ public java.lang.String getScaleMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -1984,7 +1984,7 @@ public java.lang.String getScaleMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -1996,7 +1996,7 @@ public java.lang.String getScaleTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -2008,7 +2008,7 @@ public java.lang.String getStartTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -2020,7 +2020,7 @@ public java.lang.String getTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- diff --git a/docs/elastigroupAwsBeanstalk.python.md b/docs/elastigroupAwsBeanstalk.python.md index 30aec301..933eddc6 100644 --- a/docs/elastigroupAwsBeanstalk.python.md +++ b/docs/elastigroupAwsBeanstalk.python.md @@ -4,7 +4,7 @@ ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -49,18 +49,18 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalk( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | -| instance_types_spot | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | -| beanstalk_environment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | -| beanstalk_environment_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | +| instance_types_spot | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | +| beanstalk_environment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | +| beanstalk_environment_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | | deployment_preferences | ElastigroupAwsBeanstalkDeploymentPreferences | deployment_preferences block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| maintenance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| maintenance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | managed_actions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsBeanstalkScheduledTask]] | scheduled_task block. | @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -223,7 +223,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -627,7 +627,7 @@ def put_deployment_preferences( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -635,7 +635,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -643,7 +643,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -653,7 +653,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -671,7 +671,7 @@ def put_managed_actions( platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -845,7 +845,7 @@ The construct id used in the generated config for the ElastigroupAwsBeanstalk to The id of the existing ElastigroupAwsBeanstalk that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use --- @@ -1391,18 +1391,18 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | -| instance_types_spot | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | -| beanstalk_environment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | -| beanstalk_environment_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | +| instance_types_spot | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | +| beanstalk_environment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | +| beanstalk_environment_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | | deployment_preferences | ElastigroupAwsBeanstalkDeploymentPreferences | deployment_preferences block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| maintenance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| maintenance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | managed_actions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsBeanstalkScheduledTask]] | scheduled_task block. | @@ -1486,7 +1486,7 @@ desired_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1498,7 +1498,7 @@ instance_types_spot: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1510,7 +1510,7 @@ max_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1522,7 +1522,7 @@ min_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1534,7 +1534,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1546,7 +1546,7 @@ product: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1558,7 +1558,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1570,7 +1570,7 @@ beanstalk_environment_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1582,7 +1582,7 @@ beanstalk_environment_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1596,7 +1596,7 @@ deployment_preferences: ElastigroupAwsBeanstalkDeploymentPreferences deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1608,7 +1608,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1623,7 +1623,7 @@ maintenance: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1637,7 +1637,7 @@ managed_actions: ElastigroupAwsBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1651,7 +1651,7 @@ scheduled_task: typing.Union[IResolvable, typing.List[ElastigroupAwsBeanstalkSch scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1674,9 +1674,9 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences( | **Name** | **Type** | **Description** | | --- | --- | --- | -| automatic_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | +| automatic_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | strategy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsBeanstalkDeploymentPreferencesStrategy]] | strategy block. | --- @@ -1689,7 +1689,7 @@ automatic_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1701,7 +1701,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1713,7 +1713,7 @@ grace_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1727,7 +1727,7 @@ strategy: typing.Union[IResolvable, typing.List[ElastigroupAwsBeanstalkDeploymen strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1748,8 +1748,8 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferencesStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | -| should_drain_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | +| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | +| should_drain_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1761,7 +1761,7 @@ action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1773,7 +1773,7 @@ should_drain_instances: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1807,7 +1807,7 @@ platform_update: ElastigroupAwsBeanstalkManagedActionsPlatformUpdate platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1829,9 +1829,9 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. | -| time_window | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. | -| update_level | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | +| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. | +| time_window | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. | +| update_level | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1843,7 +1843,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1855,7 +1855,7 @@ time_window: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1867,7 +1867,7 @@ update_level: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1901,21 +1901,21 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | -| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. | -| batch_size_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. | -| frequency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | -| grace_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. | -| max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. | -| min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. | -| scale_max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. | -| scale_min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. | -| scale_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. | -| start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. | -| target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | +| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. | +| batch_size_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. | +| frequency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | +| grace_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. | +| max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. | +| min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. | +| scale_max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. | +| scale_min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. | +| scale_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. | +| start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. | +| target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1927,7 +1927,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1939,7 +1939,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1951,7 +1951,7 @@ adjustment_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1963,7 +1963,7 @@ batch_size_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1975,7 +1975,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1987,7 +1987,7 @@ frequency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1999,7 +1999,7 @@ grace_period: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -2011,7 +2011,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -2023,7 +2023,7 @@ max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -2035,7 +2035,7 @@ min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -2047,7 +2047,7 @@ scale_max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -2059,7 +2059,7 @@ scale_min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -2071,7 +2071,7 @@ scale_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -2083,7 +2083,7 @@ start_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -2095,7 +2095,7 @@ target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- @@ -3272,7 +3272,7 @@ def put_platform_update( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -3280,7 +3280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -3288,7 +3288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- diff --git a/docs/elastigroupAwsBeanstalk.typescript.md b/docs/elastigroupAwsBeanstalk.typescript.md index 9369fb0a..73d49322 100644 --- a/docs/elastigroupAwsBeanstalk.typescript.md +++ b/docs/elastigroupAwsBeanstalk.typescript.md @@ -4,7 +4,7 @@ ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -555,7 +555,7 @@ The construct id used in the generated config for the ElastigroupAwsBeanstalk to The id of the existing ElastigroupAwsBeanstalk that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use --- @@ -1079,18 +1079,18 @@ const elastigroupAwsBeanstalkConfig: elastigroupAwsBeanstalk.ElastigroupAwsBeans | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | -| instanceTypesSpot | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | -| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | -| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | -| beanstalkEnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | -| beanstalkEnvironmentName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. | +| instanceTypesSpot | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. | +| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | +| beanstalkEnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. | +| beanstalkEnvironmentName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. | | deploymentPreferences | ElastigroupAwsBeanstalkDeploymentPreferences | deployment_preferences block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| maintenance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| maintenance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | managedActions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | scheduledTask | cdktf.IResolvable \| ElastigroupAwsBeanstalkScheduledTask[] | scheduled_task block. | @@ -1174,7 +1174,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1186,7 +1186,7 @@ public readonly instanceTypesSpot: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1198,7 +1198,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1210,7 +1210,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1222,7 +1222,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1234,7 +1234,7 @@ public readonly product: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1246,7 +1246,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1258,7 +1258,7 @@ public readonly beanstalkEnvironmentId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1270,7 +1270,7 @@ public readonly beanstalkEnvironmentName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1284,7 +1284,7 @@ public readonly deploymentPreferences: ElastigroupAwsBeanstalkDeploymentPreferen deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1296,7 +1296,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1311,7 +1311,7 @@ public readonly maintenance: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1325,7 +1325,7 @@ public readonly managedActions: ElastigroupAwsBeanstalkManagedActions; managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1339,7 +1339,7 @@ public readonly scheduledTask: IResolvable | ElastigroupAwsBeanstalkScheduledTas scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1357,9 +1357,9 @@ const elastigroupAwsBeanstalkDeploymentPreferences: elastigroupAwsBeanstalk.Elas | **Name** | **Type** | **Description** | | --- | --- | --- | -| automaticRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | +| automaticRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | strategy | cdktf.IResolvable \| ElastigroupAwsBeanstalkDeploymentPreferencesStrategy[] | strategy block. | --- @@ -1372,7 +1372,7 @@ public readonly automaticRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1384,7 +1384,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1396,7 +1396,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1410,7 +1410,7 @@ public readonly strategy: IResolvable | ElastigroupAwsBeanstalkDeploymentPrefere strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1428,8 +1428,8 @@ const elastigroupAwsBeanstalkDeploymentPreferencesStrategy: elastigroupAwsBeanst | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | -| shouldDrainInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | +| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | +| shouldDrainInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1441,7 +1441,7 @@ public readonly action: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1453,7 +1453,7 @@ public readonly shouldDrainInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1485,7 +1485,7 @@ public readonly platformUpdate: ElastigroupAwsBeanstalkManagedActionsPlatformUpd platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1503,9 +1503,9 @@ const elastigroupAwsBeanstalkManagedActionsPlatformUpdate: elastigroupAwsBeansta | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. | -| timeWindow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. | -| updateLevel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | +| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. | +| timeWindow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. | +| updateLevel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1517,7 +1517,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1529,7 +1529,7 @@ public readonly timeWindow: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1541,7 +1541,7 @@ public readonly updateLevel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1559,21 +1559,21 @@ const elastigroupAwsBeanstalkScheduledTask: elastigroupAwsBeanstalk.ElastigroupA | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | -| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. | -| batchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. | -| frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | -| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. | -| maxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. | -| minCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. | -| scaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. | -| scaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. | -| scaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. | -| startTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. | -| targetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | +| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. | +| batchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. | +| frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | +| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. | +| maxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. | +| minCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. | +| scaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. | +| scaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. | +| scaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. | +| startTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. | +| targetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1585,7 +1585,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1597,7 +1597,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1609,7 +1609,7 @@ public readonly adjustmentPercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1621,7 +1621,7 @@ public readonly batchSizePercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1633,7 +1633,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1645,7 +1645,7 @@ public readonly frequency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1657,7 +1657,7 @@ public readonly gracePeriod: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1669,7 +1669,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -1681,7 +1681,7 @@ public readonly maxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -1693,7 +1693,7 @@ public readonly minCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -1705,7 +1705,7 @@ public readonly scaleMaxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -1717,7 +1717,7 @@ public readonly scaleMinCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -1729,7 +1729,7 @@ public readonly scaleTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -1741,7 +1741,7 @@ public readonly startTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -1753,7 +1753,7 @@ public readonly targetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- diff --git a/docs/elastigroupAwsSuspension.csharp.md b/docs/elastigroupAwsSuspension.csharp.md index 6b8034f2..fe0cffae 100644 --- a/docs/elastigroupAwsSuspension.csharp.md +++ b/docs/elastigroupAwsSuspension.csharp.md @@ -4,7 +4,7 @@ ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the ElastigroupAwsSuspension t The id of the existing ElastigroupAwsSuspension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use --- @@ -780,9 +780,9 @@ new ElastigroupAwsSuspensionConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| GroupId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | +| GroupId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | | Suspension | object | suspension block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -864,7 +864,7 @@ public string GroupId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -878,7 +878,7 @@ public object Suspension { get; set; } suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -890,7 +890,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -913,7 +913,7 @@ new ElastigroupAwsSuspensionSuspension { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -925,7 +925,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAwsSuspension.go.md b/docs/elastigroupAwsSuspension.go.md index 0827fbc7..1dd35bd1 100644 --- a/docs/elastigroupAwsSuspension.go.md +++ b/docs/elastigroupAwsSuspension.go.md @@ -4,7 +4,7 @@ ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the ElastigroupAwsSuspension t The id of the existing ElastigroupAwsSuspension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use --- @@ -780,9 +780,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawss | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| GroupId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | +| GroupId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | | Suspension | interface{} | suspension block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -864,7 +864,7 @@ GroupId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -878,7 +878,7 @@ Suspension interface{} suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -890,7 +890,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -913,7 +913,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawss | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -925,7 +925,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAwsSuspension.java.md b/docs/elastigroupAwsSuspension.java.md index fb49294c..05cb31c2 100644 --- a/docs/elastigroupAwsSuspension.java.md +++ b/docs/elastigroupAwsSuspension.java.md @@ -4,7 +4,7 @@ ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -41,9 +41,9 @@ ElastigroupAwsSuspension.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| groupId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | +| groupId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | | suspension | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsSuspensionSuspension> | suspension block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -111,7 +111,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -121,7 +121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -579,7 +579,7 @@ The construct id used in the generated config for the ElastigroupAwsSuspension t The id of the existing ElastigroupAwsSuspension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use --- @@ -877,9 +877,9 @@ ElastigroupAwsSuspensionConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| groupId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | +| groupId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | | suspension | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsSuspensionSuspension> | suspension block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -961,7 +961,7 @@ public java.lang.String getGroupId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -975,7 +975,7 @@ public java.lang.Object getSuspension(); suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -987,7 +987,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1010,7 +1010,7 @@ ElastigroupAwsSuspensionSuspension.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -1022,7 +1022,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAwsSuspension.python.md b/docs/elastigroupAwsSuspension.python.md index b1f22d5e..6ed29931 100644 --- a/docs/elastigroupAwsSuspension.python.md +++ b/docs/elastigroupAwsSuspension.python.md @@ -4,7 +4,7 @@ ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -38,9 +38,9 @@ elastigroupAwsSuspension.ElastigroupAwsSuspension( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| group_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | +| group_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | | suspension | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsSuspensionSuspension]] | suspension block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -624,7 +624,7 @@ The construct id used in the generated config for the ElastigroupAwsSuspension t The id of the existing ElastigroupAwsSuspension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use --- @@ -917,9 +917,9 @@ elastigroupAwsSuspension.ElastigroupAwsSuspensionConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| group_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | +| group_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | | suspension | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsSuspensionSuspension]] | suspension block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -1001,7 +1001,7 @@ group_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -1015,7 +1015,7 @@ suspension: typing.Union[IResolvable, typing.List[ElastigroupAwsSuspensionSuspen suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -1027,7 +1027,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1050,7 +1050,7 @@ elastigroupAwsSuspension.ElastigroupAwsSuspensionSuspension( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -1062,7 +1062,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAwsSuspension.typescript.md b/docs/elastigroupAwsSuspension.typescript.md index 169d81a2..281f1322 100644 --- a/docs/elastigroupAwsSuspension.typescript.md +++ b/docs/elastigroupAwsSuspension.typescript.md @@ -4,7 +4,7 @@ ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the ElastigroupAwsSuspension t The id of the existing ElastigroupAwsSuspension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use --- @@ -769,9 +769,9 @@ const elastigroupAwsSuspensionConfig: elastigroupAwsSuspension.ElastigroupAwsSus | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| groupId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | +| groupId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. | | suspension | cdktf.IResolvable \| ElastigroupAwsSuspensionSuspension[] | suspension block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -853,7 +853,7 @@ public readonly groupId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -867,7 +867,7 @@ public readonly suspension: IResolvable | ElastigroupAwsSuspensionSuspension[]; suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -879,7 +879,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -900,7 +900,7 @@ const elastigroupAwsSuspensionSuspension: elastigroupAwsSuspension.ElastigroupAw | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -912,7 +912,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAzureV3.csharp.md b/docs/elastigroupAzureV3.csharp.md index 36d5bdb6..2cd44583 100644 --- a/docs/elastigroupAzureV3.csharp.md +++ b/docs/elastigroupAzureV3.csharp.md @@ -4,7 +4,7 @@ ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -985,7 +985,7 @@ The construct id used in the generated config for the ElastigroupAzureV3 to impo The id of the existing ElastigroupAzureV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use --- @@ -2122,9 +2122,9 @@ new ElastigroupAzureV3BootDiagnostics { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| StorageUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| StorageUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. | --- @@ -2136,7 +2136,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -2148,7 +2148,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -2160,7 +2160,7 @@ public string StorageUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. --- @@ -2182,8 +2182,8 @@ new ElastigroupAzureV3CapacityReservation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldUtilize | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. | -| UtilizationStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. | +| ShouldUtilize | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. | +| UtilizationStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. | | CapacityReservationGroups | ElastigroupAzureV3CapacityReservationCapacityReservationGroups | capacity_reservation_groups block. | --- @@ -2196,7 +2196,7 @@ public object ShouldUtilize { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. --- @@ -2208,7 +2208,7 @@ public string UtilizationStrategy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. --- @@ -2222,7 +2222,7 @@ public ElastigroupAzureV3CapacityReservationCapacityReservationGroups CapacityRe capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} --- @@ -2244,9 +2244,9 @@ new ElastigroupAzureV3CapacityReservationCapacityReservationGroups { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CrgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. | -| CrgResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. | -| CrgShouldPrioritize | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. | +| CrgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. | +| CrgResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. | +| CrgShouldPrioritize | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. | --- @@ -2258,7 +2258,7 @@ public string CrgName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. --- @@ -2270,7 +2270,7 @@ public string CrgResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. --- @@ -2282,7 +2282,7 @@ public object CrgShouldPrioritize { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. --- @@ -2357,34 +2357,34 @@ new ElastigroupAzureV3Config { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| FallbackToOnDemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| FallbackToOnDemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | Network | ElastigroupAzureV3Network | network block. | -| Os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | | VmSizes | ElastigroupAzureV3VmSizes | vm_sizes block. | -| AvailabilityVsCost | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | +| AvailabilityVsCost | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | | BootDiagnostics | object | boot_diagnostics block. | | CapacityReservation | ElastigroupAzureV3CapacityReservation | capacity_reservation block. | -| CustomData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| CustomData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | | DataDisk | object | data_disk block. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | | Extensions | object | extensions block. | | Health | ElastigroupAzureV3Health | health block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | Image | object | image block. | | LoadBalancer | object | load_balancer block. | | Login | ElastigroupAzureV3Login | login block. | | ManagedServiceIdentity | object | managed_service_identity block. | -| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | -| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | -| OnDemandCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | +| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | +| OnDemandCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | | OsDisk | ElastigroupAzureV3OsDisk | os_disk block. | -| PreferredZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | +| PreferredZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | | ProximityPlacementGroups | object | proximity_placement_groups block. | | RevertToSpot | ElastigroupAzureV3RevertToSpot | revert_to_spot block. | | ScalingDownPolicy | object | scaling_down_policy block. | @@ -2392,13 +2392,13 @@ new ElastigroupAzureV3Config { | SchedulingTask | object | scheduling_task block. | | Secret | object | secret block. | | Security | ElastigroupAzureV3Security | security block. | -| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | +| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | | Signal | object | signal block. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | Tags | object | tags block. | -| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | -| VmNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | -| Zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | +| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | +| VmNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | +| Zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | --- @@ -2480,7 +2480,7 @@ public object FallbackToOnDemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -2492,7 +2492,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2506,7 +2506,7 @@ public ElastigroupAzureV3Network Network { get; set; } network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -2518,7 +2518,7 @@ public string Os { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -2530,7 +2530,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -2542,7 +2542,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2556,7 +2556,7 @@ public ElastigroupAzureV3VmSizes VmSizes { get; set; } vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} --- @@ -2568,7 +2568,7 @@ public double AvailabilityVsCost { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. --- @@ -2582,7 +2582,7 @@ public object BootDiagnostics { get; set; } boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} --- @@ -2596,7 +2596,7 @@ public ElastigroupAzureV3CapacityReservation CapacityReservation { get; set; } capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} --- @@ -2608,7 +2608,7 @@ public string CustomData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -2622,7 +2622,7 @@ public object DataDisk { get; set; } data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} --- @@ -2634,7 +2634,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. --- @@ -2646,7 +2646,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -2658,7 +2658,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -2672,7 +2672,7 @@ public object Extensions { get; set; } extensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} --- @@ -2686,7 +2686,7 @@ public ElastigroupAzureV3Health Health { get; set; } health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} --- @@ -2698,7 +2698,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2715,7 +2715,7 @@ public object Image { get; set; } image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -2729,7 +2729,7 @@ public object LoadBalancer { get; set; } load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} --- @@ -2743,7 +2743,7 @@ public ElastigroupAzureV3Login Login { get; set; } login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -2757,7 +2757,7 @@ public object ManagedServiceIdentity { get; set; } managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -2769,7 +2769,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -2781,7 +2781,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -2793,7 +2793,7 @@ public double OnDemandCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -2805,7 +2805,7 @@ public string[] OptimizationWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. --- @@ -2819,7 +2819,7 @@ public ElastigroupAzureV3OsDisk OsDisk { get; set; } os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} --- @@ -2831,7 +2831,7 @@ public string[] PreferredZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. --- @@ -2845,7 +2845,7 @@ public object ProximityPlacementGroups { get; set; } proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} --- @@ -2859,7 +2859,7 @@ public ElastigroupAzureV3RevertToSpot RevertToSpot { get; set; } revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} --- @@ -2873,7 +2873,7 @@ public object ScalingDownPolicy { get; set; } scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} --- @@ -2887,7 +2887,7 @@ public object ScalingUpPolicy { get; set; } scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} --- @@ -2901,7 +2901,7 @@ public object SchedulingTask { get; set; } scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} --- @@ -2915,7 +2915,7 @@ public object Secret { get; set; } secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} --- @@ -2929,7 +2929,7 @@ public ElastigroupAzureV3Security Security { get; set; } security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} --- @@ -2941,7 +2941,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. --- @@ -2955,7 +2955,7 @@ public object Signal { get; set; } signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} --- @@ -2967,7 +2967,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -2981,7 +2981,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -2993,7 +2993,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. --- @@ -3005,7 +3005,7 @@ public string VmNamePrefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. --- @@ -3017,7 +3017,7 @@ public string[] Zones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. --- @@ -3039,9 +3039,9 @@ new ElastigroupAzureV3DataDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Lun | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. | -| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| Lun | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. | +| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -3053,7 +3053,7 @@ public double Lun { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. --- @@ -3065,7 +3065,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. --- @@ -3077,7 +3077,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -3105,15 +3105,15 @@ new ElastigroupAzureV3Extensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. | -| MinorVersionAutoUpgrade | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| EnableAutomaticUpgrade | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. | -| ProtectedSettings | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. | +| ApiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. | +| MinorVersionAutoUpgrade | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| EnableAutomaticUpgrade | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. | +| ProtectedSettings | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. | | ProtectedSettingsFromKeyVault | ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault | protected_settings_from_key_vault block. | -| PublicSettings | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. | +| PublicSettings | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. | --- @@ -3125,7 +3125,7 @@ public string ApiVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. --- @@ -3137,7 +3137,7 @@ public object MinorVersionAutoUpgrade { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. --- @@ -3149,7 +3149,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3161,7 +3161,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -3173,7 +3173,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -3185,7 +3185,7 @@ public object EnableAutomaticUpgrade { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. --- @@ -3197,7 +3197,7 @@ public System.Collections.Generic.IDictionary ProtectedSettings - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. --- @@ -3211,7 +3211,7 @@ public ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault ProtectedSettin protected_settings_from_key_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings_from_key_vault ElastigroupAzureV3#protected_settings_from_key_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings_from_key_vault ElastigroupAzureV3#protected_settings_from_key_vault} --- @@ -3223,7 +3223,7 @@ public System.Collections.Generic.IDictionary PublicSettings { g - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. --- @@ -3244,8 +3244,8 @@ new ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SecretUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. | -| SourceVault | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. | +| SecretUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. | +| SourceVault | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. | --- @@ -3257,7 +3257,7 @@ public string SecretUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. --- @@ -3269,7 +3269,7 @@ public string SourceVault { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. --- @@ -3292,10 +3292,10 @@ new ElastigroupAzureV3Health { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | -| HealthCheckTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. | -| UnhealthyDuration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. | +| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | +| HealthCheckTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. | +| UnhealthyDuration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. | --- @@ -3307,7 +3307,7 @@ public object AutoHealing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. --- @@ -3319,7 +3319,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. --- @@ -3331,7 +3331,7 @@ public string[] HealthCheckTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. --- @@ -3343,7 +3343,7 @@ public double UnhealthyDuration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. --- @@ -3381,7 +3381,7 @@ public object Custom { get; set; } custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -3395,7 +3395,7 @@ public object GalleryImage { get; set; } gallery_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_image ElastigroupAzureV3#gallery_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_image ElastigroupAzureV3#gallery_image} --- @@ -3409,7 +3409,7 @@ public object Marketplace { get; set; } marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -3430,8 +3430,8 @@ new ElastigroupAzureV3ImageCustom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| ImageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -3443,7 +3443,7 @@ public string ImageName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -3455,7 +3455,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3479,11 +3479,11 @@ new ElastigroupAzureV3ImageGalleryImage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| GalleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. | -| ImageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | -| SpotAccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. | +| GalleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. | +| ImageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| SpotAccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. | --- @@ -3495,7 +3495,7 @@ public string GalleryName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. --- @@ -3507,7 +3507,7 @@ public string ImageName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -3519,7 +3519,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3531,7 +3531,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -3543,7 +3543,7 @@ public string SpotAccountId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. --- @@ -3566,10 +3566,10 @@ new ElastigroupAzureV3ImageMarketplace { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -3581,7 +3581,7 @@ public string Offer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -3593,7 +3593,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -3605,7 +3605,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -3617,7 +3617,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -3641,11 +3641,11 @@ new ElastigroupAzureV3LoadBalancer { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| BackendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| BackendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | --- @@ -3657,7 +3657,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3669,7 +3669,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3681,7 +3681,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -3693,7 +3693,7 @@ public string[] BackendPoolNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. --- @@ -3705,7 +3705,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -3727,9 +3727,9 @@ new ElastigroupAzureV3Login { | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. | -| Password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | -| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | +| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. | +| Password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | +| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -3741,7 +3741,7 @@ public string UserName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -3753,7 +3753,7 @@ public string Password { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -3765,7 +3765,7 @@ public string SshPublicKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -3786,8 +3786,8 @@ new ElastigroupAzureV3ManagedServiceIdentity { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -3799,7 +3799,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3811,7 +3811,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3834,8 +3834,8 @@ new ElastigroupAzureV3Network { | **Name** | **Type** | **Description** | | --- | --- | --- | | NetworkInterfaces | object | network_interfaces block. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| VirtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| VirtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -3849,7 +3849,7 @@ public object NetworkInterfaces { get; set; } network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -3861,7 +3861,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3873,7 +3873,7 @@ public string VirtualNetworkName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -3901,14 +3901,14 @@ new ElastigroupAzureV3NetworkNetworkInterfaces { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AssignPublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. | -| IsPrimary | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. | -| SubnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | +| AssignPublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. | +| IsPrimary | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. | +| SubnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | | AdditionalIpConfigs | object | additional_ip_configs block. | | ApplicationSecurityGroup | object | application_security_group block. | -| EnableIpForwarding | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. | -| PrivateIpAddresses | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. | -| PublicIpSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. | +| EnableIpForwarding | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. | +| PrivateIpAddresses | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. | +| PublicIpSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. | | SecurityGroup | object | security_group block. | --- @@ -3921,7 +3921,7 @@ public object AssignPublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -3933,7 +3933,7 @@ public object IsPrimary { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -3945,7 +3945,7 @@ public string SubnetName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -3959,7 +3959,7 @@ public object AdditionalIpConfigs { get; set; } additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -3973,7 +3973,7 @@ public object ApplicationSecurityGroup { get; set; } application_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -3985,7 +3985,7 @@ public object EnableIpForwarding { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. --- @@ -3997,7 +3997,7 @@ public string[] PrivateIpAddresses { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. --- @@ -4009,7 +4009,7 @@ public string PublicIpSku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. --- @@ -4023,7 +4023,7 @@ public object SecurityGroup { get; set; } security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_group ElastigroupAzureV3#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_group ElastigroupAzureV3#security_group} --- @@ -4044,8 +4044,8 @@ new ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -4057,7 +4057,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4069,7 +4069,7 @@ public string PrivateIpVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -4090,8 +4090,8 @@ new ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4103,7 +4103,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4115,7 +4115,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4136,8 +4136,8 @@ new ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4149,7 +4149,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4161,7 +4161,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4182,8 +4182,8 @@ new ElastigroupAzureV3OsDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | --- @@ -4195,7 +4195,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4207,7 +4207,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. --- @@ -4228,8 +4228,8 @@ new ElastigroupAzureV3ProximityPlacementGroups { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4241,7 +4241,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4253,7 +4253,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4273,7 +4273,7 @@ new ElastigroupAzureV3RevertToSpot { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. | +| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. | --- @@ -4285,7 +4285,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. --- @@ -4319,19 +4319,19 @@ new ElastigroupAzureV3ScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | | Action | ElastigroupAzureV3ScalingDownPolicyAction | action block. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | | Dimensions | object | dimensions block. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | --- @@ -4345,7 +4345,7 @@ public ElastigroupAzureV3ScalingDownPolicyAction Action { get; set; } action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} --- @@ -4357,7 +4357,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. --- @@ -4369,7 +4369,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. --- @@ -4381,7 +4381,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. --- @@ -4393,7 +4393,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. --- @@ -4405,7 +4405,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. --- @@ -4417,7 +4417,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. --- @@ -4429,7 +4429,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. --- @@ -4441,7 +4441,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. --- @@ -4453,7 +4453,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. --- @@ -4467,7 +4467,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} --- @@ -4479,7 +4479,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -4491,7 +4491,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. --- @@ -4503,7 +4503,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. --- @@ -4527,11 +4527,11 @@ new ElastigroupAzureV3ScalingDownPolicyAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | -| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | +| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -4543,7 +4543,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -4555,7 +4555,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. --- @@ -4567,7 +4567,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. --- @@ -4579,7 +4579,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. --- @@ -4591,7 +4591,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4612,8 +4612,8 @@ new ElastigroupAzureV3ScalingDownPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -4625,7 +4625,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4637,7 +4637,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -4671,19 +4671,19 @@ new ElastigroupAzureV3ScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | | Action | ElastigroupAzureV3ScalingUpPolicyAction | action block. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | | Dimensions | object | dimensions block. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | --- @@ -4697,7 +4697,7 @@ public ElastigroupAzureV3ScalingUpPolicyAction Action { get; set; } action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} --- @@ -4709,7 +4709,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. --- @@ -4721,7 +4721,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. --- @@ -4733,7 +4733,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. --- @@ -4745,7 +4745,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. --- @@ -4757,7 +4757,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. --- @@ -4769,7 +4769,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. --- @@ -4781,7 +4781,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. --- @@ -4793,7 +4793,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. --- @@ -4805,7 +4805,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. --- @@ -4819,7 +4819,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} --- @@ -4831,7 +4831,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -4843,7 +4843,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. --- @@ -4855,7 +4855,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. --- @@ -4879,11 +4879,11 @@ new ElastigroupAzureV3ScalingUpPolicyAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | -| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | +| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -4895,7 +4895,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -4907,7 +4907,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. --- @@ -4919,7 +4919,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. --- @@ -4931,7 +4931,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. --- @@ -4943,7 +4943,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4964,8 +4964,8 @@ new ElastigroupAzureV3ScalingUpPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -4977,7 +4977,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4989,7 +4989,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -5018,16 +5018,16 @@ new ElastigroupAzureV3SchedulingTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. | -| BatchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. | -| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | -| ScaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. | -| ScaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. | -| ScaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. | +| BatchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. | +| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | +| ScaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. | +| ScaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. | +| ScaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. | --- @@ -5039,7 +5039,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. --- @@ -5051,7 +5051,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -5063,7 +5063,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -5075,7 +5075,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -5087,7 +5087,7 @@ public string AdjustmentPercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. --- @@ -5099,7 +5099,7 @@ public string BatchSizePercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. --- @@ -5111,7 +5111,7 @@ public string GracePeriod { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. --- @@ -5123,7 +5123,7 @@ public string ScaleMaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. --- @@ -5135,7 +5135,7 @@ public string ScaleMinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. --- @@ -5147,7 +5147,7 @@ public string ScaleTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. --- @@ -5183,7 +5183,7 @@ public object SourceVault { get; set; } source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} --- @@ -5197,7 +5197,7 @@ public object VaultCertificates { get; set; } vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vault_certificates ElastigroupAzureV3#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vault_certificates ElastigroupAzureV3#vault_certificates} --- @@ -5218,8 +5218,8 @@ new ElastigroupAzureV3SecretSourceVault { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -5231,7 +5231,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -5243,7 +5243,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -5264,8 +5264,8 @@ new ElastigroupAzureV3SecretVaultCertificates { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CertificateStore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. | -| CertificateUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. | +| CertificateStore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. | +| CertificateUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. | --- @@ -5277,7 +5277,7 @@ public string CertificateStore { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. --- @@ -5289,7 +5289,7 @@ public string CertificateUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. --- @@ -5312,10 +5312,10 @@ new ElastigroupAzureV3Security { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ConfidentialOsDiskEncryption | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. | -| SecureBootEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. | -| SecurityType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. | -| VtpmEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. | +| ConfidentialOsDiskEncryption | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. | +| SecureBootEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. | +| SecurityType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. | +| VtpmEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. | --- @@ -5327,7 +5327,7 @@ public object ConfidentialOsDiskEncryption { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. --- @@ -5339,7 +5339,7 @@ public object SecureBootEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. --- @@ -5351,7 +5351,7 @@ public string SecurityType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. --- @@ -5363,7 +5363,7 @@ public object VtpmEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. --- @@ -5384,8 +5384,8 @@ new ElastigroupAzureV3Signal { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -5397,7 +5397,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. --- @@ -5409,7 +5409,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -5430,8 +5430,8 @@ new ElastigroupAzureV3Tags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -5443,7 +5443,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -5455,7 +5455,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -5477,9 +5477,9 @@ new ElastigroupAzureV3VmSizes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| OdSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | -| SpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | -| PreferredSpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. | +| OdSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | +| SpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | +| PreferredSpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. | --- @@ -5491,7 +5491,7 @@ public string[] OdSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -5503,7 +5503,7 @@ public string[] SpotSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -5515,7 +5515,7 @@ public string[] PreferredSpotSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. --- diff --git a/docs/elastigroupAzureV3.go.md b/docs/elastigroupAzureV3.go.md index 20bd6ae8..f777a14b 100644 --- a/docs/elastigroupAzureV3.go.md +++ b/docs/elastigroupAzureV3.go.md @@ -4,7 +4,7 @@ ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -985,7 +985,7 @@ The construct id used in the generated config for the ElastigroupAzureV3 to impo The id of the existing ElastigroupAzureV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use --- @@ -2122,9 +2122,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| StorageUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| StorageUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. | --- @@ -2136,7 +2136,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -2148,7 +2148,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -2160,7 +2160,7 @@ StorageUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. --- @@ -2182,8 +2182,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldUtilize | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. | -| UtilizationStrategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. | +| ShouldUtilize | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. | +| UtilizationStrategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. | | CapacityReservationGroups | ElastigroupAzureV3CapacityReservationCapacityReservationGroups | capacity_reservation_groups block. | --- @@ -2196,7 +2196,7 @@ ShouldUtilize interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. --- @@ -2208,7 +2208,7 @@ UtilizationStrategy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. --- @@ -2222,7 +2222,7 @@ CapacityReservationGroups ElastigroupAzureV3CapacityReservationCapacityReservati capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} --- @@ -2244,9 +2244,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| CrgName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. | -| CrgResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. | -| CrgShouldPrioritize | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. | +| CrgName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. | +| CrgResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. | +| CrgShouldPrioritize | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. | --- @@ -2258,7 +2258,7 @@ CrgName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. --- @@ -2270,7 +2270,7 @@ CrgResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. --- @@ -2282,7 +2282,7 @@ CrgShouldPrioritize interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. --- @@ -2357,34 +2357,34 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| FallbackToOnDemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| FallbackToOnDemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | Network | ElastigroupAzureV3Network | network block. | -| Os | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Os | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | | VmSizes | ElastigroupAzureV3VmSizes | vm_sizes block. | -| AvailabilityVsCost | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | +| AvailabilityVsCost | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | | BootDiagnostics | interface{} | boot_diagnostics block. | | CapacityReservation | ElastigroupAzureV3CapacityReservation | capacity_reservation block. | -| CustomData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| CustomData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | | DataDisk | interface{} | data_disk block. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | | Extensions | interface{} | extensions block. | | Health | ElastigroupAzureV3Health | health block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | Image | interface{} | image block. | | LoadBalancer | interface{} | load_balancer block. | | Login | ElastigroupAzureV3Login | login block. | | ManagedServiceIdentity | interface{} | managed_service_identity block. | -| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | -| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | -| OnDemandCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | +| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | +| OnDemandCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | | OsDisk | ElastigroupAzureV3OsDisk | os_disk block. | -| PreferredZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | +| PreferredZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | | ProximityPlacementGroups | interface{} | proximity_placement_groups block. | | RevertToSpot | ElastigroupAzureV3RevertToSpot | revert_to_spot block. | | ScalingDownPolicy | interface{} | scaling_down_policy block. | @@ -2392,13 +2392,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | SchedulingTask | interface{} | scheduling_task block. | | Secret | interface{} | secret block. | | Security | ElastigroupAzureV3Security | security block. | -| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | +| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | | Signal | interface{} | signal block. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | Tags | interface{} | tags block. | -| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | -| VmNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | -| Zones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | +| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | +| VmNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | +| Zones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | --- @@ -2480,7 +2480,7 @@ FallbackToOnDemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -2492,7 +2492,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2506,7 +2506,7 @@ Network ElastigroupAzureV3Network network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -2518,7 +2518,7 @@ Os *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -2530,7 +2530,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -2542,7 +2542,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2556,7 +2556,7 @@ VmSizes ElastigroupAzureV3VmSizes vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} --- @@ -2568,7 +2568,7 @@ AvailabilityVsCost *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. --- @@ -2582,7 +2582,7 @@ BootDiagnostics interface{} boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} --- @@ -2596,7 +2596,7 @@ CapacityReservation ElastigroupAzureV3CapacityReservation capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} --- @@ -2608,7 +2608,7 @@ CustomData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -2622,7 +2622,7 @@ DataDisk interface{} data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} --- @@ -2634,7 +2634,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. --- @@ -2646,7 +2646,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -2658,7 +2658,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -2672,7 +2672,7 @@ Extensions interface{} extensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} --- @@ -2686,7 +2686,7 @@ Health ElastigroupAzureV3Health health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} --- @@ -2698,7 +2698,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2715,7 +2715,7 @@ Image interface{} image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -2729,7 +2729,7 @@ LoadBalancer interface{} load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} --- @@ -2743,7 +2743,7 @@ Login ElastigroupAzureV3Login login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -2757,7 +2757,7 @@ ManagedServiceIdentity interface{} managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -2769,7 +2769,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -2781,7 +2781,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -2793,7 +2793,7 @@ OnDemandCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -2805,7 +2805,7 @@ OptimizationWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. --- @@ -2819,7 +2819,7 @@ OsDisk ElastigroupAzureV3OsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} --- @@ -2831,7 +2831,7 @@ PreferredZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. --- @@ -2845,7 +2845,7 @@ ProximityPlacementGroups interface{} proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} --- @@ -2859,7 +2859,7 @@ RevertToSpot ElastigroupAzureV3RevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} --- @@ -2873,7 +2873,7 @@ ScalingDownPolicy interface{} scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} --- @@ -2887,7 +2887,7 @@ ScalingUpPolicy interface{} scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} --- @@ -2901,7 +2901,7 @@ SchedulingTask interface{} scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} --- @@ -2915,7 +2915,7 @@ Secret interface{} secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} --- @@ -2929,7 +2929,7 @@ Security ElastigroupAzureV3Security security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} --- @@ -2941,7 +2941,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. --- @@ -2955,7 +2955,7 @@ Signal interface{} signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} --- @@ -2967,7 +2967,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -2981,7 +2981,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -2993,7 +2993,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. --- @@ -3005,7 +3005,7 @@ VmNamePrefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. --- @@ -3017,7 +3017,7 @@ Zones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. --- @@ -3039,9 +3039,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Lun | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. | -| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| Lun | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. | +| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -3053,7 +3053,7 @@ Lun *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. --- @@ -3065,7 +3065,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. --- @@ -3077,7 +3077,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -3105,15 +3105,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. | -| MinorVersionAutoUpgrade | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| EnableAutomaticUpgrade | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. | -| ProtectedSettings | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. | +| ApiVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. | +| MinorVersionAutoUpgrade | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| EnableAutomaticUpgrade | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. | +| ProtectedSettings | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. | | ProtectedSettingsFromKeyVault | ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault | protected_settings_from_key_vault block. | -| PublicSettings | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. | +| PublicSettings | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. | --- @@ -3125,7 +3125,7 @@ ApiVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. --- @@ -3137,7 +3137,7 @@ MinorVersionAutoUpgrade interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. --- @@ -3149,7 +3149,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3161,7 +3161,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -3173,7 +3173,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -3185,7 +3185,7 @@ EnableAutomaticUpgrade interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. --- @@ -3197,7 +3197,7 @@ ProtectedSettings *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. --- @@ -3211,7 +3211,7 @@ ProtectedSettingsFromKeyVault ElastigroupAzureV3ExtensionsProtectedSettingsFromK protected_settings_from_key_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings_from_key_vault ElastigroupAzureV3#protected_settings_from_key_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings_from_key_vault ElastigroupAzureV3#protected_settings_from_key_vault} --- @@ -3223,7 +3223,7 @@ PublicSettings *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. --- @@ -3244,8 +3244,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| SecretUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. | -| SourceVault | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. | +| SecretUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. | +| SourceVault | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. | --- @@ -3257,7 +3257,7 @@ SecretUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. --- @@ -3269,7 +3269,7 @@ SourceVault *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. --- @@ -3292,10 +3292,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | -| HealthCheckTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. | -| UnhealthyDuration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. | +| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | +| HealthCheckTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. | +| UnhealthyDuration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. | --- @@ -3307,7 +3307,7 @@ AutoHealing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. --- @@ -3319,7 +3319,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. --- @@ -3331,7 +3331,7 @@ HealthCheckTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. --- @@ -3343,7 +3343,7 @@ UnhealthyDuration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. --- @@ -3381,7 +3381,7 @@ Custom interface{} custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -3395,7 +3395,7 @@ GalleryImage interface{} gallery_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_image ElastigroupAzureV3#gallery_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_image ElastigroupAzureV3#gallery_image} --- @@ -3409,7 +3409,7 @@ Marketplace interface{} marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -3430,8 +3430,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| ImageName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -3443,7 +3443,7 @@ ImageName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -3455,7 +3455,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3479,11 +3479,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| GalleryName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. | -| ImageName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | -| SpotAccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. | +| GalleryName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. | +| ImageName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| SpotAccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. | --- @@ -3495,7 +3495,7 @@ GalleryName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. --- @@ -3507,7 +3507,7 @@ ImageName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -3519,7 +3519,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3531,7 +3531,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -3543,7 +3543,7 @@ SpotAccountId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. --- @@ -3566,10 +3566,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -3581,7 +3581,7 @@ Offer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -3593,7 +3593,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -3605,7 +3605,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -3617,7 +3617,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -3641,11 +3641,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| BackendPoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| BackendPoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | --- @@ -3657,7 +3657,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3669,7 +3669,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3681,7 +3681,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -3693,7 +3693,7 @@ BackendPoolNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. --- @@ -3705,7 +3705,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -3727,9 +3727,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. | -| Password | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | -| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | +| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. | +| Password | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | +| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -3741,7 +3741,7 @@ UserName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -3753,7 +3753,7 @@ Password *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -3765,7 +3765,7 @@ SshPublicKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -3786,8 +3786,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -3799,7 +3799,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3811,7 +3811,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3834,8 +3834,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | | NetworkInterfaces | interface{} | network_interfaces block. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| VirtualNetworkName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| VirtualNetworkName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -3849,7 +3849,7 @@ NetworkInterfaces interface{} network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -3861,7 +3861,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3873,7 +3873,7 @@ VirtualNetworkName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -3901,14 +3901,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| AssignPublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. | -| IsPrimary | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. | -| SubnetName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | +| AssignPublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. | +| IsPrimary | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. | +| SubnetName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | | AdditionalIpConfigs | interface{} | additional_ip_configs block. | | ApplicationSecurityGroup | interface{} | application_security_group block. | -| EnableIpForwarding | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. | -| PrivateIpAddresses | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. | -| PublicIpSku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. | +| EnableIpForwarding | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. | +| PrivateIpAddresses | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. | +| PublicIpSku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. | | SecurityGroup | interface{} | security_group block. | --- @@ -3921,7 +3921,7 @@ AssignPublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -3933,7 +3933,7 @@ IsPrimary interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -3945,7 +3945,7 @@ SubnetName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -3959,7 +3959,7 @@ AdditionalIpConfigs interface{} additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -3973,7 +3973,7 @@ ApplicationSecurityGroup interface{} application_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -3985,7 +3985,7 @@ EnableIpForwarding interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. --- @@ -3997,7 +3997,7 @@ PrivateIpAddresses *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. --- @@ -4009,7 +4009,7 @@ PublicIpSku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. --- @@ -4023,7 +4023,7 @@ SecurityGroup interface{} security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_group ElastigroupAzureV3#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_group ElastigroupAzureV3#security_group} --- @@ -4044,8 +4044,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -4057,7 +4057,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4069,7 +4069,7 @@ PrivateIpVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -4090,8 +4090,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4103,7 +4103,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4115,7 +4115,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4136,8 +4136,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4149,7 +4149,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4161,7 +4161,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4182,8 +4182,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | --- @@ -4195,7 +4195,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4207,7 +4207,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. --- @@ -4228,8 +4228,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4241,7 +4241,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4253,7 +4253,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4273,7 +4273,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. | +| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. | --- @@ -4285,7 +4285,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. --- @@ -4319,19 +4319,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | | Action | ElastigroupAzureV3ScalingDownPolicyAction | action block. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | | Dimensions | interface{} | dimensions block. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | --- @@ -4345,7 +4345,7 @@ Action ElastigroupAzureV3ScalingDownPolicyAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} --- @@ -4357,7 +4357,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. --- @@ -4369,7 +4369,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. --- @@ -4381,7 +4381,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. --- @@ -4393,7 +4393,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. --- @@ -4405,7 +4405,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. --- @@ -4417,7 +4417,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. --- @@ -4429,7 +4429,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. --- @@ -4441,7 +4441,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. --- @@ -4453,7 +4453,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. --- @@ -4467,7 +4467,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} --- @@ -4479,7 +4479,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -4491,7 +4491,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. --- @@ -4503,7 +4503,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. --- @@ -4527,11 +4527,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | -| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | +| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -4543,7 +4543,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -4555,7 +4555,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. --- @@ -4567,7 +4567,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. --- @@ -4579,7 +4579,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. --- @@ -4591,7 +4591,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4612,8 +4612,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -4625,7 +4625,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4637,7 +4637,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -4671,19 +4671,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | | Action | ElastigroupAzureV3ScalingUpPolicyAction | action block. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | | Dimensions | interface{} | dimensions block. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | --- @@ -4697,7 +4697,7 @@ Action ElastigroupAzureV3ScalingUpPolicyAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} --- @@ -4709,7 +4709,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. --- @@ -4721,7 +4721,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. --- @@ -4733,7 +4733,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. --- @@ -4745,7 +4745,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. --- @@ -4757,7 +4757,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. --- @@ -4769,7 +4769,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. --- @@ -4781,7 +4781,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. --- @@ -4793,7 +4793,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. --- @@ -4805,7 +4805,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. --- @@ -4819,7 +4819,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} --- @@ -4831,7 +4831,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -4843,7 +4843,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. --- @@ -4855,7 +4855,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. --- @@ -4879,11 +4879,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | -| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | +| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -4895,7 +4895,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -4907,7 +4907,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. --- @@ -4919,7 +4919,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. --- @@ -4931,7 +4931,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. --- @@ -4943,7 +4943,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4964,8 +4964,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -4977,7 +4977,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4989,7 +4989,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -5018,16 +5018,16 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. | -| BatchSizePercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. | -| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | -| ScaleMaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. | -| ScaleMinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. | -| ScaleTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. | +| BatchSizePercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. | +| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | +| ScaleMaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. | +| ScaleMinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. | +| ScaleTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. | --- @@ -5039,7 +5039,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. --- @@ -5051,7 +5051,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -5063,7 +5063,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -5075,7 +5075,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -5087,7 +5087,7 @@ AdjustmentPercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. --- @@ -5099,7 +5099,7 @@ BatchSizePercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. --- @@ -5111,7 +5111,7 @@ GracePeriod *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. --- @@ -5123,7 +5123,7 @@ ScaleMaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. --- @@ -5135,7 +5135,7 @@ ScaleMinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. --- @@ -5147,7 +5147,7 @@ ScaleTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. --- @@ -5183,7 +5183,7 @@ SourceVault interface{} source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} --- @@ -5197,7 +5197,7 @@ VaultCertificates interface{} vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vault_certificates ElastigroupAzureV3#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vault_certificates ElastigroupAzureV3#vault_certificates} --- @@ -5218,8 +5218,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -5231,7 +5231,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -5243,7 +5243,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -5264,8 +5264,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| CertificateStore | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. | -| CertificateUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. | +| CertificateStore | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. | +| CertificateUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. | --- @@ -5277,7 +5277,7 @@ CertificateStore *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. --- @@ -5289,7 +5289,7 @@ CertificateUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. --- @@ -5312,10 +5312,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ConfidentialOsDiskEncryption | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. | -| SecureBootEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. | -| SecurityType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. | -| VtpmEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. | +| ConfidentialOsDiskEncryption | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. | +| SecureBootEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. | +| SecurityType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. | +| VtpmEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. | --- @@ -5327,7 +5327,7 @@ ConfidentialOsDiskEncryption interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. --- @@ -5339,7 +5339,7 @@ SecureBootEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. --- @@ -5351,7 +5351,7 @@ SecurityType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. --- @@ -5363,7 +5363,7 @@ VtpmEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. --- @@ -5384,8 +5384,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -5397,7 +5397,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. --- @@ -5409,7 +5409,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -5430,8 +5430,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -5443,7 +5443,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -5455,7 +5455,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -5477,9 +5477,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| OdSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | -| SpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | -| PreferredSpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. | +| OdSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | +| SpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | +| PreferredSpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. | --- @@ -5491,7 +5491,7 @@ OdSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -5503,7 +5503,7 @@ SpotSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -5515,7 +5515,7 @@ PreferredSpotSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. --- diff --git a/docs/elastigroupAzureV3.java.md b/docs/elastigroupAzureV3.java.md index e698f469..eae9f015 100644 --- a/docs/elastigroupAzureV3.java.md +++ b/docs/elastigroupAzureV3.java.md @@ -4,7 +4,7 @@ ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -93,34 +93,34 @@ ElastigroupAzureV3.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| fallbackToOnDemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| fallbackToOnDemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | network | ElastigroupAzureV3Network | network block. | -| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | | vmSizes | ElastigroupAzureV3VmSizes | vm_sizes block. | -| availabilityVsCost | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | +| availabilityVsCost | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | | bootDiagnostics | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3BootDiagnostics> | boot_diagnostics block. | | capacityReservation | ElastigroupAzureV3CapacityReservation | capacity_reservation block. | -| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | | dataDisk | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3DataDisk> | data_disk block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | | extensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Extensions> | extensions block. | | health | ElastigroupAzureV3Health | health block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | image | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Image> | image block. | | loadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3LoadBalancer> | load_balancer block. | | login | ElastigroupAzureV3Login | login block. | | managedServiceIdentity | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3ManagedServiceIdentity> | managed_service_identity block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | -| onDemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | +| onDemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | | osDisk | ElastigroupAzureV3OsDisk | os_disk block. | -| preferredZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | +| preferredZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | | proximityPlacementGroups | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3ProximityPlacementGroups> | proximity_placement_groups block. | | revertToSpot | ElastigroupAzureV3RevertToSpot | revert_to_spot block. | | scalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3ScalingDownPolicy> | scaling_down_policy block. | @@ -128,13 +128,13 @@ ElastigroupAzureV3.Builder.create(Construct scope, java.lang.String id) | schedulingTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3SchedulingTask> | scheduling_task block. | | secret | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Secret> | secret block. | | security | ElastigroupAzureV3Security | security block. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | | signal | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Signal> | signal block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Tags> | tags block. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | -| vmNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | -| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | +| vmNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | --- @@ -202,7 +202,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} --- @@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. --- @@ -272,7 +272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} --- @@ -282,7 +282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} --- @@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} --- @@ -308,7 +308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. --- @@ -316,7 +316,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -324,7 +324,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -334,7 +334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti extensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} --- @@ -344,7 +344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} --- @@ -352,7 +352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -365,7 +365,7 @@ If you experience problems setting this value it might not be settable. Please t image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} --- @@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -403,7 +403,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -411,7 +411,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -419,7 +419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -427,7 +427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. --- @@ -437,7 +437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} --- @@ -445,7 +445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. --- @@ -455,7 +455,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} --- @@ -465,7 +465,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} --- @@ -475,7 +475,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} --- @@ -485,7 +485,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} --- @@ -495,7 +495,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} --- @@ -505,7 +505,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} --- @@ -515,7 +515,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} --- @@ -523,7 +523,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. --- @@ -533,7 +533,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} --- @@ -541,7 +541,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -551,7 +551,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -559,7 +559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. --- @@ -567,7 +567,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. --- @@ -575,7 +575,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. --- @@ -1520,7 +1520,7 @@ The construct id used in the generated config for the ElastigroupAzureV3 to impo The id of the existing ElastigroupAzureV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use --- @@ -2658,9 +2658,9 @@ ElastigroupAzureV3BootDiagnostics.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| storageUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| storageUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. | --- @@ -2672,7 +2672,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -2684,7 +2684,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -2696,7 +2696,7 @@ public java.lang.String getStorageUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. --- @@ -2719,8 +2719,8 @@ ElastigroupAzureV3CapacityReservation.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldUtilize | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. | -| utilizationStrategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. | +| shouldUtilize | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. | +| utilizationStrategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. | | capacityReservationGroups | ElastigroupAzureV3CapacityReservationCapacityReservationGroups | capacity_reservation_groups block. | --- @@ -2733,7 +2733,7 @@ public java.lang.Object getShouldUtilize(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. --- @@ -2745,7 +2745,7 @@ public java.lang.String getUtilizationStrategy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. --- @@ -2759,7 +2759,7 @@ public ElastigroupAzureV3CapacityReservationCapacityReservationGroups getCapacit capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} --- @@ -2782,9 +2782,9 @@ ElastigroupAzureV3CapacityReservationCapacityReservationGroups.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| crgName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. | -| crgResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. | -| crgShouldPrioritize | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. | +| crgName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. | +| crgResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. | +| crgShouldPrioritize | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. | --- @@ -2796,7 +2796,7 @@ public java.lang.String getCrgName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. --- @@ -2808,7 +2808,7 @@ public java.lang.String getCrgResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. --- @@ -2820,7 +2820,7 @@ public java.lang.Object getCrgShouldPrioritize(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. --- @@ -2913,34 +2913,34 @@ ElastigroupAzureV3Config.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| fallbackToOnDemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| fallbackToOnDemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | network | ElastigroupAzureV3Network | network block. | -| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | | vmSizes | ElastigroupAzureV3VmSizes | vm_sizes block. | -| availabilityVsCost | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | +| availabilityVsCost | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | | bootDiagnostics | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3BootDiagnostics> | boot_diagnostics block. | | capacityReservation | ElastigroupAzureV3CapacityReservation | capacity_reservation block. | -| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | | dataDisk | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3DataDisk> | data_disk block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | | extensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Extensions> | extensions block. | | health | ElastigroupAzureV3Health | health block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | image | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Image> | image block. | | loadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3LoadBalancer> | load_balancer block. | | login | ElastigroupAzureV3Login | login block. | | managedServiceIdentity | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3ManagedServiceIdentity> | managed_service_identity block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | -| onDemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | +| onDemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | | osDisk | ElastigroupAzureV3OsDisk | os_disk block. | -| preferredZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | +| preferredZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | | proximityPlacementGroups | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3ProximityPlacementGroups> | proximity_placement_groups block. | | revertToSpot | ElastigroupAzureV3RevertToSpot | revert_to_spot block. | | scalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3ScalingDownPolicy> | scaling_down_policy block. | @@ -2948,13 +2948,13 @@ ElastigroupAzureV3Config.builder() | schedulingTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3SchedulingTask> | scheduling_task block. | | secret | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Secret> | secret block. | | security | ElastigroupAzureV3Security | security block. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | | signal | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Signal> | signal block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Tags> | tags block. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | -| vmNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | -| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | +| vmNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | --- @@ -3036,7 +3036,7 @@ public java.lang.Object getFallbackToOnDemand(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -3048,7 +3048,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3062,7 +3062,7 @@ public ElastigroupAzureV3Network getNetwork(); network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -3074,7 +3074,7 @@ public java.lang.String getOs(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -3086,7 +3086,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -3098,7 +3098,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3112,7 +3112,7 @@ public ElastigroupAzureV3VmSizes getVmSizes(); vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} --- @@ -3124,7 +3124,7 @@ public java.lang.Number getAvailabilityVsCost(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. --- @@ -3138,7 +3138,7 @@ public java.lang.Object getBootDiagnostics(); boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} --- @@ -3152,7 +3152,7 @@ public ElastigroupAzureV3CapacityReservation getCapacityReservation(); capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} --- @@ -3164,7 +3164,7 @@ public java.lang.String getCustomData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -3178,7 +3178,7 @@ public java.lang.Object getDataDisk(); data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} --- @@ -3190,7 +3190,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. --- @@ -3202,7 +3202,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -3214,7 +3214,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -3228,7 +3228,7 @@ public java.lang.Object getExtensions(); extensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} --- @@ -3242,7 +3242,7 @@ public ElastigroupAzureV3Health getHealth(); health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} --- @@ -3254,7 +3254,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3271,7 +3271,7 @@ public java.lang.Object getImage(); image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -3285,7 +3285,7 @@ public java.lang.Object getLoadBalancer(); load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} --- @@ -3299,7 +3299,7 @@ public ElastigroupAzureV3Login getLogin(); login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -3313,7 +3313,7 @@ public java.lang.Object getManagedServiceIdentity(); managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -3325,7 +3325,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -3337,7 +3337,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -3349,7 +3349,7 @@ public java.lang.Number getOnDemandCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -3361,7 +3361,7 @@ public java.util.List getOptimizationWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. --- @@ -3375,7 +3375,7 @@ public ElastigroupAzureV3OsDisk getOsDisk(); os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} --- @@ -3387,7 +3387,7 @@ public java.util.List getPreferredZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. --- @@ -3401,7 +3401,7 @@ public java.lang.Object getProximityPlacementGroups(); proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} --- @@ -3415,7 +3415,7 @@ public ElastigroupAzureV3RevertToSpot getRevertToSpot(); revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} --- @@ -3429,7 +3429,7 @@ public java.lang.Object getScalingDownPolicy(); scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} --- @@ -3443,7 +3443,7 @@ public java.lang.Object getScalingUpPolicy(); scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} --- @@ -3457,7 +3457,7 @@ public java.lang.Object getSchedulingTask(); scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} --- @@ -3471,7 +3471,7 @@ public java.lang.Object getSecret(); secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} --- @@ -3485,7 +3485,7 @@ public ElastigroupAzureV3Security getSecurity(); security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} --- @@ -3497,7 +3497,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. --- @@ -3511,7 +3511,7 @@ public java.lang.Object getSignal(); signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} --- @@ -3523,7 +3523,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -3537,7 +3537,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -3549,7 +3549,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. --- @@ -3561,7 +3561,7 @@ public java.lang.String getVmNamePrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. --- @@ -3573,7 +3573,7 @@ public java.util.List getZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. --- @@ -3595,9 +3595,9 @@ ElastigroupAzureV3DataDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| lun | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. | -| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| lun | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. | +| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -3609,7 +3609,7 @@ public java.lang.Number getLun(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. --- @@ -3621,7 +3621,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. --- @@ -3633,7 +3633,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -3663,15 +3663,15 @@ ElastigroupAzureV3Extensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. | -| minorVersionAutoUpgrade | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| enableAutomaticUpgrade | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. | -| protectedSettings | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. | +| apiVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. | +| minorVersionAutoUpgrade | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| enableAutomaticUpgrade | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. | +| protectedSettings | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. | | protectedSettingsFromKeyVault | ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault | protected_settings_from_key_vault block. | -| publicSettings | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. | +| publicSettings | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. | --- @@ -3683,7 +3683,7 @@ public java.lang.String getApiVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. --- @@ -3695,7 +3695,7 @@ public java.lang.Object getMinorVersionAutoUpgrade(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. --- @@ -3707,7 +3707,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3719,7 +3719,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -3731,7 +3731,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -3743,7 +3743,7 @@ public java.lang.Object getEnableAutomaticUpgrade(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. --- @@ -3755,7 +3755,7 @@ public java.util.Map getProtectedSettings(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. --- @@ -3769,7 +3769,7 @@ public ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault getProtectedSet protected_settings_from_key_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings_from_key_vault ElastigroupAzureV3#protected_settings_from_key_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings_from_key_vault ElastigroupAzureV3#protected_settings_from_key_vault} --- @@ -3781,7 +3781,7 @@ public java.util.Map getPublicSettings(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. --- @@ -3802,8 +3802,8 @@ ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| secretUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. | -| sourceVault | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. | +| secretUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. | +| sourceVault | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. | --- @@ -3815,7 +3815,7 @@ public java.lang.String getSecretUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. --- @@ -3827,7 +3827,7 @@ public java.lang.String getSourceVault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. --- @@ -3851,10 +3851,10 @@ ElastigroupAzureV3Health.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | -| healthCheckTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. | -| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. | +| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | +| healthCheckTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. | +| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. | --- @@ -3866,7 +3866,7 @@ public java.lang.Object getAutoHealing(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. --- @@ -3878,7 +3878,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. --- @@ -3890,7 +3890,7 @@ public java.util.List getHealthCheckTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. --- @@ -3902,7 +3902,7 @@ public java.lang.Number getUnhealthyDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. --- @@ -3943,7 +3943,7 @@ public java.lang.Object getCustom(); custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -3957,7 +3957,7 @@ public java.lang.Object getGalleryImage(); gallery_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_image ElastigroupAzureV3#gallery_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_image ElastigroupAzureV3#gallery_image} --- @@ -3971,7 +3971,7 @@ public java.lang.Object getMarketplace(); marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -3992,8 +3992,8 @@ ElastigroupAzureV3ImageCustom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| imageName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4005,7 +4005,7 @@ public java.lang.String getImageName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -4017,7 +4017,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4041,11 +4041,11 @@ ElastigroupAzureV3ImageGalleryImage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| galleryName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. | -| imageName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | -| spotAccountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. | +| galleryName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. | +| imageName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| spotAccountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. | --- @@ -4057,7 +4057,7 @@ public java.lang.String getGalleryName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. --- @@ -4069,7 +4069,7 @@ public java.lang.String getImageName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -4081,7 +4081,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4093,7 +4093,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -4105,7 +4105,7 @@ public java.lang.String getSpotAccountId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. --- @@ -4128,10 +4128,10 @@ ElastigroupAzureV3ImageMarketplace.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | -| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | -| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | +| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -4143,7 +4143,7 @@ public java.lang.String getOffer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -4155,7 +4155,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -4167,7 +4167,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -4179,7 +4179,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -4203,11 +4203,11 @@ ElastigroupAzureV3LoadBalancer.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| backendPoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. | -| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| backendPoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. | +| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | --- @@ -4219,7 +4219,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4231,7 +4231,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4243,7 +4243,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4255,7 +4255,7 @@ public java.util.List getBackendPoolNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. --- @@ -4267,7 +4267,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -4289,9 +4289,9 @@ ElastigroupAzureV3Login.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. | -| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | -| sshPublicKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | +| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. | +| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | +| sshPublicKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -4303,7 +4303,7 @@ public java.lang.String getUserName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -4315,7 +4315,7 @@ public java.lang.String getPassword(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -4327,7 +4327,7 @@ public java.lang.String getSshPublicKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -4348,8 +4348,8 @@ ElastigroupAzureV3ManagedServiceIdentity.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4361,7 +4361,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4373,7 +4373,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4397,8 +4397,8 @@ ElastigroupAzureV3Network.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | networkInterfaces | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3NetworkNetworkInterfaces> | network_interfaces block. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| virtualNetworkName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| virtualNetworkName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -4412,7 +4412,7 @@ public java.lang.Object getNetworkInterfaces(); network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -4424,7 +4424,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4436,7 +4436,7 @@ public java.lang.String getVirtualNetworkName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -4470,14 +4470,14 @@ ElastigroupAzureV3NetworkNetworkInterfaces.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| assignPublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. | -| isPrimary | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. | -| subnetName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | +| assignPublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. | +| isPrimary | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. | +| subnetName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | | additionalIpConfigs | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs> | additional_ip_configs block. | | applicationSecurityGroup | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup> | application_security_group block. | -| enableIpForwarding | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. | -| privateIpAddresses | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. | -| publicIpSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. | +| enableIpForwarding | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. | +| privateIpAddresses | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. | +| publicIpSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. | | securityGroup | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroup> | security_group block. | --- @@ -4490,7 +4490,7 @@ public java.lang.Object getAssignPublicIp(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -4502,7 +4502,7 @@ public java.lang.Object getIsPrimary(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -4514,7 +4514,7 @@ public java.lang.String getSubnetName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -4528,7 +4528,7 @@ public java.lang.Object getAdditionalIpConfigs(); additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -4542,7 +4542,7 @@ public java.lang.Object getApplicationSecurityGroup(); application_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -4554,7 +4554,7 @@ public java.lang.Object getEnableIpForwarding(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. --- @@ -4566,7 +4566,7 @@ public java.util.List getPrivateIpAddresses(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. --- @@ -4578,7 +4578,7 @@ public java.lang.String getPublicIpSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. --- @@ -4592,7 +4592,7 @@ public java.lang.Object getSecurityGroup(); security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_group ElastigroupAzureV3#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_group ElastigroupAzureV3#security_group} --- @@ -4613,8 +4613,8 @@ ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| privateIpVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| privateIpVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -4626,7 +4626,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4638,7 +4638,7 @@ public java.lang.String getPrivateIpVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -4659,8 +4659,8 @@ ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4672,7 +4672,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4684,7 +4684,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4705,8 +4705,8 @@ ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4718,7 +4718,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4730,7 +4730,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4751,8 +4751,8 @@ ElastigroupAzureV3OsDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | --- @@ -4764,7 +4764,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4776,7 +4776,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. --- @@ -4797,8 +4797,8 @@ ElastigroupAzureV3ProximityPlacementGroups.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4810,7 +4810,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4822,7 +4822,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4842,7 +4842,7 @@ ElastigroupAzureV3RevertToSpot.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. | +| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. | --- @@ -4854,7 +4854,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. --- @@ -4890,19 +4890,19 @@ ElastigroupAzureV3ScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | action | ElastigroupAzureV3ScalingDownPolicyAction | action block. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | | dimensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3ScalingDownPolicyDimensions> | dimensions block. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | --- @@ -4916,7 +4916,7 @@ public ElastigroupAzureV3ScalingDownPolicyAction getAction(); action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} --- @@ -4928,7 +4928,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. --- @@ -4940,7 +4940,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. --- @@ -4952,7 +4952,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. --- @@ -4964,7 +4964,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. --- @@ -4976,7 +4976,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. --- @@ -4988,7 +4988,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. --- @@ -5000,7 +5000,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. --- @@ -5012,7 +5012,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. --- @@ -5024,7 +5024,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. --- @@ -5038,7 +5038,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} --- @@ -5050,7 +5050,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -5062,7 +5062,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. --- @@ -5074,7 +5074,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. --- @@ -5098,11 +5098,11 @@ ElastigroupAzureV3ScalingDownPolicyAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | -| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | +| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -5114,7 +5114,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -5126,7 +5126,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. --- @@ -5138,7 +5138,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. --- @@ -5150,7 +5150,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. --- @@ -5162,7 +5162,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -5183,8 +5183,8 @@ ElastigroupAzureV3ScalingDownPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -5196,7 +5196,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -5208,7 +5208,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -5244,19 +5244,19 @@ ElastigroupAzureV3ScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | action | ElastigroupAzureV3ScalingUpPolicyAction | action block. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | | dimensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3ScalingUpPolicyDimensions> | dimensions block. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | --- @@ -5270,7 +5270,7 @@ public ElastigroupAzureV3ScalingUpPolicyAction getAction(); action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} --- @@ -5282,7 +5282,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. --- @@ -5294,7 +5294,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. --- @@ -5306,7 +5306,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. --- @@ -5318,7 +5318,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. --- @@ -5330,7 +5330,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. --- @@ -5342,7 +5342,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. --- @@ -5354,7 +5354,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. --- @@ -5366,7 +5366,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. --- @@ -5378,7 +5378,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. --- @@ -5392,7 +5392,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} --- @@ -5404,7 +5404,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -5416,7 +5416,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. --- @@ -5428,7 +5428,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. --- @@ -5452,11 +5452,11 @@ ElastigroupAzureV3ScalingUpPolicyAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | -| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | +| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -5468,7 +5468,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -5480,7 +5480,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. --- @@ -5492,7 +5492,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. --- @@ -5504,7 +5504,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. --- @@ -5516,7 +5516,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -5537,8 +5537,8 @@ ElastigroupAzureV3ScalingUpPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -5550,7 +5550,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -5562,7 +5562,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -5592,16 +5592,16 @@ ElastigroupAzureV3SchedulingTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| adjustmentPercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. | -| batchSizePercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. | -| gracePeriod | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | -| scaleMaxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. | -| scaleMinCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. | -| scaleTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| adjustmentPercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. | +| batchSizePercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. | +| gracePeriod | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | +| scaleMaxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. | +| scaleMinCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. | +| scaleTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. | --- @@ -5613,7 +5613,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. --- @@ -5625,7 +5625,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -5637,7 +5637,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -5649,7 +5649,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -5661,7 +5661,7 @@ public java.lang.String getAdjustmentPercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. --- @@ -5673,7 +5673,7 @@ public java.lang.String getBatchSizePercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. --- @@ -5685,7 +5685,7 @@ public java.lang.String getGracePeriod(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. --- @@ -5697,7 +5697,7 @@ public java.lang.String getScaleMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. --- @@ -5709,7 +5709,7 @@ public java.lang.String getScaleMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. --- @@ -5721,7 +5721,7 @@ public java.lang.String getScaleTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. --- @@ -5759,7 +5759,7 @@ public java.lang.Object getSourceVault(); source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} --- @@ -5773,7 +5773,7 @@ public java.lang.Object getVaultCertificates(); vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vault_certificates ElastigroupAzureV3#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vault_certificates ElastigroupAzureV3#vault_certificates} --- @@ -5794,8 +5794,8 @@ ElastigroupAzureV3SecretSourceVault.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -5807,7 +5807,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -5819,7 +5819,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -5840,8 +5840,8 @@ ElastigroupAzureV3SecretVaultCertificates.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificateStore | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. | -| certificateUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. | +| certificateStore | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. | +| certificateUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. | --- @@ -5853,7 +5853,7 @@ public java.lang.String getCertificateStore(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. --- @@ -5865,7 +5865,7 @@ public java.lang.String getCertificateUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. --- @@ -5891,10 +5891,10 @@ ElastigroupAzureV3Security.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| confidentialOsDiskEncryption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. | -| secureBootEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. | -| securityType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. | -| vtpmEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. | +| confidentialOsDiskEncryption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. | +| secureBootEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. | +| securityType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. | +| vtpmEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. | --- @@ -5906,7 +5906,7 @@ public java.lang.Object getConfidentialOsDiskEncryption(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. --- @@ -5918,7 +5918,7 @@ public java.lang.Object getSecureBootEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. --- @@ -5930,7 +5930,7 @@ public java.lang.String getSecurityType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. --- @@ -5942,7 +5942,7 @@ public java.lang.Object getVtpmEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. --- @@ -5963,8 +5963,8 @@ ElastigroupAzureV3Signal.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -5976,7 +5976,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. --- @@ -5988,7 +5988,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -6009,8 +6009,8 @@ ElastigroupAzureV3Tags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -6022,7 +6022,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -6034,7 +6034,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -6056,9 +6056,9 @@ ElastigroupAzureV3VmSizes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | -| spotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | -| preferredSpotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. | +| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | +| spotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | +| preferredSpotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. | --- @@ -6070,7 +6070,7 @@ public java.util.List getOdSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -6082,7 +6082,7 @@ public java.util.List getSpotSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -6094,7 +6094,7 @@ public java.util.List getPreferredSpotSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. --- diff --git a/docs/elastigroupAzureV3.python.md b/docs/elastigroupAzureV3.python.md index 59e4e059..99e8ccec 100644 --- a/docs/elastigroupAzureV3.python.md +++ b/docs/elastigroupAzureV3.python.md @@ -4,7 +4,7 @@ ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -77,34 +77,34 @@ elastigroupAzureV3.ElastigroupAzureV3( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| fallback_to_on_demand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| fallback_to_on_demand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | network | ElastigroupAzureV3Network | network block. | -| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | | vm_sizes | ElastigroupAzureV3VmSizes | vm_sizes block. | -| availability_vs_cost | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | +| availability_vs_cost | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | | boot_diagnostics | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3BootDiagnostics]] | boot_diagnostics block. | | capacity_reservation | ElastigroupAzureV3CapacityReservation | capacity_reservation block. | -| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | | data_disk | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3DataDisk]] | data_disk block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | | extensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Extensions]] | extensions block. | | health | ElastigroupAzureV3Health | health block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | image | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Image]] | image block. | | load_balancer | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3LoadBalancer]] | load_balancer block. | | login | ElastigroupAzureV3Login | login block. | | managed_service_identity | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3ManagedServiceIdentity]] | managed_service_identity block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | -| on_demand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | +| on_demand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | | os_disk | ElastigroupAzureV3OsDisk | os_disk block. | -| preferred_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | +| preferred_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | | proximity_placement_groups | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3ProximityPlacementGroups]] | proximity_placement_groups block. | | revert_to_spot | ElastigroupAzureV3RevertToSpot | revert_to_spot block. | | scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3ScalingDownPolicy]] | scaling_down_policy block. | @@ -112,13 +112,13 @@ elastigroupAzureV3.ElastigroupAzureV3( | scheduling_task | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3SchedulingTask]] | scheduling_task block. | | secret | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Secret]] | secret block. | | security | ElastigroupAzureV3Security | security block. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | | signal | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Signal]] | signal block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Tags]] | tags block. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | -| vm_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | -| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | +| vm_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | --- @@ -186,7 +186,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} --- @@ -292,7 +292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. --- @@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -308,7 +308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -318,7 +318,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti extensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} --- @@ -328,7 +328,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} --- @@ -336,7 +336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -349,7 +349,7 @@ If you experience problems setting this value it might not be settable. Please t image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -387,7 +387,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -403,7 +403,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -411,7 +411,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. --- @@ -421,7 +421,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} --- @@ -429,7 +429,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. --- @@ -439,7 +439,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} --- @@ -449,7 +449,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} --- @@ -459,7 +459,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} --- @@ -469,7 +469,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} --- @@ -479,7 +479,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} --- @@ -489,7 +489,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} --- @@ -499,7 +499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} --- @@ -507,7 +507,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. --- @@ -517,7 +517,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} --- @@ -525,7 +525,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -535,7 +535,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -543,7 +543,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. --- @@ -551,7 +551,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. --- @@ -559,7 +559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. --- @@ -1002,7 +1002,7 @@ def put_capacity_reservation( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. --- @@ -1010,7 +1010,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. --- @@ -1020,7 +1020,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} --- @@ -1067,7 +1067,7 @@ def put_health( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. --- @@ -1075,7 +1075,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. --- @@ -1083,7 +1083,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. --- @@ -1091,7 +1091,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. --- @@ -1137,7 +1137,7 @@ def put_login( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -1145,7 +1145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -1153,7 +1153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -1187,7 +1187,7 @@ def put_network( network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -1195,7 +1195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1203,7 +1203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -1220,7 +1220,7 @@ def put_os_disk( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -1228,7 +1228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. --- @@ -1258,7 +1258,7 @@ def put_revert_to_spot( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. --- @@ -1333,7 +1333,7 @@ def put_security( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. --- @@ -1341,7 +1341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. --- @@ -1349,7 +1349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. --- @@ -1357,7 +1357,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. --- @@ -1403,7 +1403,7 @@ def put_vm_sizes( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -1411,7 +1411,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -1419,7 +1419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. --- @@ -1747,7 +1747,7 @@ The construct id used in the generated config for the ElastigroupAzureV3 to impo The id of the existing ElastigroupAzureV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use --- @@ -2884,9 +2884,9 @@ elastigroupAzureV3.ElastigroupAzureV3BootDiagnostics( | **Name** | **Type** | **Description** | | --- | --- | --- | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| storage_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| storage_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. | --- @@ -2898,7 +2898,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -2910,7 +2910,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -2922,7 +2922,7 @@ storage_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. --- @@ -2944,8 +2944,8 @@ elastigroupAzureV3.ElastigroupAzureV3CapacityReservation( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_utilize | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. | -| utilization_strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. | +| should_utilize | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. | +| utilization_strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. | | capacity_reservation_groups | ElastigroupAzureV3CapacityReservationCapacityReservationGroups | capacity_reservation_groups block. | --- @@ -2958,7 +2958,7 @@ should_utilize: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. --- @@ -2970,7 +2970,7 @@ utilization_strategy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. --- @@ -2984,7 +2984,7 @@ capacity_reservation_groups: ElastigroupAzureV3CapacityReservationCapacityReserv capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} --- @@ -3006,9 +3006,9 @@ elastigroupAzureV3.ElastigroupAzureV3CapacityReservationCapacityReservationGroup | **Name** | **Type** | **Description** | | --- | --- | --- | -| crg_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. | -| crg_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. | -| crg_should_prioritize | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. | +| crg_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. | +| crg_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. | +| crg_should_prioritize | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. | --- @@ -3020,7 +3020,7 @@ crg_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. --- @@ -3032,7 +3032,7 @@ crg_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. --- @@ -3044,7 +3044,7 @@ crg_should_prioritize: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. --- @@ -3119,34 +3119,34 @@ elastigroupAzureV3.ElastigroupAzureV3Config( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| fallback_to_on_demand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| fallback_to_on_demand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | network | ElastigroupAzureV3Network | network block. | -| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | | vm_sizes | ElastigroupAzureV3VmSizes | vm_sizes block. | -| availability_vs_cost | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | +| availability_vs_cost | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | | boot_diagnostics | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3BootDiagnostics]] | boot_diagnostics block. | | capacity_reservation | ElastigroupAzureV3CapacityReservation | capacity_reservation block. | -| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | | data_disk | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3DataDisk]] | data_disk block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | | extensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Extensions]] | extensions block. | | health | ElastigroupAzureV3Health | health block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | image | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Image]] | image block. | | load_balancer | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3LoadBalancer]] | load_balancer block. | | login | ElastigroupAzureV3Login | login block. | | managed_service_identity | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3ManagedServiceIdentity]] | managed_service_identity block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | -| on_demand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | +| on_demand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | | os_disk | ElastigroupAzureV3OsDisk | os_disk block. | -| preferred_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | +| preferred_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | | proximity_placement_groups | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3ProximityPlacementGroups]] | proximity_placement_groups block. | | revert_to_spot | ElastigroupAzureV3RevertToSpot | revert_to_spot block. | | scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3ScalingDownPolicy]] | scaling_down_policy block. | @@ -3154,13 +3154,13 @@ elastigroupAzureV3.ElastigroupAzureV3Config( | scheduling_task | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3SchedulingTask]] | scheduling_task block. | | secret | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Secret]] | secret block. | | security | ElastigroupAzureV3Security | security block. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | | signal | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Signal]] | signal block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Tags]] | tags block. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | -| vm_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | -| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | +| vm_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | --- @@ -3242,7 +3242,7 @@ fallback_to_on_demand: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -3254,7 +3254,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3268,7 +3268,7 @@ network: ElastigroupAzureV3Network network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -3280,7 +3280,7 @@ os: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -3292,7 +3292,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -3304,7 +3304,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3318,7 +3318,7 @@ vm_sizes: ElastigroupAzureV3VmSizes vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} --- @@ -3330,7 +3330,7 @@ availability_vs_cost: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. --- @@ -3344,7 +3344,7 @@ boot_diagnostics: typing.Union[IResolvable, typing.List[ElastigroupAzureV3BootDi boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} --- @@ -3358,7 +3358,7 @@ capacity_reservation: ElastigroupAzureV3CapacityReservation capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} --- @@ -3370,7 +3370,7 @@ custom_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -3384,7 +3384,7 @@ data_disk: typing.Union[IResolvable, typing.List[ElastigroupAzureV3DataDisk]] data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} --- @@ -3396,7 +3396,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. --- @@ -3408,7 +3408,7 @@ desired_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -3420,7 +3420,7 @@ draining_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -3434,7 +3434,7 @@ extensions: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Extensions]] extensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} --- @@ -3448,7 +3448,7 @@ health: ElastigroupAzureV3Health health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} --- @@ -3460,7 +3460,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3477,7 +3477,7 @@ image: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Image]] image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -3491,7 +3491,7 @@ load_balancer: typing.Union[IResolvable, typing.List[ElastigroupAzureV3LoadBalan load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} --- @@ -3505,7 +3505,7 @@ login: ElastigroupAzureV3Login login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -3519,7 +3519,7 @@ managed_service_identity: typing.Union[IResolvable, typing.List[ElastigroupAzure managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -3531,7 +3531,7 @@ max_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -3543,7 +3543,7 @@ min_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -3555,7 +3555,7 @@ on_demand_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -3567,7 +3567,7 @@ optimization_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. --- @@ -3581,7 +3581,7 @@ os_disk: ElastigroupAzureV3OsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} --- @@ -3593,7 +3593,7 @@ preferred_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. --- @@ -3607,7 +3607,7 @@ proximity_placement_groups: typing.Union[IResolvable, typing.List[ElastigroupAzu proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} --- @@ -3621,7 +3621,7 @@ revert_to_spot: ElastigroupAzureV3RevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} --- @@ -3635,7 +3635,7 @@ scaling_down_policy: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Sca scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} --- @@ -3649,7 +3649,7 @@ scaling_up_policy: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Scali scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} --- @@ -3663,7 +3663,7 @@ scheduling_task: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Schedul scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} --- @@ -3677,7 +3677,7 @@ secret: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Secret]] secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} --- @@ -3691,7 +3691,7 @@ security: ElastigroupAzureV3Security security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} --- @@ -3703,7 +3703,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. --- @@ -3717,7 +3717,7 @@ signal: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Signal]] signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} --- @@ -3729,7 +3729,7 @@ spot_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -3743,7 +3743,7 @@ tags: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Tags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -3755,7 +3755,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. --- @@ -3767,7 +3767,7 @@ vm_name_prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. --- @@ -3779,7 +3779,7 @@ zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. --- @@ -3801,9 +3801,9 @@ elastigroupAzureV3.ElastigroupAzureV3DataDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| lun | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. | -| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| lun | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. | +| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -3815,7 +3815,7 @@ lun: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. --- @@ -3827,7 +3827,7 @@ size_gb: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. --- @@ -3839,7 +3839,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -3867,15 +3867,15 @@ elastigroupAzureV3.ElastigroupAzureV3Extensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| api_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. | -| minor_version_auto_upgrade | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| enable_automatic_upgrade | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. | -| protected_settings | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. | +| api_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. | +| minor_version_auto_upgrade | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| enable_automatic_upgrade | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. | +| protected_settings | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. | | protected_settings_from_key_vault | ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault | protected_settings_from_key_vault block. | -| public_settings | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. | +| public_settings | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. | --- @@ -3887,7 +3887,7 @@ api_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. --- @@ -3899,7 +3899,7 @@ minor_version_auto_upgrade: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. --- @@ -3911,7 +3911,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3923,7 +3923,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -3935,7 +3935,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -3947,7 +3947,7 @@ enable_automatic_upgrade: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. --- @@ -3959,7 +3959,7 @@ protected_settings: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. --- @@ -3973,7 +3973,7 @@ protected_settings_from_key_vault: ElastigroupAzureV3ExtensionsProtectedSettings protected_settings_from_key_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings_from_key_vault ElastigroupAzureV3#protected_settings_from_key_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings_from_key_vault ElastigroupAzureV3#protected_settings_from_key_vault} --- @@ -3985,7 +3985,7 @@ public_settings: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. --- @@ -4006,8 +4006,8 @@ elastigroupAzureV3.ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault( | **Name** | **Type** | **Description** | | --- | --- | --- | -| secret_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. | -| source_vault | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. | +| secret_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. | +| source_vault | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. | --- @@ -4019,7 +4019,7 @@ secret_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. --- @@ -4031,7 +4031,7 @@ source_vault: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. --- @@ -4054,10 +4054,10 @@ elastigroupAzureV3.ElastigroupAzureV3Health( | **Name** | **Type** | **Description** | | --- | --- | --- | -| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | -| health_check_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. | -| unhealthy_duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. | +| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | +| health_check_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. | +| unhealthy_duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. | --- @@ -4069,7 +4069,7 @@ auto_healing: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. --- @@ -4081,7 +4081,7 @@ grace_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. --- @@ -4093,7 +4093,7 @@ health_check_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. --- @@ -4105,7 +4105,7 @@ unhealthy_duration: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. --- @@ -4143,7 +4143,7 @@ custom: typing.Union[IResolvable, typing.List[ElastigroupAzureV3ImageCustom]] custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -4157,7 +4157,7 @@ gallery_image: typing.Union[IResolvable, typing.List[ElastigroupAzureV3ImageGall gallery_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_image ElastigroupAzureV3#gallery_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_image ElastigroupAzureV3#gallery_image} --- @@ -4171,7 +4171,7 @@ marketplace: typing.Union[IResolvable, typing.List[ElastigroupAzureV3ImageMarket marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -4192,8 +4192,8 @@ elastigroupAzureV3.ElastigroupAzureV3ImageCustom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| image_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| image_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4205,7 +4205,7 @@ image_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -4217,7 +4217,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4241,11 +4241,11 @@ elastigroupAzureV3.ElastigroupAzureV3ImageGalleryImage( | **Name** | **Type** | **Description** | | --- | --- | --- | -| gallery_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. | -| image_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | -| spot_account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. | +| gallery_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. | +| image_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| spot_account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. | --- @@ -4257,7 +4257,7 @@ gallery_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. --- @@ -4269,7 +4269,7 @@ image_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -4281,7 +4281,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4293,7 +4293,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -4305,7 +4305,7 @@ spot_account_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. --- @@ -4328,10 +4328,10 @@ elastigroupAzureV3.ElastigroupAzureV3ImageMarketplace( | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -4343,7 +4343,7 @@ offer: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -4355,7 +4355,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -4367,7 +4367,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -4379,7 +4379,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -4403,11 +4403,11 @@ elastigroupAzureV3.ElastigroupAzureV3LoadBalancer( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| backend_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| backend_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | --- @@ -4419,7 +4419,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4431,7 +4431,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4443,7 +4443,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4455,7 +4455,7 @@ backend_pool_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. --- @@ -4467,7 +4467,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -4489,9 +4489,9 @@ elastigroupAzureV3.ElastigroupAzureV3Login( | **Name** | **Type** | **Description** | | --- | --- | --- | -| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. | -| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | -| ssh_public_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | +| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. | +| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | +| ssh_public_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -4503,7 +4503,7 @@ user_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -4515,7 +4515,7 @@ password: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -4527,7 +4527,7 @@ ssh_public_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -4548,8 +4548,8 @@ elastigroupAzureV3.ElastigroupAzureV3ManagedServiceIdentity( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4561,7 +4561,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4573,7 +4573,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4596,8 +4596,8 @@ elastigroupAzureV3.ElastigroupAzureV3Network( | **Name** | **Type** | **Description** | | --- | --- | --- | | network_interfaces | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3NetworkNetworkInterfaces]] | network_interfaces block. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| virtual_network_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| virtual_network_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -4611,7 +4611,7 @@ network_interfaces: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Netw network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -4623,7 +4623,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4635,7 +4635,7 @@ virtual_network_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -4663,14 +4663,14 @@ elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfaces( | **Name** | **Type** | **Description** | | --- | --- | --- | -| assign_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. | -| is_primary | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. | -| subnet_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | +| assign_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. | +| is_primary | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. | +| subnet_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | | additional_ip_configs | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs]] | additional_ip_configs block. | | application_security_group | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup]] | application_security_group block. | -| enable_ip_forwarding | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. | -| private_ip_addresses | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. | -| public_ip_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. | +| enable_ip_forwarding | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. | +| private_ip_addresses | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. | +| public_ip_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. | | security_group | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroup]] | security_group block. | --- @@ -4683,7 +4683,7 @@ assign_public_ip: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -4695,7 +4695,7 @@ is_primary: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -4707,7 +4707,7 @@ subnet_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -4721,7 +4721,7 @@ additional_ip_configs: typing.Union[IResolvable, typing.List[ElastigroupAzureV3N additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -4735,7 +4735,7 @@ application_security_group: typing.Union[IResolvable, typing.List[ElastigroupAzu application_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -4747,7 +4747,7 @@ enable_ip_forwarding: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. --- @@ -4759,7 +4759,7 @@ private_ip_addresses: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. --- @@ -4771,7 +4771,7 @@ public_ip_sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. --- @@ -4785,7 +4785,7 @@ security_group: typing.Union[IResolvable, typing.List[ElastigroupAzureV3NetworkN security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_group ElastigroupAzureV3#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_group ElastigroupAzureV3#security_group} --- @@ -4806,8 +4806,8 @@ elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| private_ip_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| private_ip_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -4819,7 +4819,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4831,7 +4831,7 @@ private_ip_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -4852,8 +4852,8 @@ elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurity | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4865,7 +4865,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4877,7 +4877,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4898,8 +4898,8 @@ elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroup( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4911,7 +4911,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4923,7 +4923,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4944,8 +4944,8 @@ elastigroupAzureV3.ElastigroupAzureV3OsDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | --- @@ -4957,7 +4957,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4969,7 +4969,7 @@ size_gb: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. --- @@ -4990,8 +4990,8 @@ elastigroupAzureV3.ElastigroupAzureV3ProximityPlacementGroups( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -5003,7 +5003,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -5015,7 +5015,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -5035,7 +5035,7 @@ elastigroupAzureV3.ElastigroupAzureV3RevertToSpot( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. | +| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. | --- @@ -5047,7 +5047,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. --- @@ -5081,19 +5081,19 @@ elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | | action | ElastigroupAzureV3ScalingDownPolicyAction | action block. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | | dimensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3ScalingDownPolicyDimensions]] | dimensions block. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | --- @@ -5107,7 +5107,7 @@ action: ElastigroupAzureV3ScalingDownPolicyAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} --- @@ -5119,7 +5119,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. --- @@ -5131,7 +5131,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. --- @@ -5143,7 +5143,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. --- @@ -5155,7 +5155,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. --- @@ -5167,7 +5167,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. --- @@ -5179,7 +5179,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. --- @@ -5191,7 +5191,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. --- @@ -5203,7 +5203,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. --- @@ -5215,7 +5215,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. --- @@ -5229,7 +5229,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAzureV3ScalingDownP dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} --- @@ -5241,7 +5241,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -5253,7 +5253,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. --- @@ -5265,7 +5265,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. --- @@ -5289,11 +5289,11 @@ elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicyAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | -| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | +| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -5305,7 +5305,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -5317,7 +5317,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. --- @@ -5329,7 +5329,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. --- @@ -5341,7 +5341,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. --- @@ -5353,7 +5353,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -5374,8 +5374,8 @@ elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -5387,7 +5387,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -5399,7 +5399,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -5433,19 +5433,19 @@ elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | | action | ElastigroupAzureV3ScalingUpPolicyAction | action block. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | | dimensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3ScalingUpPolicyDimensions]] | dimensions block. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | --- @@ -5459,7 +5459,7 @@ action: ElastigroupAzureV3ScalingUpPolicyAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} --- @@ -5471,7 +5471,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. --- @@ -5483,7 +5483,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. --- @@ -5495,7 +5495,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. --- @@ -5507,7 +5507,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. --- @@ -5519,7 +5519,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. --- @@ -5531,7 +5531,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. --- @@ -5543,7 +5543,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. --- @@ -5555,7 +5555,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. --- @@ -5567,7 +5567,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. --- @@ -5581,7 +5581,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAzureV3ScalingUpPol dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} --- @@ -5593,7 +5593,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -5605,7 +5605,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. --- @@ -5617,7 +5617,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. --- @@ -5641,11 +5641,11 @@ elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicyAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | -| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | +| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -5657,7 +5657,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -5669,7 +5669,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. --- @@ -5681,7 +5681,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. --- @@ -5693,7 +5693,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. --- @@ -5705,7 +5705,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -5726,8 +5726,8 @@ elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -5739,7 +5739,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -5751,7 +5751,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -5780,16 +5780,16 @@ elastigroupAzureV3.ElastigroupAzureV3SchedulingTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. | -| batch_size_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. | -| grace_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | -| scale_max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. | -| scale_min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. | -| scale_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. | +| batch_size_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. | +| grace_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | +| scale_max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. | +| scale_min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. | +| scale_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. | --- @@ -5801,7 +5801,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. --- @@ -5813,7 +5813,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -5825,7 +5825,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -5837,7 +5837,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -5849,7 +5849,7 @@ adjustment_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. --- @@ -5861,7 +5861,7 @@ batch_size_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. --- @@ -5873,7 +5873,7 @@ grace_period: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. --- @@ -5885,7 +5885,7 @@ scale_max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. --- @@ -5897,7 +5897,7 @@ scale_min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. --- @@ -5909,7 +5909,7 @@ scale_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. --- @@ -5945,7 +5945,7 @@ source_vault: typing.Union[IResolvable, typing.List[ElastigroupAzureV3SecretSour source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} --- @@ -5959,7 +5959,7 @@ vault_certificates: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Secr vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vault_certificates ElastigroupAzureV3#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vault_certificates ElastigroupAzureV3#vault_certificates} --- @@ -5980,8 +5980,8 @@ elastigroupAzureV3.ElastigroupAzureV3SecretSourceVault( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -5993,7 +5993,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -6005,7 +6005,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -6026,8 +6026,8 @@ elastigroupAzureV3.ElastigroupAzureV3SecretVaultCertificates( | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificate_store | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. | -| certificate_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. | +| certificate_store | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. | +| certificate_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. | --- @@ -6039,7 +6039,7 @@ certificate_store: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. --- @@ -6051,7 +6051,7 @@ certificate_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. --- @@ -6074,10 +6074,10 @@ elastigroupAzureV3.ElastigroupAzureV3Security( | **Name** | **Type** | **Description** | | --- | --- | --- | -| confidential_os_disk_encryption | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. | -| secure_boot_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. | -| security_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. | -| vtpm_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. | +| confidential_os_disk_encryption | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. | +| secure_boot_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. | +| security_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. | +| vtpm_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. | --- @@ -6089,7 +6089,7 @@ confidential_os_disk_encryption: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. --- @@ -6101,7 +6101,7 @@ secure_boot_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. --- @@ -6113,7 +6113,7 @@ security_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. --- @@ -6125,7 +6125,7 @@ vtpm_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. --- @@ -6146,8 +6146,8 @@ elastigroupAzureV3.ElastigroupAzureV3Signal( | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -6159,7 +6159,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. --- @@ -6171,7 +6171,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -6192,8 +6192,8 @@ elastigroupAzureV3.ElastigroupAzureV3Tags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -6205,7 +6205,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -6217,7 +6217,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -6239,9 +6239,9 @@ elastigroupAzureV3.ElastigroupAzureV3VmSizes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | -| spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | -| preferred_spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. | +| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | +| spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | +| preferred_spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. | --- @@ -6253,7 +6253,7 @@ od_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -6265,7 +6265,7 @@ spot_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -6277,7 +6277,7 @@ preferred_spot_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. --- @@ -7411,7 +7411,7 @@ def put_capacity_reservation_groups( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. --- @@ -7419,7 +7419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. --- @@ -7427,7 +7427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. --- @@ -8515,7 +8515,7 @@ def put_protected_settings_from_key_vault( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. --- @@ -8523,7 +8523,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. --- @@ -18349,7 +18349,7 @@ def put_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -18357,7 +18357,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. --- @@ -18365,7 +18365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. --- @@ -18373,7 +18373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. --- @@ -18381,7 +18381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -20158,7 +20158,7 @@ def put_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -20166,7 +20166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. --- @@ -20174,7 +20174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. --- @@ -20182,7 +20182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. --- @@ -20190,7 +20190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- diff --git a/docs/elastigroupAzureV3.typescript.md b/docs/elastigroupAzureV3.typescript.md index 19923a85..b1deb56a 100644 --- a/docs/elastigroupAzureV3.typescript.md +++ b/docs/elastigroupAzureV3.typescript.md @@ -4,7 +4,7 @@ ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -985,7 +985,7 @@ The construct id used in the generated config for the ElastigroupAzureV3 to impo The id of the existing ElastigroupAzureV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use --- @@ -2118,9 +2118,9 @@ const elastigroupAzureV3BootDiagnostics: elastigroupAzureV3.ElastigroupAzureV3Bo | **Name** | **Type** | **Description** | | --- | --- | --- | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| storageUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| storageUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. | --- @@ -2132,7 +2132,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -2144,7 +2144,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -2156,7 +2156,7 @@ public readonly storageUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url}. --- @@ -2174,8 +2174,8 @@ const elastigroupAzureV3CapacityReservation: elastigroupAzureV3.ElastigroupAzure | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldUtilize | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. | -| utilizationStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. | +| shouldUtilize | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. | +| utilizationStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. | | capacityReservationGroups | ElastigroupAzureV3CapacityReservationCapacityReservationGroups | capacity_reservation_groups block. | --- @@ -2188,7 +2188,7 @@ public readonly shouldUtilize: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize}. --- @@ -2200,7 +2200,7 @@ public readonly utilizationStrategy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy}. --- @@ -2214,7 +2214,7 @@ public readonly capacityReservationGroups: ElastigroupAzureV3CapacityReservation capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} --- @@ -2232,9 +2232,9 @@ const elastigroupAzureV3CapacityReservationCapacityReservationGroups: elastigrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| crgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. | -| crgResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. | -| crgShouldPrioritize | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. | +| crgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. | +| crgResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. | +| crgShouldPrioritize | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. | --- @@ -2246,7 +2246,7 @@ public readonly crgName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name}. --- @@ -2258,7 +2258,7 @@ public readonly crgResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name}. --- @@ -2270,7 +2270,7 @@ public readonly crgShouldPrioritize: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize}. --- @@ -2295,34 +2295,34 @@ const elastigroupAzureV3Config: elastigroupAzureV3.ElastigroupAzureV3Config = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| fallbackToOnDemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| fallbackToOnDemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | network | ElastigroupAzureV3Network | network block. | -| os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | | vmSizes | ElastigroupAzureV3VmSizes | vm_sizes block. | -| availabilityVsCost | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | +| availabilityVsCost | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. | | bootDiagnostics | cdktf.IResolvable \| ElastigroupAzureV3BootDiagnostics[] | boot_diagnostics block. | | capacityReservation | ElastigroupAzureV3CapacityReservation | capacity_reservation block. | -| customData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| customData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | | dataDisk | cdktf.IResolvable \| ElastigroupAzureV3DataDisk[] | data_disk block. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | | extensions | cdktf.IResolvable \| ElastigroupAzureV3Extensions[] | extensions block. | | health | ElastigroupAzureV3Health | health block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | image | cdktf.IResolvable \| ElastigroupAzureV3Image[] | image block. | | loadBalancer | cdktf.IResolvable \| ElastigroupAzureV3LoadBalancer[] | load_balancer block. | | login | ElastigroupAzureV3Login | login block. | | managedServiceIdentity | cdktf.IResolvable \| ElastigroupAzureV3ManagedServiceIdentity[] | managed_service_identity block. | -| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | -| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | -| onDemandCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. | +| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. | +| onDemandCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. | | osDisk | ElastigroupAzureV3OsDisk | os_disk block. | -| preferredZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | +| preferredZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. | | proximityPlacementGroups | cdktf.IResolvable \| ElastigroupAzureV3ProximityPlacementGroups[] | proximity_placement_groups block. | | revertToSpot | ElastigroupAzureV3RevertToSpot | revert_to_spot block. | | scalingDownPolicy | cdktf.IResolvable \| ElastigroupAzureV3ScalingDownPolicy[] | scaling_down_policy block. | @@ -2330,13 +2330,13 @@ const elastigroupAzureV3Config: elastigroupAzureV3.ElastigroupAzureV3Config = { | schedulingTask | cdktf.IResolvable \| ElastigroupAzureV3SchedulingTask[] | scheduling_task block. | | secret | cdktf.IResolvable \| ElastigroupAzureV3Secret[] | secret block. | | security | ElastigroupAzureV3Security | security block. | -| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | +| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. | | signal | cdktf.IResolvable \| ElastigroupAzureV3Signal[] | signal block. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | cdktf.IResolvable \| ElastigroupAzureV3Tags[] | tags block. | -| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | -| vmNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | -| zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | +| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. | +| vmNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. | +| zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. | --- @@ -2418,7 +2418,7 @@ public readonly fallbackToOnDemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -2430,7 +2430,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2444,7 +2444,7 @@ public readonly network: ElastigroupAzureV3Network; network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -2456,7 +2456,7 @@ public readonly os: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -2468,7 +2468,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -2480,7 +2480,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2494,7 +2494,7 @@ public readonly vmSizes: ElastigroupAzureV3VmSizes; vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} --- @@ -2506,7 +2506,7 @@ public readonly availabilityVsCost: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost}. --- @@ -2520,7 +2520,7 @@ public readonly bootDiagnostics: IResolvable | ElastigroupAzureV3BootDiagnostics boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} --- @@ -2534,7 +2534,7 @@ public readonly capacityReservation: ElastigroupAzureV3CapacityReservation; capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} --- @@ -2546,7 +2546,7 @@ public readonly customData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -2560,7 +2560,7 @@ public readonly dataDisk: IResolvable | ElastigroupAzureV3DataDisk[]; data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} --- @@ -2572,7 +2572,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description}. --- @@ -2584,7 +2584,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -2596,7 +2596,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -2610,7 +2610,7 @@ public readonly extensions: IResolvable | ElastigroupAzureV3Extensions[]; extensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} --- @@ -2624,7 +2624,7 @@ public readonly health: ElastigroupAzureV3Health; health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} --- @@ -2636,7 +2636,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2653,7 +2653,7 @@ public readonly image: IResolvable | ElastigroupAzureV3Image[]; image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -2667,7 +2667,7 @@ public readonly loadBalancer: IResolvable | ElastigroupAzureV3LoadBalancer[]; load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} --- @@ -2681,7 +2681,7 @@ public readonly login: ElastigroupAzureV3Login; login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -2695,7 +2695,7 @@ public readonly managedServiceIdentity: IResolvable | ElastigroupAzureV3ManagedS managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -2707,7 +2707,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -2719,7 +2719,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -2731,7 +2731,7 @@ public readonly onDemandCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -2743,7 +2743,7 @@ public readonly optimizationWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows}. --- @@ -2757,7 +2757,7 @@ public readonly osDisk: ElastigroupAzureV3OsDisk; os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} --- @@ -2769,7 +2769,7 @@ public readonly preferredZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones}. --- @@ -2783,7 +2783,7 @@ public readonly proximityPlacementGroups: IResolvable | ElastigroupAzureV3Proxim proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} --- @@ -2797,7 +2797,7 @@ public readonly revertToSpot: ElastigroupAzureV3RevertToSpot; revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} --- @@ -2811,7 +2811,7 @@ public readonly scalingDownPolicy: IResolvable | ElastigroupAzureV3ScalingDownPo scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} --- @@ -2825,7 +2825,7 @@ public readonly scalingUpPolicy: IResolvable | ElastigroupAzureV3ScalingUpPolicy scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} --- @@ -2839,7 +2839,7 @@ public readonly schedulingTask: IResolvable | ElastigroupAzureV3SchedulingTask[] scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} --- @@ -2853,7 +2853,7 @@ public readonly secret: IResolvable | ElastigroupAzureV3Secret[]; secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} --- @@ -2867,7 +2867,7 @@ public readonly security: ElastigroupAzureV3Security; security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} --- @@ -2879,7 +2879,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script}. --- @@ -2893,7 +2893,7 @@ public readonly signal: IResolvable | ElastigroupAzureV3Signal[]; signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} --- @@ -2905,7 +2905,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -2919,7 +2919,7 @@ public readonly tags: IResolvable | ElastigroupAzureV3Tags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -2931,7 +2931,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data}. --- @@ -2943,7 +2943,7 @@ public readonly vmNamePrefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix}. --- @@ -2955,7 +2955,7 @@ public readonly zones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones}. --- @@ -2973,9 +2973,9 @@ const elastigroupAzureV3DataDisk: elastigroupAzureV3.ElastigroupAzureV3DataDisk | **Name** | **Type** | **Description** | | --- | --- | --- | -| lun | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. | -| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| lun | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. | +| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -2987,7 +2987,7 @@ public readonly lun: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun}. --- @@ -2999,7 +2999,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. --- @@ -3011,7 +3011,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -3029,15 +3029,15 @@ const elastigroupAzureV3Extensions: elastigroupAzureV3.ElastigroupAzureV3Extensi | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. | -| minorVersionAutoUpgrade | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| enableAutomaticUpgrade | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. | -| protectedSettings | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. | +| apiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. | +| minorVersionAutoUpgrade | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| enableAutomaticUpgrade | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. | +| protectedSettings | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. | | protectedSettingsFromKeyVault | ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault | protected_settings_from_key_vault block. | -| publicSettings | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. | +| publicSettings | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. | --- @@ -3049,7 +3049,7 @@ public readonly apiVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version}. --- @@ -3061,7 +3061,7 @@ public readonly minorVersionAutoUpgrade: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade}. --- @@ -3073,7 +3073,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3085,7 +3085,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -3097,7 +3097,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -3109,7 +3109,7 @@ public readonly enableAutomaticUpgrade: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade}. --- @@ -3121,7 +3121,7 @@ public readonly protectedSettings: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings}. --- @@ -3135,7 +3135,7 @@ public readonly protectedSettingsFromKeyVault: ElastigroupAzureV3ExtensionsProte protected_settings_from_key_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings_from_key_vault ElastigroupAzureV3#protected_settings_from_key_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings_from_key_vault ElastigroupAzureV3#protected_settings_from_key_vault} --- @@ -3147,7 +3147,7 @@ public readonly publicSettings: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings}. --- @@ -3165,8 +3165,8 @@ const elastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault: elastigroupAzur | **Name** | **Type** | **Description** | | --- | --- | --- | -| secretUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. | -| sourceVault | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. | +| secretUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. | +| sourceVault | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. | --- @@ -3178,7 +3178,7 @@ public readonly secretUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url}. --- @@ -3190,7 +3190,7 @@ public readonly sourceVault: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault}. --- @@ -3208,10 +3208,10 @@ const elastigroupAzureV3Health: elastigroupAzureV3.ElastigroupAzureV3Health = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHealing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | -| healthCheckTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. | -| unhealthyDuration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. | +| autoHealing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | +| healthCheckTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. | +| unhealthyDuration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. | --- @@ -3223,7 +3223,7 @@ public readonly autoHealing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing}. --- @@ -3235,7 +3235,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. --- @@ -3247,7 +3247,7 @@ public readonly healthCheckTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types}. --- @@ -3259,7 +3259,7 @@ public readonly unhealthyDuration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration}. --- @@ -3293,7 +3293,7 @@ public readonly custom: IResolvable | ElastigroupAzureV3ImageCustom[]; custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -3307,7 +3307,7 @@ public readonly galleryImage: IResolvable | ElastigroupAzureV3ImageGalleryImage[ gallery_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_image ElastigroupAzureV3#gallery_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_image ElastigroupAzureV3#gallery_image} --- @@ -3321,7 +3321,7 @@ public readonly marketplace: IResolvable | ElastigroupAzureV3ImageMarketplace[]; marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -3339,8 +3339,8 @@ const elastigroupAzureV3ImageCustom: elastigroupAzureV3.ElastigroupAzureV3ImageC | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| imageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -3352,7 +3352,7 @@ public readonly imageName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -3364,7 +3364,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3382,11 +3382,11 @@ const elastigroupAzureV3ImageGalleryImage: elastigroupAzureV3.ElastigroupAzureV3 | **Name** | **Type** | **Description** | | --- | --- | --- | -| galleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. | -| imageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | -| spotAccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. | +| galleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. | +| imageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| spotAccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. | --- @@ -3398,7 +3398,7 @@ public readonly galleryName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name}. --- @@ -3410,7 +3410,7 @@ public readonly imageName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -3422,7 +3422,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3434,7 +3434,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -3446,7 +3446,7 @@ public readonly spotAccountId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id}. --- @@ -3464,10 +3464,10 @@ const elastigroupAzureV3ImageMarketplace: elastigroupAzureV3.ElastigroupAzureV3I | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -3479,7 +3479,7 @@ public readonly offer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -3491,7 +3491,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -3503,7 +3503,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -3515,7 +3515,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -3533,11 +3533,11 @@ const elastigroupAzureV3LoadBalancer: elastigroupAzureV3.ElastigroupAzureV3LoadB | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| backendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| backendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | --- @@ -3549,7 +3549,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3561,7 +3561,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3573,7 +3573,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -3585,7 +3585,7 @@ public readonly backendPoolNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names}. --- @@ -3597,7 +3597,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -3615,9 +3615,9 @@ const elastigroupAzureV3Login: elastigroupAzureV3.ElastigroupAzureV3Login = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. | -| password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | -| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | +| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. | +| password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | +| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -3629,7 +3629,7 @@ public readonly userName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -3641,7 +3641,7 @@ public readonly password: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -3653,7 +3653,7 @@ public readonly sshPublicKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -3671,8 +3671,8 @@ const elastigroupAzureV3ManagedServiceIdentity: elastigroupAzureV3.ElastigroupAz | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -3684,7 +3684,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3696,7 +3696,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3715,8 +3715,8 @@ const elastigroupAzureV3Network: elastigroupAzureV3.ElastigroupAzureV3Network = | **Name** | **Type** | **Description** | | --- | --- | --- | | networkInterfaces | cdktf.IResolvable \| ElastigroupAzureV3NetworkNetworkInterfaces[] | network_interfaces block. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| virtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| virtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -3730,7 +3730,7 @@ public readonly networkInterfaces: IResolvable | ElastigroupAzureV3NetworkNetwor network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -3742,7 +3742,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3754,7 +3754,7 @@ public readonly virtualNetworkName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -3772,14 +3772,14 @@ const elastigroupAzureV3NetworkNetworkInterfaces: elastigroupAzureV3.Elastigroup | **Name** | **Type** | **Description** | | --- | --- | --- | -| assignPublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. | -| isPrimary | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. | -| subnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | +| assignPublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. | +| isPrimary | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. | +| subnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | | additionalIpConfigs | cdktf.IResolvable \| ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs[] | additional_ip_configs block. | | applicationSecurityGroup | cdktf.IResolvable \| ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup[] | application_security_group block. | -| enableIpForwarding | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. | -| privateIpAddresses | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. | -| publicIpSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. | +| enableIpForwarding | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. | +| privateIpAddresses | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. | +| publicIpSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. | | securityGroup | cdktf.IResolvable \| ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroup[] | security_group block. | --- @@ -3792,7 +3792,7 @@ public readonly assignPublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -3804,7 +3804,7 @@ public readonly isPrimary: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -3816,7 +3816,7 @@ public readonly subnetName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -3830,7 +3830,7 @@ public readonly additionalIpConfigs: IResolvable | ElastigroupAzureV3NetworkNetw additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -3844,7 +3844,7 @@ public readonly applicationSecurityGroup: IResolvable | ElastigroupAzureV3Networ application_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -3856,7 +3856,7 @@ public readonly enableIpForwarding: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding}. --- @@ -3868,7 +3868,7 @@ public readonly privateIpAddresses: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses}. --- @@ -3880,7 +3880,7 @@ public readonly publicIpSku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku}. --- @@ -3894,7 +3894,7 @@ public readonly securityGroup: IResolvable | ElastigroupAzureV3NetworkNetworkInt security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_group ElastigroupAzureV3#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_group ElastigroupAzureV3#security_group} --- @@ -3912,8 +3912,8 @@ const elastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs: elastigroup | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -3925,7 +3925,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3937,7 +3937,7 @@ public readonly privateIpVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -3955,8 +3955,8 @@ const elastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup: elasti | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -3968,7 +3968,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -3980,7 +3980,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -3998,8 +3998,8 @@ const elastigroupAzureV3NetworkNetworkInterfacesSecurityGroup: elastigroupAzureV | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4011,7 +4011,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4023,7 +4023,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4041,8 +4041,8 @@ const elastigroupAzureV3OsDisk: elastigroupAzureV3.ElastigroupAzureV3OsDisk = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. | --- @@ -4054,7 +4054,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4066,7 +4066,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb}. --- @@ -4084,8 +4084,8 @@ const elastigroupAzureV3ProximityPlacementGroups: elastigroupAzureV3.Elastigroup | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -4097,7 +4097,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4109,7 +4109,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -4127,7 +4127,7 @@ const elastigroupAzureV3RevertToSpot: elastigroupAzureV3.ElastigroupAzureV3Rever | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. | +| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. | --- @@ -4139,7 +4139,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at}. --- @@ -4158,19 +4158,19 @@ const elastigroupAzureV3ScalingDownPolicy: elastigroupAzureV3.ElastigroupAzureV3 | **Name** | **Type** | **Description** | | --- | --- | --- | | action | ElastigroupAzureV3ScalingDownPolicyAction | action block. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | | dimensions | cdktf.IResolvable \| ElastigroupAzureV3ScalingDownPolicyDimensions[] | dimensions block. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | --- @@ -4184,7 +4184,7 @@ public readonly action: ElastigroupAzureV3ScalingDownPolicyAction; action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} --- @@ -4196,7 +4196,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. --- @@ -4208,7 +4208,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. --- @@ -4220,7 +4220,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. --- @@ -4232,7 +4232,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. --- @@ -4244,7 +4244,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. --- @@ -4256,7 +4256,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. --- @@ -4268,7 +4268,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. --- @@ -4280,7 +4280,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. --- @@ -4292,7 +4292,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. --- @@ -4306,7 +4306,7 @@ public readonly dimensions: IResolvable | ElastigroupAzureV3ScalingDownPolicyDim dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} --- @@ -4318,7 +4318,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -4330,7 +4330,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. --- @@ -4342,7 +4342,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. --- @@ -4360,11 +4360,11 @@ const elastigroupAzureV3ScalingDownPolicyAction: elastigroupAzureV3.ElastigroupA | **Name** | **Type** | **Description** | | --- | --- | --- | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | -| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | +| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -4376,7 +4376,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -4388,7 +4388,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. --- @@ -4400,7 +4400,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. --- @@ -4412,7 +4412,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. --- @@ -4424,7 +4424,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4442,8 +4442,8 @@ const elastigroupAzureV3ScalingDownPolicyDimensions: elastigroupAzureV3.Elastigr | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -4455,7 +4455,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4467,7 +4467,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -4486,19 +4486,19 @@ const elastigroupAzureV3ScalingUpPolicy: elastigroupAzureV3.ElastigroupAzureV3Sc | **Name** | **Type** | **Description** | | --- | --- | --- | | action | ElastigroupAzureV3ScalingUpPolicyAction | action block. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. | | dimensions | cdktf.IResolvable \| ElastigroupAzureV3ScalingUpPolicyDimensions[] | dimensions block. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. | --- @@ -4512,7 +4512,7 @@ public readonly action: ElastigroupAzureV3ScalingUpPolicyAction; action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} --- @@ -4524,7 +4524,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown}. --- @@ -4536,7 +4536,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods}. --- @@ -4548,7 +4548,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name}. --- @@ -4560,7 +4560,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace}. --- @@ -4572,7 +4572,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator}. --- @@ -4584,7 +4584,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period}. --- @@ -4596,7 +4596,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name}. --- @@ -4608,7 +4608,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic}. --- @@ -4620,7 +4620,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold}. --- @@ -4634,7 +4634,7 @@ public readonly dimensions: IResolvable | ElastigroupAzureV3ScalingUpPolicyDimen dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} --- @@ -4646,7 +4646,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -4658,7 +4658,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source}. --- @@ -4670,7 +4670,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit}. --- @@ -4688,11 +4688,11 @@ const elastigroupAzureV3ScalingUpPolicyAction: elastigroupAzureV3.ElastigroupAzu | **Name** | **Type** | **Description** | | --- | --- | --- | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | -| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. | +| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -4704,7 +4704,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -4716,7 +4716,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum}. --- @@ -4728,7 +4728,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum}. --- @@ -4740,7 +4740,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target}. --- @@ -4752,7 +4752,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4770,8 +4770,8 @@ const elastigroupAzureV3ScalingUpPolicyDimensions: elastigroupAzureV3.Elastigrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -4783,7 +4783,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -4795,7 +4795,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -4813,16 +4813,16 @@ const elastigroupAzureV3SchedulingTask: elastigroupAzureV3.ElastigroupAzureV3Sch | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | -| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. | -| batchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. | -| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | -| scaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. | -| scaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. | -| scaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. | +| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. | +| batchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. | +| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. | +| scaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. | +| scaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. | +| scaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. | --- @@ -4834,7 +4834,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression}. --- @@ -4846,7 +4846,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled}. --- @@ -4858,7 +4858,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -4870,7 +4870,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment}. --- @@ -4882,7 +4882,7 @@ public readonly adjustmentPercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage}. --- @@ -4894,7 +4894,7 @@ public readonly batchSizePercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage}. --- @@ -4906,7 +4906,7 @@ public readonly gracePeriod: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period}. --- @@ -4918,7 +4918,7 @@ public readonly scaleMaxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity}. --- @@ -4930,7 +4930,7 @@ public readonly scaleMinCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity}. --- @@ -4942,7 +4942,7 @@ public readonly scaleTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity}. --- @@ -4975,7 +4975,7 @@ public readonly sourceVault: IResolvable | ElastigroupAzureV3SecretSourceVault[] source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} --- @@ -4989,7 +4989,7 @@ public readonly vaultCertificates: IResolvable | ElastigroupAzureV3SecretVaultCe vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vault_certificates ElastigroupAzureV3#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vault_certificates ElastigroupAzureV3#vault_certificates} --- @@ -5007,8 +5007,8 @@ const elastigroupAzureV3SecretSourceVault: elastigroupAzureV3.ElastigroupAzureV3 | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -5020,7 +5020,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -5032,7 +5032,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -5050,8 +5050,8 @@ const elastigroupAzureV3SecretVaultCertificates: elastigroupAzureV3.ElastigroupA | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificateStore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. | -| certificateUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. | +| certificateStore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. | +| certificateUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. | --- @@ -5063,7 +5063,7 @@ public readonly certificateStore: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store}. --- @@ -5075,7 +5075,7 @@ public readonly certificateUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url}. --- @@ -5093,10 +5093,10 @@ const elastigroupAzureV3Security: elastigroupAzureV3.ElastigroupAzureV3Security | **Name** | **Type** | **Description** | | --- | --- | --- | -| confidentialOsDiskEncryption | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. | -| secureBootEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. | -| securityType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. | -| vtpmEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. | +| confidentialOsDiskEncryption | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. | +| secureBootEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. | +| securityType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. | +| vtpmEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. | --- @@ -5108,7 +5108,7 @@ public readonly confidentialOsDiskEncryption: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption}. --- @@ -5120,7 +5120,7 @@ public readonly secureBootEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled}. --- @@ -5132,7 +5132,7 @@ public readonly securityType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type}. --- @@ -5144,7 +5144,7 @@ public readonly vtpmEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled}. --- @@ -5162,8 +5162,8 @@ const elastigroupAzureV3Signal: elastigroupAzureV3.ElastigroupAzureV3Signal = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. | --- @@ -5175,7 +5175,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout}. --- @@ -5187,7 +5187,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type}. --- @@ -5205,8 +5205,8 @@ const elastigroupAzureV3Tags: elastigroupAzureV3.ElastigroupAzureV3Tags = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -5218,7 +5218,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -5230,7 +5230,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -5248,9 +5248,9 @@ const elastigroupAzureV3VmSizes: elastigroupAzureV3.ElastigroupAzureV3VmSizes = | **Name** | **Type** | **Description** | | --- | --- | --- | -| odSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | -| spotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | -| preferredSpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. | +| odSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | +| spotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | +| preferredSpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. | --- @@ -5262,7 +5262,7 @@ public readonly odSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -5274,7 +5274,7 @@ public readonly spotSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -5286,7 +5286,7 @@ public readonly preferredSpotSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes}. --- diff --git a/docs/elastigroupGcp.csharp.md b/docs/elastigroupGcp.csharp.md index 20c84ca3..2f031b98 100644 --- a/docs/elastigroupGcp.csharp.md +++ b/docs/elastigroupGcp.csharp.md @@ -4,7 +4,7 @@ ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -908,7 +908,7 @@ The construct id used in the generated config for the ElastigroupGcp to import. The id of the existing ElastigroupGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use --- @@ -1980,10 +1980,10 @@ new ElastigroupGcpBackendServices { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. | -| LocationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. | +| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. | +| LocationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. | | NamedPorts | object | named_ports block. | -| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -1995,7 +1995,7 @@ public string ServiceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -2007,7 +2007,7 @@ public string LocationType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -2021,7 +2021,7 @@ public object NamedPorts { get; set; } named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -2033,7 +2033,7 @@ public string Scheme { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -2054,8 +2054,8 @@ new ElastigroupGcpBackendServicesNamedPorts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -2067,7 +2067,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2079,7 +2079,7 @@ public string[] Ports { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -2151,45 +2151,45 @@ new ElastigroupGcpConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | -| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | +| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | | BackendServices | object | backend_services block. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | | Disk | object | disk block. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | -| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | +| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | | Gpu | object | gpu block. | -| HealthCheckGracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | -| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| InstanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | +| HealthCheckGracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | +| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | +| InstanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | | InstanceTypesCustom | object | instance_types_custom block. | -| InstanceTypesOndemand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | -| InstanceTypesPreemptible | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | +| InstanceTypesOndemand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | +| InstanceTypesPreemptible | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | | IntegrationDockerSwarm | ElastigroupGcpIntegrationDockerSwarm | integration_docker_swarm block. | | IntegrationGke | ElastigroupGcpIntegrationGke | integration_gke block. | -| IpForwarding | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | +| IpForwarding | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | | Labels | object | labels block. | -| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | | Metadata | object | metadata block. | -| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | +| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | | NetworkInterface | object | network_interface block. | -| OndemandCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | -| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | -| ProvisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | +| OndemandCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | +| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | +| ProvisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | RevertToPreemptible | object | revert_to_preemptible block. | | ScalingDownPolicy | object | scaling_down_policy block. | | ScalingUpPolicy | object | scaling_up_policy block. | | ScheduledTask | object | scheduled_task block. | -| ServiceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | -| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | -| StartupScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | +| ServiceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | +| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | +| StartupScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | | Subnets | object | subnets block. | -| Tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| UnhealthyDuration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | +| Tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | +| UnhealthyDuration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2271,7 +2271,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2283,7 +2283,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2295,7 +2295,7 @@ public object AutoHealing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2307,7 +2307,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2321,7 +2321,7 @@ public object BackendServices { get; set; } backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2333,7 +2333,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2347,7 +2347,7 @@ public object Disk { get; set; } disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2359,7 +2359,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2371,7 +2371,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2385,7 +2385,7 @@ public object Gpu { get; set; } gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2397,7 +2397,7 @@ public double HealthCheckGracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2409,7 +2409,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2421,7 +2421,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2436,7 +2436,7 @@ public string InstanceNamePrefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2450,7 +2450,7 @@ public object InstanceTypesCustom { get; set; } instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -2462,7 +2462,7 @@ public string InstanceTypesOndemand { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -2474,7 +2474,7 @@ public string[] InstanceTypesPreemptible { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -2488,7 +2488,7 @@ public ElastigroupGcpIntegrationDockerSwarm IntegrationDockerSwarm { get; set; } integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -2502,7 +2502,7 @@ public ElastigroupGcpIntegrationGke IntegrationGke { get; set; } integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -2514,7 +2514,7 @@ public object IpForwarding { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -2528,7 +2528,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -2540,7 +2540,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -2554,7 +2554,7 @@ public object Metadata { get; set; } metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -2566,7 +2566,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -2580,7 +2580,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -2592,7 +2592,7 @@ public double OndemandCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -2604,7 +2604,7 @@ public string[] OptimizationWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. --- @@ -2616,7 +2616,7 @@ public double PreemptiblePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -2628,7 +2628,7 @@ public string ProvisioningModel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -2642,7 +2642,7 @@ public object RevertToPreemptible { get; set; } revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} --- @@ -2656,7 +2656,7 @@ public object ScalingDownPolicy { get; set; } scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -2670,7 +2670,7 @@ public object ScalingUpPolicy { get; set; } scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -2684,7 +2684,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -2696,7 +2696,7 @@ public string ServiceAccount { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -2708,7 +2708,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -2720,7 +2720,7 @@ public string StartupScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -2734,7 +2734,7 @@ public object Subnets { get; set; } subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -2746,7 +2746,7 @@ public string[] Tags { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -2758,7 +2758,7 @@ public double UnhealthyDuration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -2785,14 +2785,14 @@ new ElastigroupGcpDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. | -| Boot | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. | +| AutoDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. | +| Boot | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. | | InitializeParams | object | initialize_params block. | -| Interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| Mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | +| Mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2804,7 +2804,7 @@ public object AutoDelete { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -2816,7 +2816,7 @@ public object Boot { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -2828,7 +2828,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -2842,7 +2842,7 @@ public object InitializeParams { get; set; } initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -2854,7 +2854,7 @@ public string Interface { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -2866,7 +2866,7 @@ public string Mode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -2878,7 +2878,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -2890,7 +2890,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2912,9 +2912,9 @@ new ElastigroupGcpDiskInitializeParams { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. | -| DiskSizeGb | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. | -| DiskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | +| SourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. | +| DiskSizeGb | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. | +| DiskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -2926,7 +2926,7 @@ public string SourceImage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -2938,7 +2938,7 @@ public string DiskSizeGb { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -2950,7 +2950,7 @@ public string DiskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -2971,8 +2971,8 @@ new ElastigroupGcpGpu { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2984,7 +2984,7 @@ public double Count { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -2996,7 +2996,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3017,8 +3017,8 @@ new ElastigroupGcpInstanceTypesCustom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. | -| Vcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | +| MemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. | +| Vcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -3030,7 +3030,7 @@ public double MemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -3042,7 +3042,7 @@ public double Vcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -3063,8 +3063,8 @@ new ElastigroupGcpIntegrationDockerSwarm { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. | -| MasterPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | +| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. | +| MasterPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -3076,7 +3076,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -3088,7 +3088,7 @@ public double MasterPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -3116,15 +3116,15 @@ new ElastigroupGcpIntegrationGke { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. | +| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. | | AutoscaleDown | ElastigroupGcpIntegrationGkeAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | ElastigroupGcpIntegrationGkeAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. | -| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. | +| AutoscaleIsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. | +| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. | | AutoscaleLabels | object | autoscale_labels block. | -| AutoUpdate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. | -| ClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | -| Location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | +| AutoUpdate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. | +| ClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | +| Location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -3136,7 +3136,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -3150,7 +3150,7 @@ public ElastigroupGcpIntegrationGkeAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -3164,7 +3164,7 @@ public ElastigroupGcpIntegrationGkeAutoscaleHeadroom AutoscaleHeadroom { get; se autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -3176,7 +3176,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -3188,7 +3188,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -3202,7 +3202,7 @@ public object AutoscaleLabels { get; set; } autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -3214,7 +3214,7 @@ public object AutoUpdate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -3226,7 +3226,7 @@ public string ClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -3238,7 +3238,7 @@ public string Location { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -3258,7 +3258,7 @@ new ElastigroupGcpIntegrationGkeAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3270,7 +3270,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3292,9 +3292,9 @@ new ElastigroupGcpIntegrationGkeAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3306,7 +3306,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3318,7 +3318,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3330,7 +3330,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3351,8 +3351,8 @@ new ElastigroupGcpIntegrationGkeAutoscaleLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3364,7 +3364,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3376,7 +3376,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3397,8 +3397,8 @@ new ElastigroupGcpLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3410,7 +3410,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3422,7 +3422,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3443,8 +3443,8 @@ new ElastigroupGcpMetadata { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3456,7 +3456,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3468,7 +3468,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3490,7 +3490,7 @@ new ElastigroupGcpNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | | AccessConfigs | object | access_configs block. | | AliasIpRanges | object | alias_ip_ranges block. | @@ -3504,7 +3504,7 @@ public string Network { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -3518,7 +3518,7 @@ public object AccessConfigs { get; set; } access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -3532,7 +3532,7 @@ public object AliasIpRanges { get; set; } alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -3553,8 +3553,8 @@ new ElastigroupGcpNetworkInterfaceAccessConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3566,7 +3566,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3578,7 +3578,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3599,8 +3599,8 @@ new ElastigroupGcpNetworkInterfaceAliasIpRanges { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. | -| SubnetworkRangeName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | +| IpCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. | +| SubnetworkRangeName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -3612,7 +3612,7 @@ public string IpCidrRange { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -3624,7 +3624,7 @@ public string SubnetworkRangeName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -3644,7 +3644,7 @@ new ElastigroupGcpRevertToPreemptible { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. | +| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. | --- @@ -3656,7 +3656,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. --- @@ -3689,20 +3689,20 @@ new ElastigroupGcpScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| Adjustment | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | +| Adjustment | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | | Dimensions | object | dimensions block. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3714,7 +3714,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3726,7 +3726,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3738,7 +3738,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3750,7 +3750,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3762,7 +3762,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3774,7 +3774,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3786,7 +3786,7 @@ public double Adjustment { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3798,7 +3798,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3812,7 +3812,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3824,7 +3824,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3836,7 +3836,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3848,7 +3848,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3860,7 +3860,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3872,7 +3872,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -3893,8 +3893,8 @@ new ElastigroupGcpScalingDownPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3906,7 +3906,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3918,7 +3918,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3951,20 +3951,20 @@ new ElastigroupGcpScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| Adjustment | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | +| Adjustment | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | | Dimensions | object | dimensions block. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3976,7 +3976,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3988,7 +3988,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -4000,7 +4000,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -4012,7 +4012,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -4024,7 +4024,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -4036,7 +4036,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -4048,7 +4048,7 @@ public double Adjustment { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4060,7 +4060,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4074,7 +4074,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4086,7 +4086,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4098,7 +4098,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4110,7 +4110,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4122,7 +4122,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4134,7 +4134,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4155,8 +4155,8 @@ new ElastigroupGcpScalingUpPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4168,7 +4168,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4180,7 +4180,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4205,12 +4205,12 @@ new ElastigroupGcpScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. | -| MaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. | -| MinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. | -| TargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. | +| MaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. | +| MinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. | +| TargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -4222,7 +4222,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -4234,7 +4234,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -4246,7 +4246,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -4258,7 +4258,7 @@ public string MaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -4270,7 +4270,7 @@ public string MinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -4282,7 +4282,7 @@ public string TargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4303,8 +4303,8 @@ new ElastigroupGcpSubnets { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | -| SubnetNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | +| SubnetNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4316,7 +4316,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4328,7 +4328,7 @@ public string[] SubnetNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- diff --git a/docs/elastigroupGcp.go.md b/docs/elastigroupGcp.go.md index 548f3faf..2b46e42a 100644 --- a/docs/elastigroupGcp.go.md +++ b/docs/elastigroupGcp.go.md @@ -4,7 +4,7 @@ ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -908,7 +908,7 @@ The construct id used in the generated config for the ElastigroupGcp to import. The id of the existing ElastigroupGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use --- @@ -1980,10 +1980,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. | -| LocationType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. | +| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. | +| LocationType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. | | NamedPorts | interface{} | named_ports block. | -| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -1995,7 +1995,7 @@ ServiceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -2007,7 +2007,7 @@ LocationType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -2021,7 +2021,7 @@ NamedPorts interface{} named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -2033,7 +2033,7 @@ Scheme *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -2054,8 +2054,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -2067,7 +2067,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2079,7 +2079,7 @@ Ports *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -2151,45 +2151,45 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | -| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | +| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | | BackendServices | interface{} | backend_services block. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | | Disk | interface{} | disk block. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | +| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | | Gpu | interface{} | gpu block. | -| HealthCheckGracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | -| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| InstanceNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | +| HealthCheckGracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | +| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | +| InstanceNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | | InstanceTypesCustom | interface{} | instance_types_custom block. | -| InstanceTypesOndemand | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | -| InstanceTypesPreemptible | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | +| InstanceTypesOndemand | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | +| InstanceTypesPreemptible | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | | IntegrationDockerSwarm | ElastigroupGcpIntegrationDockerSwarm | integration_docker_swarm block. | | IntegrationGke | ElastigroupGcpIntegrationGke | integration_gke block. | -| IpForwarding | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | +| IpForwarding | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | | Labels | interface{} | labels block. | -| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | | Metadata | interface{} | metadata block. | -| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | +| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | | NetworkInterface | interface{} | network_interface block. | -| OndemandCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | -| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | -| ProvisioningModel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | +| OndemandCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | +| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | +| ProvisioningModel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | RevertToPreemptible | interface{} | revert_to_preemptible block. | | ScalingDownPolicy | interface{} | scaling_down_policy block. | | ScalingUpPolicy | interface{} | scaling_up_policy block. | | ScheduledTask | interface{} | scheduled_task block. | -| ServiceAccount | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | -| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | -| StartupScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | +| ServiceAccount | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | +| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | +| StartupScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | | Subnets | interface{} | subnets block. | -| Tags | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| UnhealthyDuration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | +| Tags | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | +| UnhealthyDuration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2271,7 +2271,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2283,7 +2283,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2295,7 +2295,7 @@ AutoHealing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2307,7 +2307,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2321,7 +2321,7 @@ BackendServices interface{} backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2333,7 +2333,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2347,7 +2347,7 @@ Disk interface{} disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2359,7 +2359,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2371,7 +2371,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2385,7 +2385,7 @@ Gpu interface{} gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2397,7 +2397,7 @@ HealthCheckGracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2409,7 +2409,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2421,7 +2421,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2436,7 +2436,7 @@ InstanceNamePrefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2450,7 +2450,7 @@ InstanceTypesCustom interface{} instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -2462,7 +2462,7 @@ InstanceTypesOndemand *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -2474,7 +2474,7 @@ InstanceTypesPreemptible *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -2488,7 +2488,7 @@ IntegrationDockerSwarm ElastigroupGcpIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -2502,7 +2502,7 @@ IntegrationGke ElastigroupGcpIntegrationGke integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -2514,7 +2514,7 @@ IpForwarding interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -2528,7 +2528,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -2540,7 +2540,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -2554,7 +2554,7 @@ Metadata interface{} metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -2566,7 +2566,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -2580,7 +2580,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -2592,7 +2592,7 @@ OndemandCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -2604,7 +2604,7 @@ OptimizationWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. --- @@ -2616,7 +2616,7 @@ PreemptiblePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -2628,7 +2628,7 @@ ProvisioningModel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -2642,7 +2642,7 @@ RevertToPreemptible interface{} revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} --- @@ -2656,7 +2656,7 @@ ScalingDownPolicy interface{} scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -2670,7 +2670,7 @@ ScalingUpPolicy interface{} scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -2684,7 +2684,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -2696,7 +2696,7 @@ ServiceAccount *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -2708,7 +2708,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -2720,7 +2720,7 @@ StartupScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -2734,7 +2734,7 @@ Subnets interface{} subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -2746,7 +2746,7 @@ Tags *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -2758,7 +2758,7 @@ UnhealthyDuration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -2785,14 +2785,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. | -| Boot | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. | +| AutoDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. | +| Boot | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. | | InitializeParams | interface{} | initialize_params block. | -| Interface | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| Mode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Interface | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | +| Mode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2804,7 +2804,7 @@ AutoDelete interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -2816,7 +2816,7 @@ Boot interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -2828,7 +2828,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -2842,7 +2842,7 @@ InitializeParams interface{} initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -2854,7 +2854,7 @@ Interface *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -2866,7 +2866,7 @@ Mode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -2878,7 +2878,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -2890,7 +2890,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2912,9 +2912,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SourceImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. | -| DiskSizeGb | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. | -| DiskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | +| SourceImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. | +| DiskSizeGb | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. | +| DiskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -2926,7 +2926,7 @@ SourceImage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -2938,7 +2938,7 @@ DiskSizeGb *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -2950,7 +2950,7 @@ DiskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -2971,8 +2971,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2984,7 +2984,7 @@ Count *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -2996,7 +2996,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3017,8 +3017,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. | -| Vcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | +| MemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. | +| Vcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -3030,7 +3030,7 @@ MemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -3042,7 +3042,7 @@ Vcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -3063,8 +3063,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. | -| MasterPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | +| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. | +| MasterPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -3076,7 +3076,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -3088,7 +3088,7 @@ MasterPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -3116,15 +3116,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. | +| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. | | AutoscaleDown | ElastigroupGcpIntegrationGkeAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | ElastigroupGcpIntegrationGkeAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. | -| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. | +| AutoscaleIsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. | +| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. | | AutoscaleLabels | interface{} | autoscale_labels block. | -| AutoUpdate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. | -| ClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | -| Location | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | +| AutoUpdate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. | +| ClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | +| Location | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -3136,7 +3136,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -3150,7 +3150,7 @@ AutoscaleDown ElastigroupGcpIntegrationGkeAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -3164,7 +3164,7 @@ AutoscaleHeadroom ElastigroupGcpIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -3176,7 +3176,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -3188,7 +3188,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -3202,7 +3202,7 @@ AutoscaleLabels interface{} autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -3214,7 +3214,7 @@ AutoUpdate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -3226,7 +3226,7 @@ ClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -3238,7 +3238,7 @@ Location *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -3258,7 +3258,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3270,7 +3270,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3292,9 +3292,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3306,7 +3306,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3318,7 +3318,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3330,7 +3330,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3351,8 +3351,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3364,7 +3364,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3376,7 +3376,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3397,8 +3397,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3410,7 +3410,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3422,7 +3422,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3443,8 +3443,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3456,7 +3456,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3468,7 +3468,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3490,7 +3490,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | | AccessConfigs | interface{} | access_configs block. | | AliasIpRanges | interface{} | alias_ip_ranges block. | @@ -3504,7 +3504,7 @@ Network *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -3518,7 +3518,7 @@ AccessConfigs interface{} access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -3532,7 +3532,7 @@ AliasIpRanges interface{} alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -3553,8 +3553,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3566,7 +3566,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3578,7 +3578,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3599,8 +3599,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. | -| SubnetworkRangeName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | +| IpCidrRange | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. | +| SubnetworkRangeName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -3612,7 +3612,7 @@ IpCidrRange *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -3624,7 +3624,7 @@ SubnetworkRangeName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -3644,7 +3644,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. | +| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. | --- @@ -3656,7 +3656,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. --- @@ -3689,20 +3689,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| Adjustment | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | +| Adjustment | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | | Dimensions | interface{} | dimensions block. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3714,7 +3714,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3726,7 +3726,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3738,7 +3738,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3750,7 +3750,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3762,7 +3762,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3774,7 +3774,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3786,7 +3786,7 @@ Adjustment *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3798,7 +3798,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3812,7 +3812,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3824,7 +3824,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3836,7 +3836,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3848,7 +3848,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3860,7 +3860,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3872,7 +3872,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -3893,8 +3893,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3906,7 +3906,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3918,7 +3918,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3951,20 +3951,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| Adjustment | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | +| Adjustment | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | | Dimensions | interface{} | dimensions block. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3976,7 +3976,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3988,7 +3988,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -4000,7 +4000,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -4012,7 +4012,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -4024,7 +4024,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -4036,7 +4036,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -4048,7 +4048,7 @@ Adjustment *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4060,7 +4060,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4074,7 +4074,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4086,7 +4086,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4098,7 +4098,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4110,7 +4110,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4122,7 +4122,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4134,7 +4134,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4155,8 +4155,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4168,7 +4168,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4180,7 +4180,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4205,12 +4205,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. | -| MaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. | -| MinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. | -| TargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. | +| MaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. | +| MinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. | +| TargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -4222,7 +4222,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -4234,7 +4234,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -4246,7 +4246,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -4258,7 +4258,7 @@ MaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -4270,7 +4270,7 @@ MinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -4282,7 +4282,7 @@ TargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4303,8 +4303,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | -| SubnetNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | +| SubnetNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4316,7 +4316,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4328,7 +4328,7 @@ SubnetNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- diff --git a/docs/elastigroupGcp.java.md b/docs/elastigroupGcp.java.md index a907bc50..2ca0e45c 100644 --- a/docs/elastigroupGcp.java.md +++ b/docs/elastigroupGcp.java.md @@ -4,7 +4,7 @@ ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -91,45 +91,45 @@ ElastigroupGcp.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | -| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | +| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | | backendServices | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpBackendServices> | backend_services block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | | disk | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpDisk> | disk block. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | | gpu | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpGpu> | gpu block. | -| healthCheckGracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | -| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| instanceNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | +| healthCheckGracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | +| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | +| instanceNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | | instanceTypesCustom | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpInstanceTypesCustom> | instance_types_custom block. | -| instanceTypesOndemand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | -| instanceTypesPreemptible | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | +| instanceTypesOndemand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | +| instanceTypesPreemptible | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | | integrationDockerSwarm | ElastigroupGcpIntegrationDockerSwarm | integration_docker_swarm block. | | integrationGke | ElastigroupGcpIntegrationGke | integration_gke block. | -| ipForwarding | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | +| ipForwarding | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | | labels | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpLabels> | labels block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | | metadata | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpMetadata> | metadata block. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | | networkInterface | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpNetworkInterface> | network_interface block. | -| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | -| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | -| provisioningModel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | +| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | +| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | +| provisioningModel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | revertToPreemptible | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpRevertToPreemptible> | revert_to_preemptible block. | | scalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpScalingDownPolicy> | scaling_down_policy block. | | scalingUpPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpScalingUpPolicy> | scaling_up_policy block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpScheduledTask> | scheduled_task block. | -| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | -| startupScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | +| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | +| startupScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | | subnets | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpSubnets> | subnets block. | -| tags | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | +| tags | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | +| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -197,7 +197,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -310,7 +310,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -320,7 +320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -328,7 +328,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -336,7 +336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -346,7 +346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -356,7 +356,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -364,7 +364,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -374,7 +374,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -382,7 +382,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -392,7 +392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -400,7 +400,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -410,7 +410,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -418,7 +418,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -426,7 +426,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. --- @@ -434,7 +434,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -442,7 +442,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -452,7 +452,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} --- @@ -462,7 +462,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -472,7 +472,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -482,7 +482,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -490,7 +490,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -498,7 +498,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -506,7 +506,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -516,7 +516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -524,7 +524,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -532,7 +532,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -1400,7 +1400,7 @@ The construct id used in the generated config for the ElastigroupGcp to import. The id of the existing ElastigroupGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use --- @@ -2473,10 +2473,10 @@ ElastigroupGcpBackendServices.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. | -| locationType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. | +| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. | +| locationType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. | | namedPorts | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpBackendServicesNamedPorts> | named_ports block. | -| scheme | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| scheme | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -2488,7 +2488,7 @@ public java.lang.String getServiceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -2500,7 +2500,7 @@ public java.lang.String getLocationType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -2514,7 +2514,7 @@ public java.lang.Object getNamedPorts(); named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -2526,7 +2526,7 @@ public java.lang.String getScheme(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -2547,8 +2547,8 @@ ElastigroupGcpBackendServicesNamedPorts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| ports | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| ports | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -2560,7 +2560,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2572,7 +2572,7 @@ public java.util.List getPorts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -2663,45 +2663,45 @@ ElastigroupGcpConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | -| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | +| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | | backendServices | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpBackendServices> | backend_services block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | | disk | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpDisk> | disk block. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | | gpu | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpGpu> | gpu block. | -| healthCheckGracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | -| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| instanceNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | +| healthCheckGracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | +| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | +| instanceNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | | instanceTypesCustom | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpInstanceTypesCustom> | instance_types_custom block. | -| instanceTypesOndemand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | -| instanceTypesPreemptible | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | +| instanceTypesOndemand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | +| instanceTypesPreemptible | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | | integrationDockerSwarm | ElastigroupGcpIntegrationDockerSwarm | integration_docker_swarm block. | | integrationGke | ElastigroupGcpIntegrationGke | integration_gke block. | -| ipForwarding | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | +| ipForwarding | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | | labels | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpLabels> | labels block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | | metadata | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpMetadata> | metadata block. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | | networkInterface | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpNetworkInterface> | network_interface block. | -| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | -| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | -| provisioningModel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | +| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | +| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | +| provisioningModel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | revertToPreemptible | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpRevertToPreemptible> | revert_to_preemptible block. | | scalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpScalingDownPolicy> | scaling_down_policy block. | | scalingUpPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpScalingUpPolicy> | scaling_up_policy block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpScheduledTask> | scheduled_task block. | -| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | -| startupScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | +| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | +| startupScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | | subnets | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpSubnets> | subnets block. | -| tags | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | +| tags | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | +| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2783,7 +2783,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2795,7 +2795,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2807,7 +2807,7 @@ public java.lang.Object getAutoHealing(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2819,7 +2819,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2833,7 +2833,7 @@ public java.lang.Object getBackendServices(); backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2845,7 +2845,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2859,7 +2859,7 @@ public java.lang.Object getDisk(); disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2871,7 +2871,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2883,7 +2883,7 @@ public java.lang.Object getFallbackToOndemand(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2897,7 +2897,7 @@ public java.lang.Object getGpu(); gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2909,7 +2909,7 @@ public java.lang.Number getHealthCheckGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2921,7 +2921,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2933,7 +2933,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2948,7 +2948,7 @@ public java.lang.String getInstanceNamePrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2962,7 +2962,7 @@ public java.lang.Object getInstanceTypesCustom(); instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -2974,7 +2974,7 @@ public java.lang.String getInstanceTypesOndemand(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -2986,7 +2986,7 @@ public java.util.List getInstanceTypesPreemptible(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -3000,7 +3000,7 @@ public ElastigroupGcpIntegrationDockerSwarm getIntegrationDockerSwarm(); integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -3014,7 +3014,7 @@ public ElastigroupGcpIntegrationGke getIntegrationGke(); integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -3026,7 +3026,7 @@ public java.lang.Object getIpForwarding(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -3040,7 +3040,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -3052,7 +3052,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -3066,7 +3066,7 @@ public java.lang.Object getMetadata(); metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -3078,7 +3078,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -3092,7 +3092,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -3104,7 +3104,7 @@ public java.lang.Number getOndemandCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -3116,7 +3116,7 @@ public java.util.List getOptimizationWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. --- @@ -3128,7 +3128,7 @@ public java.lang.Number getPreemptiblePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -3140,7 +3140,7 @@ public java.lang.String getProvisioningModel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -3154,7 +3154,7 @@ public java.lang.Object getRevertToPreemptible(); revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} --- @@ -3168,7 +3168,7 @@ public java.lang.Object getScalingDownPolicy(); scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -3182,7 +3182,7 @@ public java.lang.Object getScalingUpPolicy(); scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -3196,7 +3196,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -3208,7 +3208,7 @@ public java.lang.String getServiceAccount(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -3220,7 +3220,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -3232,7 +3232,7 @@ public java.lang.String getStartupScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -3246,7 +3246,7 @@ public java.lang.Object getSubnets(); subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -3258,7 +3258,7 @@ public java.util.List getTags(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -3270,7 +3270,7 @@ public java.lang.Number getUnhealthyDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -3300,14 +3300,14 @@ ElastigroupGcpDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoDelete | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. | -| boot | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. | +| autoDelete | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. | +| boot | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | +| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. | | initializeParams | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpDiskInitializeParams> | initialize_params block. | -| interface | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| mode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| interface | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | +| mode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3319,7 +3319,7 @@ public java.lang.Object getAutoDelete(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -3331,7 +3331,7 @@ public java.lang.Object getBoot(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -3343,7 +3343,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -3357,7 +3357,7 @@ public java.lang.Object getInitializeParams(); initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -3369,7 +3369,7 @@ public java.lang.String getInterface(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -3381,7 +3381,7 @@ public java.lang.String getMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -3393,7 +3393,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3405,7 +3405,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3427,9 +3427,9 @@ ElastigroupGcpDiskInitializeParams.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sourceImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. | -| diskSizeGb | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. | -| diskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | +| sourceImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. | +| diskSizeGb | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. | +| diskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -3441,7 +3441,7 @@ public java.lang.String getSourceImage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -3453,7 +3453,7 @@ public java.lang.String getDiskSizeGb(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -3465,7 +3465,7 @@ public java.lang.String getDiskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -3486,8 +3486,8 @@ ElastigroupGcpGpu.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3499,7 +3499,7 @@ public java.lang.Number getCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -3511,7 +3511,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3532,8 +3532,8 @@ ElastigroupGcpInstanceTypesCustom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| memoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. | -| vcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | +| memoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. | +| vcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -3545,7 +3545,7 @@ public java.lang.Number getMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -3557,7 +3557,7 @@ public java.lang.Number getVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -3578,8 +3578,8 @@ ElastigroupGcpIntegrationDockerSwarm.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. | -| masterPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | +| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. | +| masterPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -3591,7 +3591,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -3603,7 +3603,7 @@ public java.lang.Number getMasterPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -3635,15 +3635,15 @@ ElastigroupGcpIntegrationGke.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. | +| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. | | autoscaleDown | ElastigroupGcpIntegrationGkeAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | ElastigroupGcpIntegrationGkeAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. | -| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. | +| autoscaleIsAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. | +| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. | | autoscaleLabels | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpIntegrationGkeAutoscaleLabels> | autoscale_labels block. | -| autoUpdate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. | -| clusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | -| location | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | +| autoUpdate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. | +| clusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | +| location | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -3655,7 +3655,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -3669,7 +3669,7 @@ public ElastigroupGcpIntegrationGkeAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -3683,7 +3683,7 @@ public ElastigroupGcpIntegrationGkeAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -3695,7 +3695,7 @@ public java.lang.Object getAutoscaleIsAutoConfig(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -3707,7 +3707,7 @@ public java.lang.Object getAutoscaleIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -3721,7 +3721,7 @@ public java.lang.Object getAutoscaleLabels(); autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -3733,7 +3733,7 @@ public java.lang.Object getAutoUpdate(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -3745,7 +3745,7 @@ public java.lang.String getClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -3757,7 +3757,7 @@ public java.lang.String getLocation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -3777,7 +3777,7 @@ ElastigroupGcpIntegrationGkeAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3789,7 +3789,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3811,9 +3811,9 @@ ElastigroupGcpIntegrationGkeAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3825,7 +3825,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3837,7 +3837,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3849,7 +3849,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3870,8 +3870,8 @@ ElastigroupGcpIntegrationGkeAutoscaleLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3883,7 +3883,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3895,7 +3895,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3916,8 +3916,8 @@ ElastigroupGcpLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3929,7 +3929,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3941,7 +3941,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3962,8 +3962,8 @@ ElastigroupGcpMetadata.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3975,7 +3975,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3987,7 +3987,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4011,7 +4011,7 @@ ElastigroupGcpNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | | accessConfigs | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpNetworkInterfaceAccessConfigs> | access_configs block. | | aliasIpRanges | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpNetworkInterfaceAliasIpRanges> | alias_ip_ranges block. | @@ -4025,7 +4025,7 @@ public java.lang.String getNetwork(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -4039,7 +4039,7 @@ public java.lang.Object getAccessConfigs(); access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -4053,7 +4053,7 @@ public java.lang.Object getAliasIpRanges(); alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -4074,8 +4074,8 @@ ElastigroupGcpNetworkInterfaceAccessConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -4087,7 +4087,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4099,7 +4099,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -4120,8 +4120,8 @@ ElastigroupGcpNetworkInterfaceAliasIpRanges.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. | -| subnetworkRangeName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | +| ipCidrRange | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. | +| subnetworkRangeName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -4133,7 +4133,7 @@ public java.lang.String getIpCidrRange(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -4145,7 +4145,7 @@ public java.lang.String getSubnetworkRangeName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -4165,7 +4165,7 @@ ElastigroupGcpRevertToPreemptible.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. | +| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. | --- @@ -4177,7 +4177,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. --- @@ -4211,20 +4211,20 @@ ElastigroupGcpScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| adjustment | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | +| adjustment | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | | dimensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpScalingDownPolicyDimensions> | dimensions block. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -4236,7 +4236,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -4248,7 +4248,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -4260,7 +4260,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -4272,7 +4272,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -4284,7 +4284,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -4296,7 +4296,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -4308,7 +4308,7 @@ public java.lang.Number getAdjustment(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4320,7 +4320,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4334,7 +4334,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4346,7 +4346,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4358,7 +4358,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4370,7 +4370,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4382,7 +4382,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4394,7 +4394,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4415,8 +4415,8 @@ ElastigroupGcpScalingDownPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4428,7 +4428,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4440,7 +4440,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4474,20 +4474,20 @@ ElastigroupGcpScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| adjustment | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | +| adjustment | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | | dimensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGcpScalingUpPolicyDimensions> | dimensions block. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -4499,7 +4499,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -4511,7 +4511,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -4523,7 +4523,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -4535,7 +4535,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -4547,7 +4547,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -4559,7 +4559,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -4571,7 +4571,7 @@ public java.lang.Number getAdjustment(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4583,7 +4583,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4597,7 +4597,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4609,7 +4609,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4621,7 +4621,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4633,7 +4633,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4645,7 +4645,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4657,7 +4657,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4678,8 +4678,8 @@ ElastigroupGcpScalingUpPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4691,7 +4691,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4703,7 +4703,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4729,12 +4729,12 @@ ElastigroupGcpScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. | -| maxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. | -| minCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. | -| targetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. | +| maxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. | +| minCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. | +| targetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -4746,7 +4746,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -4758,7 +4758,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -4770,7 +4770,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -4782,7 +4782,7 @@ public java.lang.String getMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -4794,7 +4794,7 @@ public java.lang.String getMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -4806,7 +4806,7 @@ public java.lang.String getTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4827,8 +4827,8 @@ ElastigroupGcpSubnets.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | -| subnetNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | +| subnetNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4840,7 +4840,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4852,7 +4852,7 @@ public java.util.List getSubnetNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- diff --git a/docs/elastigroupGcp.python.md b/docs/elastigroupGcp.python.md index 8db9f751..ac353345 100644 --- a/docs/elastigroupGcp.python.md +++ b/docs/elastigroupGcp.python.md @@ -4,7 +4,7 @@ ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -74,45 +74,45 @@ elastigroupGcp.ElastigroupGcp( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | -| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | +| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | | backend_services | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpBackendServices]] | backend_services block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | | disk | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpDisk]] | disk block. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | | gpu | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpGpu]] | gpu block. | -| health_check_grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | -| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| instance_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | +| health_check_grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | +| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | +| instance_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | | instance_types_custom | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpInstanceTypesCustom]] | instance_types_custom block. | -| instance_types_ondemand | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | -| instance_types_preemptible | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | +| instance_types_ondemand | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | +| instance_types_preemptible | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | | integration_docker_swarm | ElastigroupGcpIntegrationDockerSwarm | integration_docker_swarm block. | | integration_gke | ElastigroupGcpIntegrationGke | integration_gke block. | -| ip_forwarding | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | +| ip_forwarding | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | | labels | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpLabels]] | labels block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | | metadata | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpMetadata]] | metadata block. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | | network_interface | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpNetworkInterface]] | network_interface block. | -| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | -| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | -| provisioning_model | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | +| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | +| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | +| provisioning_model | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | revert_to_preemptible | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpRevertToPreemptible]] | revert_to_preemptible block. | | scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpScalingDownPolicy]] | scaling_down_policy block. | | scaling_up_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpScalingUpPolicy]] | scaling_up_policy block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpScheduledTask]] | scheduled_task block. | -| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | -| startup_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | +| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | +| startup_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | | subnets | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpSubnets]] | subnets block. | -| tags | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| unhealthy_duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | +| tags | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | +| unhealthy_duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -180,7 +180,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -258,7 +258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -282,7 +282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -293,7 +293,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -311,7 +311,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -339,7 +339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -347,7 +347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -357,7 +357,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -383,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -393,7 +393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -401,7 +401,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -409,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. --- @@ -417,7 +417,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -425,7 +425,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -435,7 +435,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} --- @@ -445,7 +445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -455,7 +455,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -465,7 +465,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -473,7 +473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -481,7 +481,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -489,7 +489,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -499,7 +499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -507,7 +507,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -515,7 +515,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -994,7 +994,7 @@ def put_integration_docker_swarm( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -1002,7 +1002,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -1026,7 +1026,7 @@ def put_integration_gke( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -1036,7 +1036,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -1046,7 +1046,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -1054,7 +1054,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -1062,7 +1062,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -1072,7 +1072,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -1080,7 +1080,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -1088,7 +1088,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -1096,7 +1096,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -1548,7 +1548,7 @@ The construct id used in the generated config for the ElastigroupGcp to import. The id of the existing ElastigroupGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use --- @@ -2620,10 +2620,10 @@ elastigroupGcp.ElastigroupGcpBackendServices( | **Name** | **Type** | **Description** | | --- | --- | --- | -| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. | -| location_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. | +| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. | +| location_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. | | named_ports | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpBackendServicesNamedPorts]] | named_ports block. | -| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -2635,7 +2635,7 @@ service_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -2647,7 +2647,7 @@ location_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -2661,7 +2661,7 @@ named_ports: typing.Union[IResolvable, typing.List[ElastigroupGcpBackendServices named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -2673,7 +2673,7 @@ scheme: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -2694,8 +2694,8 @@ elastigroupGcp.ElastigroupGcpBackendServicesNamedPorts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| ports | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| ports | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -2707,7 +2707,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2719,7 +2719,7 @@ ports: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -2791,45 +2791,45 @@ elastigroupGcp.ElastigroupGcpConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | -| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | +| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | | backend_services | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpBackendServices]] | backend_services block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | | disk | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpDisk]] | disk block. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | | gpu | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpGpu]] | gpu block. | -| health_check_grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | -| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| instance_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | +| health_check_grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | +| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | +| instance_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | | instance_types_custom | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpInstanceTypesCustom]] | instance_types_custom block. | -| instance_types_ondemand | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | -| instance_types_preemptible | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | +| instance_types_ondemand | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | +| instance_types_preemptible | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | | integration_docker_swarm | ElastigroupGcpIntegrationDockerSwarm | integration_docker_swarm block. | | integration_gke | ElastigroupGcpIntegrationGke | integration_gke block. | -| ip_forwarding | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | +| ip_forwarding | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | | labels | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpLabels]] | labels block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | | metadata | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpMetadata]] | metadata block. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | | network_interface | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpNetworkInterface]] | network_interface block. | -| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | -| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | -| provisioning_model | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | +| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | +| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | +| provisioning_model | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | revert_to_preemptible | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpRevertToPreemptible]] | revert_to_preemptible block. | | scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpScalingDownPolicy]] | scaling_down_policy block. | | scaling_up_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpScalingUpPolicy]] | scaling_up_policy block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpScheduledTask]] | scheduled_task block. | -| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | -| startup_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | +| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | +| startup_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | | subnets | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpSubnets]] | subnets block. | -| tags | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| unhealthy_duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | +| tags | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | +| unhealthy_duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2911,7 +2911,7 @@ desired_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2923,7 +2923,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2935,7 +2935,7 @@ auto_healing: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2947,7 +2947,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2961,7 +2961,7 @@ backend_services: typing.Union[IResolvable, typing.List[ElastigroupGcpBackendSer backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2973,7 +2973,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2987,7 +2987,7 @@ disk: typing.Union[IResolvable, typing.List[ElastigroupGcpDisk]] disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2999,7 +2999,7 @@ draining_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -3011,7 +3011,7 @@ fallback_to_ondemand: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -3025,7 +3025,7 @@ gpu: typing.Union[IResolvable, typing.List[ElastigroupGcpGpu]] gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -3037,7 +3037,7 @@ health_check_grace_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -3049,7 +3049,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -3061,7 +3061,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3076,7 +3076,7 @@ instance_name_prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -3090,7 +3090,7 @@ instance_types_custom: typing.Union[IResolvable, typing.List[ElastigroupGcpInsta instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -3102,7 +3102,7 @@ instance_types_ondemand: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -3114,7 +3114,7 @@ instance_types_preemptible: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -3128,7 +3128,7 @@ integration_docker_swarm: ElastigroupGcpIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -3142,7 +3142,7 @@ integration_gke: ElastigroupGcpIntegrationGke integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -3154,7 +3154,7 @@ ip_forwarding: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -3168,7 +3168,7 @@ labels: typing.Union[IResolvable, typing.List[ElastigroupGcpLabels]] labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -3180,7 +3180,7 @@ max_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -3194,7 +3194,7 @@ metadata: typing.Union[IResolvable, typing.List[ElastigroupGcpMetadata]] metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -3206,7 +3206,7 @@ min_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -3220,7 +3220,7 @@ network_interface: typing.Union[IResolvable, typing.List[ElastigroupGcpNetworkIn network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -3232,7 +3232,7 @@ ondemand_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -3244,7 +3244,7 @@ optimization_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. --- @@ -3256,7 +3256,7 @@ preemptible_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -3268,7 +3268,7 @@ provisioning_model: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -3282,7 +3282,7 @@ revert_to_preemptible: typing.Union[IResolvable, typing.List[ElastigroupGcpRever revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} --- @@ -3296,7 +3296,7 @@ scaling_down_policy: typing.Union[IResolvable, typing.List[ElastigroupGcpScaling scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -3310,7 +3310,7 @@ scaling_up_policy: typing.Union[IResolvable, typing.List[ElastigroupGcpScalingUp scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -3324,7 +3324,7 @@ scheduled_task: typing.Union[IResolvable, typing.List[ElastigroupGcpScheduledTas scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -3336,7 +3336,7 @@ service_account: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -3348,7 +3348,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -3360,7 +3360,7 @@ startup_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -3374,7 +3374,7 @@ subnets: typing.Union[IResolvable, typing.List[ElastigroupGcpSubnets]] subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -3386,7 +3386,7 @@ tags: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -3398,7 +3398,7 @@ unhealthy_duration: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -3425,14 +3425,14 @@ elastigroupGcp.ElastigroupGcpDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| auto_delete | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. | -| boot | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. | +| auto_delete | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. | +| boot | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. | | initialize_params | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpDiskInitializeParams]] | initialize_params block. | -| interface | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| interface | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | +| mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3444,7 +3444,7 @@ auto_delete: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -3456,7 +3456,7 @@ boot: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -3468,7 +3468,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -3482,7 +3482,7 @@ initialize_params: typing.Union[IResolvable, typing.List[ElastigroupGcpDiskIniti initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -3494,7 +3494,7 @@ interface: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -3506,7 +3506,7 @@ mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -3518,7 +3518,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3530,7 +3530,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3552,9 +3552,9 @@ elastigroupGcp.ElastigroupGcpDiskInitializeParams( | **Name** | **Type** | **Description** | | --- | --- | --- | -| source_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. | -| disk_size_gb | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. | -| disk_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | +| source_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. | +| disk_size_gb | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. | +| disk_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -3566,7 +3566,7 @@ source_image: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -3578,7 +3578,7 @@ disk_size_gb: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -3590,7 +3590,7 @@ disk_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -3611,8 +3611,8 @@ elastigroupGcp.ElastigroupGcpGpu( | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3624,7 +3624,7 @@ count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -3636,7 +3636,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3657,8 +3657,8 @@ elastigroupGcp.ElastigroupGcpInstanceTypesCustom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. | -| vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | +| memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. | +| vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -3670,7 +3670,7 @@ memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -3682,7 +3682,7 @@ vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -3703,8 +3703,8 @@ elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm( | **Name** | **Type** | **Description** | | --- | --- | --- | -| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. | -| master_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | +| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. | +| master_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -3716,7 +3716,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -3728,7 +3728,7 @@ master_port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -3756,15 +3756,15 @@ elastigroupGcp.ElastigroupGcpIntegrationGke( | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. | +| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. | | autoscale_down | ElastigroupGcpIntegrationGkeAutoscaleDown | autoscale_down block. | | autoscale_headroom | ElastigroupGcpIntegrationGkeAutoscaleHeadroom | autoscale_headroom block. | -| autoscale_is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. | -| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. | +| autoscale_is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. | +| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. | | autoscale_labels | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpIntegrationGkeAutoscaleLabels]] | autoscale_labels block. | -| auto_update | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. | -| cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | -| location | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | +| auto_update | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. | +| cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | +| location | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -3776,7 +3776,7 @@ autoscale_cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -3790,7 +3790,7 @@ autoscale_down: ElastigroupGcpIntegrationGkeAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -3804,7 +3804,7 @@ autoscale_headroom: ElastigroupGcpIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -3816,7 +3816,7 @@ autoscale_is_auto_config: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -3828,7 +3828,7 @@ autoscale_is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -3842,7 +3842,7 @@ autoscale_labels: typing.Union[IResolvable, typing.List[ElastigroupGcpIntegratio autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -3854,7 +3854,7 @@ auto_update: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -3866,7 +3866,7 @@ cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -3878,7 +3878,7 @@ location: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -3898,7 +3898,7 @@ elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3910,7 +3910,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3932,9 +3932,9 @@ elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3946,7 +3946,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3958,7 +3958,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3970,7 +3970,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3991,8 +3991,8 @@ elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4004,7 +4004,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -4016,7 +4016,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4037,8 +4037,8 @@ elastigroupGcp.ElastigroupGcpLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4050,7 +4050,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -4062,7 +4062,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4083,8 +4083,8 @@ elastigroupGcp.ElastigroupGcpMetadata( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4096,7 +4096,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -4108,7 +4108,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4130,7 +4130,7 @@ elastigroupGcp.ElastigroupGcpNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | | access_configs | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpNetworkInterfaceAccessConfigs]] | access_configs block. | | alias_ip_ranges | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpNetworkInterfaceAliasIpRanges]] | alias_ip_ranges block. | @@ -4144,7 +4144,7 @@ network: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -4158,7 +4158,7 @@ access_configs: typing.Union[IResolvable, typing.List[ElastigroupGcpNetworkInter access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -4172,7 +4172,7 @@ alias_ip_ranges: typing.Union[IResolvable, typing.List[ElastigroupGcpNetworkInte alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -4193,8 +4193,8 @@ elastigroupGcp.ElastigroupGcpNetworkInterfaceAccessConfigs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -4206,7 +4206,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4218,7 +4218,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -4239,8 +4239,8 @@ elastigroupGcp.ElastigroupGcpNetworkInterfaceAliasIpRanges( | **Name** | **Type** | **Description** | | --- | --- | --- | -| ip_cidr_range | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. | -| subnetwork_range_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | +| ip_cidr_range | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. | +| subnetwork_range_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -4252,7 +4252,7 @@ ip_cidr_range: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -4264,7 +4264,7 @@ subnetwork_range_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -4284,7 +4284,7 @@ elastigroupGcp.ElastigroupGcpRevertToPreemptible( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. | +| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. | --- @@ -4296,7 +4296,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. --- @@ -4329,20 +4329,20 @@ elastigroupGcp.ElastigroupGcpScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| adjustment | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | +| adjustment | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | | dimensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpScalingDownPolicyDimensions]] | dimensions block. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -4354,7 +4354,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -4366,7 +4366,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -4378,7 +4378,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -4390,7 +4390,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -4402,7 +4402,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -4414,7 +4414,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -4426,7 +4426,7 @@ adjustment: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4438,7 +4438,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4452,7 +4452,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupGcpScalingDownPolic dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4464,7 +4464,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4476,7 +4476,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4488,7 +4488,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4500,7 +4500,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4512,7 +4512,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4533,8 +4533,8 @@ elastigroupGcp.ElastigroupGcpScalingDownPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4546,7 +4546,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4558,7 +4558,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4591,20 +4591,20 @@ elastigroupGcp.ElastigroupGcpScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| adjustment | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | +| adjustment | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | | dimensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGcpScalingUpPolicyDimensions]] | dimensions block. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -4616,7 +4616,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -4628,7 +4628,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -4640,7 +4640,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -4652,7 +4652,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -4664,7 +4664,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -4676,7 +4676,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -4688,7 +4688,7 @@ adjustment: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4700,7 +4700,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4714,7 +4714,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupGcpScalingUpPolicyD dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4726,7 +4726,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4738,7 +4738,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4750,7 +4750,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4762,7 +4762,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4774,7 +4774,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4795,8 +4795,8 @@ elastigroupGcp.ElastigroupGcpScalingUpPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4808,7 +4808,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4820,7 +4820,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4845,12 +4845,12 @@ elastigroupGcp.ElastigroupGcpScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. | -| max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. | -| min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. | -| target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. | +| max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. | +| min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. | +| target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -4862,7 +4862,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -4874,7 +4874,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -4886,7 +4886,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -4898,7 +4898,7 @@ max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -4910,7 +4910,7 @@ min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -4922,7 +4922,7 @@ target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4943,8 +4943,8 @@ elastigroupGcp.ElastigroupGcpSubnets( | **Name** | **Type** | **Description** | | --- | --- | --- | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | -| subnet_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | +| subnet_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4956,7 +4956,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4968,7 +4968,7 @@ subnet_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- @@ -10083,7 +10083,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -10101,7 +10101,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -10109,7 +10109,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -10117,7 +10117,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- diff --git a/docs/elastigroupGcp.typescript.md b/docs/elastigroupGcp.typescript.md index 11f775f8..1b6c60be 100644 --- a/docs/elastigroupGcp.typescript.md +++ b/docs/elastigroupGcp.typescript.md @@ -4,7 +4,7 @@ ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -908,7 +908,7 @@ The construct id used in the generated config for the ElastigroupGcp to import. The id of the existing ElastigroupGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use --- @@ -1975,10 +1975,10 @@ const elastigroupGcpBackendServices: elastigroupGcp.ElastigroupGcpBackendService | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. | -| locationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. | +| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. | +| locationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. | | namedPorts | cdktf.IResolvable \| ElastigroupGcpBackendServicesNamedPorts[] | named_ports block. | -| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -1990,7 +1990,7 @@ public readonly serviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -2002,7 +2002,7 @@ public readonly locationType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -2016,7 +2016,7 @@ public readonly namedPorts: IResolvable | ElastigroupGcpBackendServicesNamedPort named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -2028,7 +2028,7 @@ public readonly scheme: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -2046,8 +2046,8 @@ const elastigroupGcpBackendServicesNamedPorts: elastigroupGcp.ElastigroupGcpBack | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -2059,7 +2059,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2071,7 +2071,7 @@ public readonly ports: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -2096,45 +2096,45 @@ const elastigroupGcpConfig: elastigroupGcp.ElastigroupGcpConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| autoHealing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | -| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| autoHealing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | +| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | | backendServices | cdktf.IResolvable \| ElastigroupGcpBackendServices[] | backend_services block. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | | disk | cdktf.IResolvable \| ElastigroupGcpDisk[] | disk block. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | -| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | +| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. | | gpu | cdktf.IResolvable \| ElastigroupGcpGpu[] | gpu block. | -| healthCheckGracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | -| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| instanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | +| healthCheckGracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. | +| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | +| instanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. | | instanceTypesCustom | cdktf.IResolvable \| ElastigroupGcpInstanceTypesCustom[] | instance_types_custom block. | -| instanceTypesOndemand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | -| instanceTypesPreemptible | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | +| instanceTypesOndemand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. | +| instanceTypesPreemptible | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. | | integrationDockerSwarm | ElastigroupGcpIntegrationDockerSwarm | integration_docker_swarm block. | | integrationGke | ElastigroupGcpIntegrationGke | integration_gke block. | -| ipForwarding | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | +| ipForwarding | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | | labels | cdktf.IResolvable \| ElastigroupGcpLabels[] | labels block. | -| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | | metadata | cdktf.IResolvable \| ElastigroupGcpMetadata[] | metadata block. | -| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | +| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | | networkInterface | cdktf.IResolvable \| ElastigroupGcpNetworkInterface[] | network_interface block. | -| ondemandCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | -| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | -| provisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | +| ondemandCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. | +| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | +| provisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | revertToPreemptible | cdktf.IResolvable \| ElastigroupGcpRevertToPreemptible[] | revert_to_preemptible block. | | scalingDownPolicy | cdktf.IResolvable \| ElastigroupGcpScalingDownPolicy[] | scaling_down_policy block. | | scalingUpPolicy | cdktf.IResolvable \| ElastigroupGcpScalingUpPolicy[] | scaling_up_policy block. | | scheduledTask | cdktf.IResolvable \| ElastigroupGcpScheduledTask[] | scheduled_task block. | -| serviceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | -| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | -| startupScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | +| serviceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | +| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | +| startupScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | | subnets | cdktf.IResolvable \| ElastigroupGcpSubnets[] | subnets block. | -| tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| unhealthyDuration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | +| tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | +| unhealthyDuration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2216,7 +2216,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2228,7 +2228,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2240,7 +2240,7 @@ public readonly autoHealing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2252,7 +2252,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2266,7 +2266,7 @@ public readonly backendServices: IResolvable | ElastigroupGcpBackendServices[]; backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2278,7 +2278,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2292,7 +2292,7 @@ public readonly disk: IResolvable | ElastigroupGcpDisk[]; disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2304,7 +2304,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2316,7 +2316,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2330,7 +2330,7 @@ public readonly gpu: IResolvable | ElastigroupGcpGpu[]; gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2342,7 +2342,7 @@ public readonly healthCheckGracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2354,7 +2354,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2366,7 +2366,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2381,7 +2381,7 @@ public readonly instanceNamePrefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2395,7 +2395,7 @@ public readonly instanceTypesCustom: IResolvable | ElastigroupGcpInstanceTypesCu instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -2407,7 +2407,7 @@ public readonly instanceTypesOndemand: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -2419,7 +2419,7 @@ public readonly instanceTypesPreemptible: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -2433,7 +2433,7 @@ public readonly integrationDockerSwarm: ElastigroupGcpIntegrationDockerSwarm; integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -2447,7 +2447,7 @@ public readonly integrationGke: ElastigroupGcpIntegrationGke; integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -2459,7 +2459,7 @@ public readonly ipForwarding: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -2473,7 +2473,7 @@ public readonly labels: IResolvable | ElastigroupGcpLabels[]; labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -2485,7 +2485,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -2499,7 +2499,7 @@ public readonly metadata: IResolvable | ElastigroupGcpMetadata[]; metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -2511,7 +2511,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -2525,7 +2525,7 @@ public readonly networkInterface: IResolvable | ElastigroupGcpNetworkInterface[] network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -2537,7 +2537,7 @@ public readonly ondemandCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -2549,7 +2549,7 @@ public readonly optimizationWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows}. --- @@ -2561,7 +2561,7 @@ public readonly preemptiblePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -2573,7 +2573,7 @@ public readonly provisioningModel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -2587,7 +2587,7 @@ public readonly revertToPreemptible: IResolvable | ElastigroupGcpRevertToPreempt revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} --- @@ -2601,7 +2601,7 @@ public readonly scalingDownPolicy: IResolvable | ElastigroupGcpScalingDownPolicy scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -2615,7 +2615,7 @@ public readonly scalingUpPolicy: IResolvable | ElastigroupGcpScalingUpPolicy[]; scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -2629,7 +2629,7 @@ public readonly scheduledTask: IResolvable | ElastigroupGcpScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -2641,7 +2641,7 @@ public readonly serviceAccount: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -2653,7 +2653,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -2665,7 +2665,7 @@ public readonly startupScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -2679,7 +2679,7 @@ public readonly subnets: IResolvable | ElastigroupGcpSubnets[]; subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -2691,7 +2691,7 @@ public readonly tags: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -2703,7 +2703,7 @@ public readonly unhealthyDuration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -2721,14 +2721,14 @@ const elastigroupGcpDisk: elastigroupGcp.ElastigroupGcpDisk = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoDelete | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. | -| boot | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. | +| autoDelete | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. | +| boot | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. | | initializeParams | cdktf.IResolvable \| ElastigroupGcpDiskInitializeParams[] | initialize_params block. | -| interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | +| mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2740,7 +2740,7 @@ public readonly autoDelete: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -2752,7 +2752,7 @@ public readonly boot: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -2764,7 +2764,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -2778,7 +2778,7 @@ public readonly initializeParams: IResolvable | ElastigroupGcpDiskInitializePara initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -2790,7 +2790,7 @@ public readonly interface: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -2802,7 +2802,7 @@ public readonly mode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -2814,7 +2814,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -2826,7 +2826,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2844,9 +2844,9 @@ const elastigroupGcpDiskInitializeParams: elastigroupGcp.ElastigroupGcpDiskIniti | **Name** | **Type** | **Description** | | --- | --- | --- | -| sourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. | -| diskSizeGb | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. | -| diskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | +| sourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. | +| diskSizeGb | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. | +| diskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -2858,7 +2858,7 @@ public readonly sourceImage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -2870,7 +2870,7 @@ public readonly diskSizeGb: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -2882,7 +2882,7 @@ public readonly diskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -2900,8 +2900,8 @@ const elastigroupGcpGpu: elastigroupGcp.ElastigroupGcpGpu = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2913,7 +2913,7 @@ public readonly count: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -2925,7 +2925,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2943,8 +2943,8 @@ const elastigroupGcpInstanceTypesCustom: elastigroupGcp.ElastigroupGcpInstanceTy | **Name** | **Type** | **Description** | | --- | --- | --- | -| memoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. | -| vcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | +| memoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. | +| vcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -2956,7 +2956,7 @@ public readonly memoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -2968,7 +2968,7 @@ public readonly vcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -2986,8 +2986,8 @@ const elastigroupGcpIntegrationDockerSwarm: elastigroupGcp.ElastigroupGcpIntegra | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. | -| masterPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | +| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. | +| masterPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -2999,7 +2999,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -3011,7 +3011,7 @@ public readonly masterPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -3029,15 +3029,15 @@ const elastigroupGcpIntegrationGke: elastigroupGcp.ElastigroupGcpIntegrationGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. | +| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. | | autoscaleDown | ElastigroupGcpIntegrationGkeAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | ElastigroupGcpIntegrationGkeAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. | -| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. | +| autoscaleIsAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. | +| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. | | autoscaleLabels | cdktf.IResolvable \| ElastigroupGcpIntegrationGkeAutoscaleLabels[] | autoscale_labels block. | -| autoUpdate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. | -| clusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | -| location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | +| autoUpdate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. | +| clusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | +| location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -3049,7 +3049,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -3063,7 +3063,7 @@ public readonly autoscaleDown: ElastigroupGcpIntegrationGkeAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -3077,7 +3077,7 @@ public readonly autoscaleHeadroom: ElastigroupGcpIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -3089,7 +3089,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -3101,7 +3101,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -3115,7 +3115,7 @@ public readonly autoscaleLabels: IResolvable | ElastigroupGcpIntegrationGkeAutos autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -3127,7 +3127,7 @@ public readonly autoUpdate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -3139,7 +3139,7 @@ public readonly clusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -3151,7 +3151,7 @@ public readonly location: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -3169,7 +3169,7 @@ const elastigroupGcpIntegrationGkeAutoscaleDown: elastigroupGcp.ElastigroupGcpIn | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3181,7 +3181,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3199,9 +3199,9 @@ const elastigroupGcpIntegrationGkeAutoscaleHeadroom: elastigroupGcp.ElastigroupG | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3213,7 +3213,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3225,7 +3225,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3237,7 +3237,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3255,8 +3255,8 @@ const elastigroupGcpIntegrationGkeAutoscaleLabels: elastigroupGcp.ElastigroupGcp | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3268,7 +3268,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3280,7 +3280,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3298,8 +3298,8 @@ const elastigroupGcpLabels: elastigroupGcp.ElastigroupGcpLabels = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3311,7 +3311,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3323,7 +3323,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3341,8 +3341,8 @@ const elastigroupGcpMetadata: elastigroupGcp.ElastigroupGcpMetadata = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3354,7 +3354,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3366,7 +3366,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3384,7 +3384,7 @@ const elastigroupGcpNetworkInterface: elastigroupGcp.ElastigroupGcpNetworkInterf | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | | accessConfigs | cdktf.IResolvable \| ElastigroupGcpNetworkInterfaceAccessConfigs[] | access_configs block. | | aliasIpRanges | cdktf.IResolvable \| ElastigroupGcpNetworkInterfaceAliasIpRanges[] | alias_ip_ranges block. | @@ -3398,7 +3398,7 @@ public readonly network: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -3412,7 +3412,7 @@ public readonly accessConfigs: IResolvable | ElastigroupGcpNetworkInterfaceAcces access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -3426,7 +3426,7 @@ public readonly aliasIpRanges: IResolvable | ElastigroupGcpNetworkInterfaceAlias alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -3444,8 +3444,8 @@ const elastigroupGcpNetworkInterfaceAccessConfigs: elastigroupGcp.ElastigroupGcp | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3457,7 +3457,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3469,7 +3469,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3487,8 +3487,8 @@ const elastigroupGcpNetworkInterfaceAliasIpRanges: elastigroupGcp.ElastigroupGcp | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. | -| subnetworkRangeName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | +| ipCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. | +| subnetworkRangeName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -3500,7 +3500,7 @@ public readonly ipCidrRange: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -3512,7 +3512,7 @@ public readonly subnetworkRangeName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -3530,7 +3530,7 @@ const elastigroupGcpRevertToPreemptible: elastigroupGcp.ElastigroupGcpRevertToPr | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. | +| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. | --- @@ -3542,7 +3542,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at}. --- @@ -3560,20 +3560,20 @@ const elastigroupGcpScalingDownPolicy: elastigroupGcp.ElastigroupGcpScalingDownP | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| adjustment | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | +| adjustment | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | | dimensions | cdktf.IResolvable \| ElastigroupGcpScalingDownPolicyDimensions[] | dimensions block. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3585,7 +3585,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3597,7 +3597,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3609,7 +3609,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3621,7 +3621,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3633,7 +3633,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3645,7 +3645,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3657,7 +3657,7 @@ public readonly adjustment: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3669,7 +3669,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3683,7 +3683,7 @@ public readonly dimensions: IResolvable | ElastigroupGcpScalingDownPolicyDimensi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3695,7 +3695,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3707,7 +3707,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3719,7 +3719,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3731,7 +3731,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3743,7 +3743,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -3761,8 +3761,8 @@ const elastigroupGcpScalingDownPolicyDimensions: elastigroupGcp.ElastigroupGcpSc | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3774,7 +3774,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3786,7 +3786,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3804,20 +3804,20 @@ const elastigroupGcpScalingUpPolicy: elastigroupGcp.ElastigroupGcpScalingUpPolic | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| adjustment | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | +| adjustment | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | | dimensions | cdktf.IResolvable \| ElastigroupGcpScalingUpPolicyDimensions[] | dimensions block. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3829,7 +3829,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3841,7 +3841,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3853,7 +3853,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3865,7 +3865,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3877,7 +3877,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3889,7 +3889,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3901,7 +3901,7 @@ public readonly adjustment: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3913,7 +3913,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3927,7 +3927,7 @@ public readonly dimensions: IResolvable | ElastigroupGcpScalingUpPolicyDimension dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3939,7 +3939,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3951,7 +3951,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3963,7 +3963,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3975,7 +3975,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3987,7 +3987,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4005,8 +4005,8 @@ const elastigroupGcpScalingUpPolicyDimensions: elastigroupGcp.ElastigroupGcpScal | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4018,7 +4018,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4030,7 +4030,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4048,12 +4048,12 @@ const elastigroupGcpScheduledTask: elastigroupGcp.ElastigroupGcpScheduledTask = | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. | -| maxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. | -| minCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. | -| targetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. | +| maxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. | +| minCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. | +| targetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -4065,7 +4065,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -4077,7 +4077,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -4089,7 +4089,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -4101,7 +4101,7 @@ public readonly maxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -4113,7 +4113,7 @@ public readonly minCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -4125,7 +4125,7 @@ public readonly targetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4143,8 +4143,8 @@ const elastigroupGcpSubnets: elastigroupGcp.ElastigroupGcpSubnets = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | -| subnetNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | +| subnetNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4156,7 +4156,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4168,7 +4168,7 @@ public readonly subnetNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- diff --git a/docs/elastigroupGke.csharp.md b/docs/elastigroupGke.csharp.md index 3a21981a..5e89f909 100644 --- a/docs/elastigroupGke.csharp.md +++ b/docs/elastigroupGke.csharp.md @@ -4,7 +4,7 @@ ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -840,7 +840,7 @@ The construct id used in the generated config for the ElastigroupGke to import. The id of the existing ElastigroupGke that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use --- @@ -1802,10 +1802,10 @@ new ElastigroupGkeBackendServices { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. | -| LocationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. | +| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. | +| LocationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. | | NamedPorts | object | named_ports block. | -| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -1817,7 +1817,7 @@ public string ServiceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -1829,7 +1829,7 @@ public string LocationType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -1843,7 +1843,7 @@ public object NamedPorts { get; set; } named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -1855,7 +1855,7 @@ public string Scheme { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -1876,8 +1876,8 @@ new ElastigroupGkeBackendServicesNamedPorts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -1889,7 +1889,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -1901,7 +1901,7 @@ public string[] Ports { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -1968,40 +1968,40 @@ new ElastigroupGkeConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ClusterZoneName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| ClusterZoneName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | | BackendServices | object | backend_services block. | -| ClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| ClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | | Disk | object | disk block. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | -| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | +| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | | Gpu | object | gpu block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| InstanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | +| InstanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | | InstanceTypesCustom | object | instance_types_custom block. | -| InstanceTypesOndemand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | -| InstanceTypesPreemptible | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | +| InstanceTypesOndemand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | +| InstanceTypesPreemptible | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | | IntegrationDockerSwarm | ElastigroupGkeIntegrationDockerSwarm | integration_docker_swarm block. | | IntegrationGke | ElastigroupGkeIntegrationGke | integration_gke block. | -| IpForwarding | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | +| IpForwarding | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | | Labels | object | labels block. | -| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | | Metadata | object | metadata block. | -| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | +| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | | NetworkInterface | object | network_interface block. | -| NodeImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | -| OndemandCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | -| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | -| ProvisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | +| NodeImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | +| OndemandCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | +| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | +| ProvisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | RevertToPreemptible | object | revert_to_preemptible block. | | ScalingDownPolicy | object | scaling_down_policy block. | | ScalingUpPolicy | object | scaling_up_policy block. | -| ServiceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | -| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | -| StartupScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | -| Tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| ServiceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | +| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | +| StartupScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | +| Tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -2083,7 +2083,7 @@ public string ClusterZoneName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -2095,7 +2095,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -2107,7 +2107,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2121,7 +2121,7 @@ public object BackendServices { get; set; } backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -2133,7 +2133,7 @@ public string ClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2147,7 +2147,7 @@ public object Disk { get; set; } disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -2159,7 +2159,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -2171,7 +2171,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -2185,7 +2185,7 @@ public object Gpu { get; set; } gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -2197,7 +2197,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2212,7 +2212,7 @@ public string InstanceNamePrefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -2226,7 +2226,7 @@ public object InstanceTypesCustom { get; set; } instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2238,7 +2238,7 @@ public string InstanceTypesOndemand { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2250,7 +2250,7 @@ public string[] InstanceTypesPreemptible { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2264,7 +2264,7 @@ public ElastigroupGkeIntegrationDockerSwarm IntegrationDockerSwarm { get; set; } integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2278,7 +2278,7 @@ public ElastigroupGkeIntegrationGke IntegrationGke { get; set; } integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2290,7 +2290,7 @@ public object IpForwarding { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2304,7 +2304,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2316,7 +2316,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2330,7 +2330,7 @@ public object Metadata { get; set; } metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2342,7 +2342,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2356,7 +2356,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2368,7 +2368,7 @@ public string NodeImage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2380,7 +2380,7 @@ public double OndemandCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2392,7 +2392,7 @@ public string[] OptimizationWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. --- @@ -2404,7 +2404,7 @@ public double PreemptiblePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2416,7 +2416,7 @@ public string ProvisioningModel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2430,7 +2430,7 @@ public object RevertToPreemptible { get; set; } revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} --- @@ -2444,7 +2444,7 @@ public object ScalingDownPolicy { get; set; } scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2458,7 +2458,7 @@ public object ScalingUpPolicy { get; set; } scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2470,7 +2470,7 @@ public string ServiceAccount { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2482,7 +2482,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2494,7 +2494,7 @@ public string StartupScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2506,7 +2506,7 @@ public string[] Tags { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2533,14 +2533,14 @@ new ElastigroupGkeDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. | -| Boot | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. | +| AutoDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. | +| Boot | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. | | InitializeParams | object | initialize_params block. | -| Interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| Mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | +| Mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2552,7 +2552,7 @@ public object AutoDelete { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -2564,7 +2564,7 @@ public object Boot { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -2576,7 +2576,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -2590,7 +2590,7 @@ public object InitializeParams { get; set; } initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -2602,7 +2602,7 @@ public string Interface { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -2614,7 +2614,7 @@ public string Mode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -2626,7 +2626,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -2638,7 +2638,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2660,9 +2660,9 @@ new ElastigroupGkeDiskInitializeParams { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. | -| DiskSizeGb | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. | -| DiskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | +| SourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. | +| DiskSizeGb | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. | +| DiskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -2674,7 +2674,7 @@ public string SourceImage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -2686,7 +2686,7 @@ public string DiskSizeGb { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -2698,7 +2698,7 @@ public string DiskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -2719,8 +2719,8 @@ new ElastigroupGkeGpu { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2732,7 +2732,7 @@ public double Count { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -2744,7 +2744,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2765,8 +2765,8 @@ new ElastigroupGkeInstanceTypesCustom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. | -| Vcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | +| MemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. | +| Vcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -2778,7 +2778,7 @@ public double MemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -2790,7 +2790,7 @@ public double Vcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -2811,8 +2811,8 @@ new ElastigroupGkeIntegrationDockerSwarm { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. | -| MasterPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | +| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. | +| MasterPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -2824,7 +2824,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -2836,7 +2836,7 @@ public double MasterPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -2864,15 +2864,15 @@ new ElastigroupGkeIntegrationGke { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. | +| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. | | AutoscaleDown | ElastigroupGkeIntegrationGkeAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | ElastigroupGkeIntegrationGkeAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. | -| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. | +| AutoscaleIsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. | +| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. | | AutoscaleLabels | object | autoscale_labels block. | -| AutoUpdate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. | -| ClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | -| Location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | +| AutoUpdate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. | +| ClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| Location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -2884,7 +2884,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -2898,7 +2898,7 @@ public ElastigroupGkeIntegrationGkeAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -2912,7 +2912,7 @@ public ElastigroupGkeIntegrationGkeAutoscaleHeadroom AutoscaleHeadroom { get; se autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -2924,7 +2924,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -2936,7 +2936,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -2950,7 +2950,7 @@ public object AutoscaleLabels { get; set; } autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -2962,7 +2962,7 @@ public object AutoUpdate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -2974,7 +2974,7 @@ public string ClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2986,7 +2986,7 @@ public string Location { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -3006,7 +3006,7 @@ new ElastigroupGkeIntegrationGkeAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -3018,7 +3018,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3040,9 +3040,9 @@ new ElastigroupGkeIntegrationGkeAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -3054,7 +3054,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -3066,7 +3066,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -3078,7 +3078,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -3099,8 +3099,8 @@ new ElastigroupGkeIntegrationGkeAutoscaleLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3112,7 +3112,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3124,7 +3124,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3145,8 +3145,8 @@ new ElastigroupGkeLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3158,7 +3158,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3170,7 +3170,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3191,8 +3191,8 @@ new ElastigroupGkeMetadata { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3204,7 +3204,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3216,7 +3216,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3238,7 +3238,7 @@ new ElastigroupGkeNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | | AccessConfigs | object | access_configs block. | | AliasIpRanges | object | alias_ip_ranges block. | @@ -3252,7 +3252,7 @@ public string Network { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3266,7 +3266,7 @@ public object AccessConfigs { get; set; } access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3280,7 +3280,7 @@ public object AliasIpRanges { get; set; } alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3301,8 +3301,8 @@ new ElastigroupGkeNetworkInterfaceAccessConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3314,7 +3314,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3326,7 +3326,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3347,8 +3347,8 @@ new ElastigroupGkeNetworkInterfaceAliasIpRanges { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. | -| SubnetworkRangeName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | +| IpCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. | +| SubnetworkRangeName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3360,7 +3360,7 @@ public string IpCidrRange { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3372,7 +3372,7 @@ public string SubnetworkRangeName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3392,7 +3392,7 @@ new ElastigroupGkeRevertToPreemptible { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. | +| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. | --- @@ -3404,7 +3404,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. --- @@ -3437,20 +3437,20 @@ new ElastigroupGkeScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| Adjustment | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | +| Adjustment | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | | Dimensions | object | dimensions block. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3462,7 +3462,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3474,7 +3474,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3486,7 +3486,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3498,7 +3498,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3510,7 +3510,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3522,7 +3522,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3534,7 +3534,7 @@ public double Adjustment { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3546,7 +3546,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3560,7 +3560,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3572,7 +3572,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3584,7 +3584,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3596,7 +3596,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3608,7 +3608,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3620,7 +3620,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3641,8 +3641,8 @@ new ElastigroupGkeScalingDownPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3654,7 +3654,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3666,7 +3666,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3699,20 +3699,20 @@ new ElastigroupGkeScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| Adjustment | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | +| Adjustment | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | | Dimensions | object | dimensions block. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3724,7 +3724,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3736,7 +3736,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3748,7 +3748,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3760,7 +3760,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3772,7 +3772,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3784,7 +3784,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3796,7 +3796,7 @@ public double Adjustment { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3808,7 +3808,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3822,7 +3822,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3834,7 +3834,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3846,7 +3846,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3858,7 +3858,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3870,7 +3870,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3882,7 +3882,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3903,8 +3903,8 @@ new ElastigroupGkeScalingUpPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3916,7 +3916,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3928,7 +3928,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- diff --git a/docs/elastigroupGke.go.md b/docs/elastigroupGke.go.md index 12df15db..c307e219 100644 --- a/docs/elastigroupGke.go.md +++ b/docs/elastigroupGke.go.md @@ -4,7 +4,7 @@ ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -840,7 +840,7 @@ The construct id used in the generated config for the ElastigroupGke to import. The id of the existing ElastigroupGke that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use --- @@ -1802,10 +1802,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. | -| LocationType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. | +| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. | +| LocationType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. | | NamedPorts | interface{} | named_ports block. | -| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -1817,7 +1817,7 @@ ServiceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -1829,7 +1829,7 @@ LocationType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -1843,7 +1843,7 @@ NamedPorts interface{} named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -1855,7 +1855,7 @@ Scheme *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -1876,8 +1876,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -1889,7 +1889,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -1901,7 +1901,7 @@ Ports *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -1968,40 +1968,40 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ClusterZoneName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| ClusterZoneName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | | BackendServices | interface{} | backend_services block. | -| ClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| ClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | | Disk | interface{} | disk block. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | +| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | | Gpu | interface{} | gpu block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| InstanceNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | +| InstanceNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | | InstanceTypesCustom | interface{} | instance_types_custom block. | -| InstanceTypesOndemand | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | -| InstanceTypesPreemptible | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | +| InstanceTypesOndemand | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | +| InstanceTypesPreemptible | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | | IntegrationDockerSwarm | ElastigroupGkeIntegrationDockerSwarm | integration_docker_swarm block. | | IntegrationGke | ElastigroupGkeIntegrationGke | integration_gke block. | -| IpForwarding | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | +| IpForwarding | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | | Labels | interface{} | labels block. | -| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | | Metadata | interface{} | metadata block. | -| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | +| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | | NetworkInterface | interface{} | network_interface block. | -| NodeImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | -| OndemandCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | -| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | -| ProvisioningModel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | +| NodeImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | +| OndemandCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | +| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | +| ProvisioningModel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | RevertToPreemptible | interface{} | revert_to_preemptible block. | | ScalingDownPolicy | interface{} | scaling_down_policy block. | | ScalingUpPolicy | interface{} | scaling_up_policy block. | -| ServiceAccount | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | -| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | -| StartupScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | -| Tags | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| ServiceAccount | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | +| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | +| StartupScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | +| Tags | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -2083,7 +2083,7 @@ ClusterZoneName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -2095,7 +2095,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -2107,7 +2107,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2121,7 +2121,7 @@ BackendServices interface{} backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -2133,7 +2133,7 @@ ClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2147,7 +2147,7 @@ Disk interface{} disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -2159,7 +2159,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -2171,7 +2171,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -2185,7 +2185,7 @@ Gpu interface{} gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -2197,7 +2197,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2212,7 +2212,7 @@ InstanceNamePrefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -2226,7 +2226,7 @@ InstanceTypesCustom interface{} instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2238,7 +2238,7 @@ InstanceTypesOndemand *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2250,7 +2250,7 @@ InstanceTypesPreemptible *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2264,7 +2264,7 @@ IntegrationDockerSwarm ElastigroupGkeIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2278,7 +2278,7 @@ IntegrationGke ElastigroupGkeIntegrationGke integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2290,7 +2290,7 @@ IpForwarding interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2304,7 +2304,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2316,7 +2316,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2330,7 +2330,7 @@ Metadata interface{} metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2342,7 +2342,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2356,7 +2356,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2368,7 +2368,7 @@ NodeImage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2380,7 +2380,7 @@ OndemandCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2392,7 +2392,7 @@ OptimizationWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. --- @@ -2404,7 +2404,7 @@ PreemptiblePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2416,7 +2416,7 @@ ProvisioningModel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2430,7 +2430,7 @@ RevertToPreemptible interface{} revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} --- @@ -2444,7 +2444,7 @@ ScalingDownPolicy interface{} scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2458,7 +2458,7 @@ ScalingUpPolicy interface{} scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2470,7 +2470,7 @@ ServiceAccount *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2482,7 +2482,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2494,7 +2494,7 @@ StartupScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2506,7 +2506,7 @@ Tags *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2533,14 +2533,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. | -| Boot | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. | +| AutoDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. | +| Boot | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. | | InitializeParams | interface{} | initialize_params block. | -| Interface | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| Mode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Interface | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | +| Mode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2552,7 +2552,7 @@ AutoDelete interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -2564,7 +2564,7 @@ Boot interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -2576,7 +2576,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -2590,7 +2590,7 @@ InitializeParams interface{} initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -2602,7 +2602,7 @@ Interface *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -2614,7 +2614,7 @@ Mode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -2626,7 +2626,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -2638,7 +2638,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2660,9 +2660,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SourceImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. | -| DiskSizeGb | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. | -| DiskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | +| SourceImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. | +| DiskSizeGb | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. | +| DiskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -2674,7 +2674,7 @@ SourceImage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -2686,7 +2686,7 @@ DiskSizeGb *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -2698,7 +2698,7 @@ DiskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -2719,8 +2719,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2732,7 +2732,7 @@ Count *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -2744,7 +2744,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2765,8 +2765,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. | -| Vcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | +| MemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. | +| Vcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -2778,7 +2778,7 @@ MemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -2790,7 +2790,7 @@ Vcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -2811,8 +2811,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. | -| MasterPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | +| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. | +| MasterPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -2824,7 +2824,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -2836,7 +2836,7 @@ MasterPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -2864,15 +2864,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. | +| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. | | AutoscaleDown | ElastigroupGkeIntegrationGkeAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | ElastigroupGkeIntegrationGkeAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. | -| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. | +| AutoscaleIsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. | +| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. | | AutoscaleLabels | interface{} | autoscale_labels block. | -| AutoUpdate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. | -| ClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | -| Location | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | +| AutoUpdate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. | +| ClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| Location | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -2884,7 +2884,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -2898,7 +2898,7 @@ AutoscaleDown ElastigroupGkeIntegrationGkeAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -2912,7 +2912,7 @@ AutoscaleHeadroom ElastigroupGkeIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -2924,7 +2924,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -2936,7 +2936,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -2950,7 +2950,7 @@ AutoscaleLabels interface{} autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -2962,7 +2962,7 @@ AutoUpdate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -2974,7 +2974,7 @@ ClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2986,7 +2986,7 @@ Location *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -3006,7 +3006,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -3018,7 +3018,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3040,9 +3040,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -3054,7 +3054,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -3066,7 +3066,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -3078,7 +3078,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -3099,8 +3099,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3112,7 +3112,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3124,7 +3124,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3145,8 +3145,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3158,7 +3158,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3170,7 +3170,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3191,8 +3191,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3204,7 +3204,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3216,7 +3216,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3238,7 +3238,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | | AccessConfigs | interface{} | access_configs block. | | AliasIpRanges | interface{} | alias_ip_ranges block. | @@ -3252,7 +3252,7 @@ Network *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3266,7 +3266,7 @@ AccessConfigs interface{} access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3280,7 +3280,7 @@ AliasIpRanges interface{} alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3301,8 +3301,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3314,7 +3314,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3326,7 +3326,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3347,8 +3347,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. | -| SubnetworkRangeName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | +| IpCidrRange | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. | +| SubnetworkRangeName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3360,7 +3360,7 @@ IpCidrRange *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3372,7 +3372,7 @@ SubnetworkRangeName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3392,7 +3392,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. | +| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. | --- @@ -3404,7 +3404,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. --- @@ -3437,20 +3437,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| Adjustment | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | +| Adjustment | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | | Dimensions | interface{} | dimensions block. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3462,7 +3462,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3474,7 +3474,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3486,7 +3486,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3498,7 +3498,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3510,7 +3510,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3522,7 +3522,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3534,7 +3534,7 @@ Adjustment *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3546,7 +3546,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3560,7 +3560,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3572,7 +3572,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3584,7 +3584,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3596,7 +3596,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3608,7 +3608,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3620,7 +3620,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3641,8 +3641,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3654,7 +3654,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3666,7 +3666,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3699,20 +3699,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| Adjustment | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | +| Adjustment | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | | Dimensions | interface{} | dimensions block. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3724,7 +3724,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3736,7 +3736,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3748,7 +3748,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3760,7 +3760,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3772,7 +3772,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3784,7 +3784,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3796,7 +3796,7 @@ Adjustment *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3808,7 +3808,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3822,7 +3822,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3834,7 +3834,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3846,7 +3846,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3858,7 +3858,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3870,7 +3870,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3882,7 +3882,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3903,8 +3903,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3916,7 +3916,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3928,7 +3928,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- diff --git a/docs/elastigroupGke.java.md b/docs/elastigroupGke.java.md index 376f87fd..db3389e5 100644 --- a/docs/elastigroupGke.java.md +++ b/docs/elastigroupGke.java.md @@ -4,7 +4,7 @@ ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -83,40 +83,40 @@ ElastigroupGke.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| clusterZoneName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| clusterZoneName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | | backendServices | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeBackendServices> | backend_services block. | -| clusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| clusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | | disk | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeDisk> | disk block. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | | gpu | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeGpu> | gpu block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| instanceNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | +| instanceNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | | instanceTypesCustom | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeInstanceTypesCustom> | instance_types_custom block. | -| instanceTypesOndemand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | -| instanceTypesPreemptible | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | +| instanceTypesOndemand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | +| instanceTypesPreemptible | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | | integrationDockerSwarm | ElastigroupGkeIntegrationDockerSwarm | integration_docker_swarm block. | | integrationGke | ElastigroupGkeIntegrationGke | integration_gke block. | -| ipForwarding | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | +| ipForwarding | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | | labels | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeLabels> | labels block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | | metadata | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeMetadata> | metadata block. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | | networkInterface | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeNetworkInterface> | network_interface block. | -| nodeImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | -| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | -| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | -| provisioningModel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | +| nodeImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | +| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | +| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | +| provisioningModel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | revertToPreemptible | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeRevertToPreemptible> | revert_to_preemptible block. | | scalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeScalingDownPolicy> | scaling_down_policy block. | | scalingUpPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeScalingUpPolicy> | scaling_up_policy block. | -| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | -| startupScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | -| tags | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | +| startupScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | +| tags | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -184,7 +184,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -273,7 +273,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -327,7 +327,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -337,7 +337,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -345,7 +345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -363,7 +363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -373,7 +373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -381,7 +381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -389,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -397,7 +397,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. --- @@ -405,7 +405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -413,7 +413,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -423,7 +423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} --- @@ -433,7 +433,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -443,7 +443,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -451,7 +451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -459,7 +459,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -467,7 +467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -475,7 +475,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -1275,7 +1275,7 @@ The construct id used in the generated config for the ElastigroupGke to import. The id of the existing ElastigroupGke that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use --- @@ -2238,10 +2238,10 @@ ElastigroupGkeBackendServices.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. | -| locationType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. | +| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. | +| locationType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. | | namedPorts | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeBackendServicesNamedPorts> | named_ports block. | -| scheme | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| scheme | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -2253,7 +2253,7 @@ public java.lang.String getServiceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -2265,7 +2265,7 @@ public java.lang.String getLocationType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -2279,7 +2279,7 @@ public java.lang.Object getNamedPorts(); named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -2291,7 +2291,7 @@ public java.lang.String getScheme(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -2312,8 +2312,8 @@ ElastigroupGkeBackendServicesNamedPorts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| ports | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| ports | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -2325,7 +2325,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2337,7 +2337,7 @@ public java.util.List getPorts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -2420,40 +2420,40 @@ ElastigroupGkeConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| clusterZoneName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| clusterZoneName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | | backendServices | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeBackendServices> | backend_services block. | -| clusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| clusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | | disk | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeDisk> | disk block. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | | gpu | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeGpu> | gpu block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| instanceNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | +| instanceNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | | instanceTypesCustom | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeInstanceTypesCustom> | instance_types_custom block. | -| instanceTypesOndemand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | -| instanceTypesPreemptible | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | +| instanceTypesOndemand | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | +| instanceTypesPreemptible | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | | integrationDockerSwarm | ElastigroupGkeIntegrationDockerSwarm | integration_docker_swarm block. | | integrationGke | ElastigroupGkeIntegrationGke | integration_gke block. | -| ipForwarding | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | +| ipForwarding | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | | labels | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeLabels> | labels block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | | metadata | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeMetadata> | metadata block. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | | networkInterface | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeNetworkInterface> | network_interface block. | -| nodeImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | -| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | -| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | -| provisioningModel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | +| nodeImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | +| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | +| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | +| provisioningModel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | revertToPreemptible | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeRevertToPreemptible> | revert_to_preemptible block. | | scalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeScalingDownPolicy> | scaling_down_policy block. | | scalingUpPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeScalingUpPolicy> | scaling_up_policy block. | -| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | -| startupScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | -| tags | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | +| startupScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | +| tags | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -2535,7 +2535,7 @@ public java.lang.String getClusterZoneName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -2547,7 +2547,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -2559,7 +2559,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2573,7 +2573,7 @@ public java.lang.Object getBackendServices(); backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -2585,7 +2585,7 @@ public java.lang.String getClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2599,7 +2599,7 @@ public java.lang.Object getDisk(); disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -2611,7 +2611,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -2623,7 +2623,7 @@ public java.lang.Object getFallbackToOndemand(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -2637,7 +2637,7 @@ public java.lang.Object getGpu(); gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -2649,7 +2649,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2664,7 +2664,7 @@ public java.lang.String getInstanceNamePrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -2678,7 +2678,7 @@ public java.lang.Object getInstanceTypesCustom(); instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2690,7 +2690,7 @@ public java.lang.String getInstanceTypesOndemand(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2702,7 +2702,7 @@ public java.util.List getInstanceTypesPreemptible(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2716,7 +2716,7 @@ public ElastigroupGkeIntegrationDockerSwarm getIntegrationDockerSwarm(); integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2730,7 +2730,7 @@ public ElastigroupGkeIntegrationGke getIntegrationGke(); integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2742,7 +2742,7 @@ public java.lang.Object getIpForwarding(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2756,7 +2756,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2768,7 +2768,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2782,7 +2782,7 @@ public java.lang.Object getMetadata(); metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2794,7 +2794,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2808,7 +2808,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2820,7 +2820,7 @@ public java.lang.String getNodeImage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2832,7 +2832,7 @@ public java.lang.Number getOndemandCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2844,7 +2844,7 @@ public java.util.List getOptimizationWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. --- @@ -2856,7 +2856,7 @@ public java.lang.Number getPreemptiblePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2868,7 +2868,7 @@ public java.lang.String getProvisioningModel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2882,7 +2882,7 @@ public java.lang.Object getRevertToPreemptible(); revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} --- @@ -2896,7 +2896,7 @@ public java.lang.Object getScalingDownPolicy(); scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2910,7 +2910,7 @@ public java.lang.Object getScalingUpPolicy(); scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2922,7 +2922,7 @@ public java.lang.String getServiceAccount(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2934,7 +2934,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2946,7 +2946,7 @@ public java.lang.String getStartupScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2958,7 +2958,7 @@ public java.util.List getTags(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2988,14 +2988,14 @@ ElastigroupGkeDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoDelete | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. | -| boot | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. | +| autoDelete | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. | +| boot | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | +| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. | | initializeParams | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeDiskInitializeParams> | initialize_params block. | -| interface | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| mode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| interface | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | +| mode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3007,7 +3007,7 @@ public java.lang.Object getAutoDelete(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -3019,7 +3019,7 @@ public java.lang.Object getBoot(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -3031,7 +3031,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -3045,7 +3045,7 @@ public java.lang.Object getInitializeParams(); initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -3057,7 +3057,7 @@ public java.lang.String getInterface(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -3069,7 +3069,7 @@ public java.lang.String getMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -3081,7 +3081,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3093,7 +3093,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3115,9 +3115,9 @@ ElastigroupGkeDiskInitializeParams.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sourceImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. | -| diskSizeGb | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. | -| diskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | +| sourceImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. | +| diskSizeGb | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. | +| diskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -3129,7 +3129,7 @@ public java.lang.String getSourceImage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -3141,7 +3141,7 @@ public java.lang.String getDiskSizeGb(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -3153,7 +3153,7 @@ public java.lang.String getDiskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -3174,8 +3174,8 @@ ElastigroupGkeGpu.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3187,7 +3187,7 @@ public java.lang.Number getCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -3199,7 +3199,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3220,8 +3220,8 @@ ElastigroupGkeInstanceTypesCustom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| memoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. | -| vcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | +| memoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. | +| vcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -3233,7 +3233,7 @@ public java.lang.Number getMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -3245,7 +3245,7 @@ public java.lang.Number getVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -3266,8 +3266,8 @@ ElastigroupGkeIntegrationDockerSwarm.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. | -| masterPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | +| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. | +| masterPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -3279,7 +3279,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -3291,7 +3291,7 @@ public java.lang.Number getMasterPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -3323,15 +3323,15 @@ ElastigroupGkeIntegrationGke.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. | +| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. | | autoscaleDown | ElastigroupGkeIntegrationGkeAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | ElastigroupGkeIntegrationGkeAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. | -| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. | +| autoscaleIsAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. | +| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. | | autoscaleLabels | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeIntegrationGkeAutoscaleLabels> | autoscale_labels block. | -| autoUpdate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. | -| clusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | -| location | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | +| autoUpdate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. | +| clusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| location | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -3343,7 +3343,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -3357,7 +3357,7 @@ public ElastigroupGkeIntegrationGkeAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -3371,7 +3371,7 @@ public ElastigroupGkeIntegrationGkeAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -3383,7 +3383,7 @@ public java.lang.Object getAutoscaleIsAutoConfig(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -3395,7 +3395,7 @@ public java.lang.Object getAutoscaleIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -3409,7 +3409,7 @@ public java.lang.Object getAutoscaleLabels(); autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -3421,7 +3421,7 @@ public java.lang.Object getAutoUpdate(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -3433,7 +3433,7 @@ public java.lang.String getClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -3445,7 +3445,7 @@ public java.lang.String getLocation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -3465,7 +3465,7 @@ ElastigroupGkeIntegrationGkeAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -3477,7 +3477,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3499,9 +3499,9 @@ ElastigroupGkeIntegrationGkeAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -3513,7 +3513,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -3525,7 +3525,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -3537,7 +3537,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -3558,8 +3558,8 @@ ElastigroupGkeIntegrationGkeAutoscaleLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3571,7 +3571,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3583,7 +3583,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3604,8 +3604,8 @@ ElastigroupGkeLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3617,7 +3617,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3629,7 +3629,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3650,8 +3650,8 @@ ElastigroupGkeMetadata.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3663,7 +3663,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3675,7 +3675,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3699,7 +3699,7 @@ ElastigroupGkeNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | | accessConfigs | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeNetworkInterfaceAccessConfigs> | access_configs block. | | aliasIpRanges | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeNetworkInterfaceAliasIpRanges> | alias_ip_ranges block. | @@ -3713,7 +3713,7 @@ public java.lang.String getNetwork(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3727,7 +3727,7 @@ public java.lang.Object getAccessConfigs(); access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3741,7 +3741,7 @@ public java.lang.Object getAliasIpRanges(); alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3762,8 +3762,8 @@ ElastigroupGkeNetworkInterfaceAccessConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3775,7 +3775,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3787,7 +3787,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3808,8 +3808,8 @@ ElastigroupGkeNetworkInterfaceAliasIpRanges.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. | -| subnetworkRangeName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | +| ipCidrRange | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. | +| subnetworkRangeName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3821,7 +3821,7 @@ public java.lang.String getIpCidrRange(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3833,7 +3833,7 @@ public java.lang.String getSubnetworkRangeName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3853,7 +3853,7 @@ ElastigroupGkeRevertToPreemptible.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. | +| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. | --- @@ -3865,7 +3865,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. --- @@ -3899,20 +3899,20 @@ ElastigroupGkeScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| adjustment | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | +| adjustment | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | | dimensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeScalingDownPolicyDimensions> | dimensions block. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3924,7 +3924,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3936,7 +3936,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3948,7 +3948,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3960,7 +3960,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3972,7 +3972,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3984,7 +3984,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3996,7 +3996,7 @@ public java.lang.Number getAdjustment(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -4008,7 +4008,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -4022,7 +4022,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -4034,7 +4034,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -4046,7 +4046,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -4058,7 +4058,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -4070,7 +4070,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -4082,7 +4082,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -4103,8 +4103,8 @@ ElastigroupGkeScalingDownPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -4116,7 +4116,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -4128,7 +4128,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -4162,20 +4162,20 @@ ElastigroupGkeScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| adjustment | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | +| adjustment | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | | dimensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupGkeScalingUpPolicyDimensions> | dimensions block. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -4187,7 +4187,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -4199,7 +4199,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -4211,7 +4211,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -4223,7 +4223,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -4235,7 +4235,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -4247,7 +4247,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -4259,7 +4259,7 @@ public java.lang.Number getAdjustment(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -4271,7 +4271,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -4285,7 +4285,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -4297,7 +4297,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -4309,7 +4309,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -4321,7 +4321,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -4333,7 +4333,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -4345,7 +4345,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -4366,8 +4366,8 @@ ElastigroupGkeScalingUpPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -4379,7 +4379,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -4391,7 +4391,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- diff --git a/docs/elastigroupGke.python.md b/docs/elastigroupGke.python.md index ac91070e..e57e1b3e 100644 --- a/docs/elastigroupGke.python.md +++ b/docs/elastigroupGke.python.md @@ -4,7 +4,7 @@ ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -69,40 +69,40 @@ elastigroupGke.ElastigroupGke( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| cluster_zone_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| cluster_zone_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | | backend_services | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeBackendServices]] | backend_services block. | -| cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | | disk | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeDisk]] | disk block. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | | gpu | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeGpu]] | gpu block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| instance_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | +| instance_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | | instance_types_custom | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeInstanceTypesCustom]] | instance_types_custom block. | -| instance_types_ondemand | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | -| instance_types_preemptible | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | +| instance_types_ondemand | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | +| instance_types_preemptible | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | | integration_docker_swarm | ElastigroupGkeIntegrationDockerSwarm | integration_docker_swarm block. | | integration_gke | ElastigroupGkeIntegrationGke | integration_gke block. | -| ip_forwarding | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | +| ip_forwarding | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | | labels | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeLabels]] | labels block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | | metadata | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeMetadata]] | metadata block. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | | network_interface | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeNetworkInterface]] | network_interface block. | -| node_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | -| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | -| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | -| provisioning_model | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | +| node_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | +| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | +| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | +| provisioning_model | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | revert_to_preemptible | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeRevertToPreemptible]] | revert_to_preemptible block. | | scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeScalingDownPolicy]] | scaling_down_policy block. | | scaling_up_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeScalingUpPolicy]] | scaling_up_policy block. | -| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | -| startup_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | -| tags | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | +| startup_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | +| tags | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -170,7 +170,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -259,7 +259,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -269,7 +269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -323,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -331,7 +331,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -341,7 +341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -367,7 +367,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -383,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. --- @@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -399,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -409,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} --- @@ -419,7 +419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -429,7 +429,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -437,7 +437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -445,7 +445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -453,7 +453,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -461,7 +461,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -932,7 +932,7 @@ def put_integration_docker_swarm( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -940,7 +940,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -964,7 +964,7 @@ def put_integration_gke( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -974,7 +974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -984,7 +984,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -992,7 +992,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -1000,7 +1000,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -1010,7 +1010,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -1018,7 +1018,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -1026,7 +1026,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -1034,7 +1034,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -1422,7 +1422,7 @@ The construct id used in the generated config for the ElastigroupGke to import. The id of the existing ElastigroupGke that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use --- @@ -2384,10 +2384,10 @@ elastigroupGke.ElastigroupGkeBackendServices( | **Name** | **Type** | **Description** | | --- | --- | --- | -| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. | -| location_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. | +| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. | +| location_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. | | named_ports | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeBackendServicesNamedPorts]] | named_ports block. | -| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -2399,7 +2399,7 @@ service_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -2411,7 +2411,7 @@ location_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -2425,7 +2425,7 @@ named_ports: typing.Union[IResolvable, typing.List[ElastigroupGkeBackendServices named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -2437,7 +2437,7 @@ scheme: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -2458,8 +2458,8 @@ elastigroupGke.ElastigroupGkeBackendServicesNamedPorts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| ports | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| ports | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -2471,7 +2471,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2483,7 +2483,7 @@ ports: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -2550,40 +2550,40 @@ elastigroupGke.ElastigroupGkeConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| cluster_zone_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| cluster_zone_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | | backend_services | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeBackendServices]] | backend_services block. | -| cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | | disk | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeDisk]] | disk block. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | | gpu | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeGpu]] | gpu block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| instance_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | +| instance_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | | instance_types_custom | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeInstanceTypesCustom]] | instance_types_custom block. | -| instance_types_ondemand | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | -| instance_types_preemptible | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | +| instance_types_ondemand | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | +| instance_types_preemptible | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | | integration_docker_swarm | ElastigroupGkeIntegrationDockerSwarm | integration_docker_swarm block. | | integration_gke | ElastigroupGkeIntegrationGke | integration_gke block. | -| ip_forwarding | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | +| ip_forwarding | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | | labels | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeLabels]] | labels block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | | metadata | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeMetadata]] | metadata block. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | | network_interface | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeNetworkInterface]] | network_interface block. | -| node_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | -| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | -| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | -| provisioning_model | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | +| node_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | +| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | +| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | +| provisioning_model | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | revert_to_preemptible | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeRevertToPreemptible]] | revert_to_preemptible block. | | scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeScalingDownPolicy]] | scaling_down_policy block. | | scaling_up_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeScalingUpPolicy]] | scaling_up_policy block. | -| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | -| startup_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | -| tags | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | +| startup_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | +| tags | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -2665,7 +2665,7 @@ cluster_zone_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -2677,7 +2677,7 @@ desired_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -2689,7 +2689,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2703,7 +2703,7 @@ backend_services: typing.Union[IResolvable, typing.List[ElastigroupGkeBackendSer backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -2715,7 +2715,7 @@ cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2729,7 +2729,7 @@ disk: typing.Union[IResolvable, typing.List[ElastigroupGkeDisk]] disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -2741,7 +2741,7 @@ draining_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -2753,7 +2753,7 @@ fallback_to_ondemand: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -2767,7 +2767,7 @@ gpu: typing.Union[IResolvable, typing.List[ElastigroupGkeGpu]] gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -2779,7 +2779,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2794,7 +2794,7 @@ instance_name_prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -2808,7 +2808,7 @@ instance_types_custom: typing.Union[IResolvable, typing.List[ElastigroupGkeInsta instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2820,7 +2820,7 @@ instance_types_ondemand: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2832,7 +2832,7 @@ instance_types_preemptible: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2846,7 +2846,7 @@ integration_docker_swarm: ElastigroupGkeIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2860,7 +2860,7 @@ integration_gke: ElastigroupGkeIntegrationGke integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2872,7 +2872,7 @@ ip_forwarding: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2886,7 +2886,7 @@ labels: typing.Union[IResolvable, typing.List[ElastigroupGkeLabels]] labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2898,7 +2898,7 @@ max_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2912,7 +2912,7 @@ metadata: typing.Union[IResolvable, typing.List[ElastigroupGkeMetadata]] metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2924,7 +2924,7 @@ min_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2938,7 +2938,7 @@ network_interface: typing.Union[IResolvable, typing.List[ElastigroupGkeNetworkIn network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2950,7 +2950,7 @@ node_image: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2962,7 +2962,7 @@ ondemand_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2974,7 +2974,7 @@ optimization_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. --- @@ -2986,7 +2986,7 @@ preemptible_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2998,7 +2998,7 @@ provisioning_model: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -3012,7 +3012,7 @@ revert_to_preemptible: typing.Union[IResolvable, typing.List[ElastigroupGkeRever revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} --- @@ -3026,7 +3026,7 @@ scaling_down_policy: typing.Union[IResolvable, typing.List[ElastigroupGkeScaling scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -3040,7 +3040,7 @@ scaling_up_policy: typing.Union[IResolvable, typing.List[ElastigroupGkeScalingUp scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -3052,7 +3052,7 @@ service_account: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -3064,7 +3064,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -3076,7 +3076,7 @@ startup_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -3088,7 +3088,7 @@ tags: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -3115,14 +3115,14 @@ elastigroupGke.ElastigroupGkeDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| auto_delete | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. | -| boot | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. | +| auto_delete | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. | +| boot | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. | | initialize_params | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeDiskInitializeParams]] | initialize_params block. | -| interface | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| interface | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | +| mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3134,7 +3134,7 @@ auto_delete: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -3146,7 +3146,7 @@ boot: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -3158,7 +3158,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -3172,7 +3172,7 @@ initialize_params: typing.Union[IResolvable, typing.List[ElastigroupGkeDiskIniti initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -3184,7 +3184,7 @@ interface: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -3196,7 +3196,7 @@ mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -3208,7 +3208,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3220,7 +3220,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3242,9 +3242,9 @@ elastigroupGke.ElastigroupGkeDiskInitializeParams( | **Name** | **Type** | **Description** | | --- | --- | --- | -| source_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. | -| disk_size_gb | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. | -| disk_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | +| source_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. | +| disk_size_gb | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. | +| disk_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -3256,7 +3256,7 @@ source_image: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -3268,7 +3268,7 @@ disk_size_gb: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -3280,7 +3280,7 @@ disk_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -3301,8 +3301,8 @@ elastigroupGke.ElastigroupGkeGpu( | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3314,7 +3314,7 @@ count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -3326,7 +3326,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3347,8 +3347,8 @@ elastigroupGke.ElastigroupGkeInstanceTypesCustom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. | -| vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | +| memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. | +| vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -3360,7 +3360,7 @@ memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -3372,7 +3372,7 @@ vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -3393,8 +3393,8 @@ elastigroupGke.ElastigroupGkeIntegrationDockerSwarm( | **Name** | **Type** | **Description** | | --- | --- | --- | -| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. | -| master_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | +| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. | +| master_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -3406,7 +3406,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -3418,7 +3418,7 @@ master_port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -3446,15 +3446,15 @@ elastigroupGke.ElastigroupGkeIntegrationGke( | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. | +| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. | | autoscale_down | ElastigroupGkeIntegrationGkeAutoscaleDown | autoscale_down block. | | autoscale_headroom | ElastigroupGkeIntegrationGkeAutoscaleHeadroom | autoscale_headroom block. | -| autoscale_is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. | -| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. | +| autoscale_is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. | +| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. | | autoscale_labels | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeIntegrationGkeAutoscaleLabels]] | autoscale_labels block. | -| auto_update | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. | -| cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | -| location | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | +| auto_update | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. | +| cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| location | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -3466,7 +3466,7 @@ autoscale_cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -3480,7 +3480,7 @@ autoscale_down: ElastigroupGkeIntegrationGkeAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -3494,7 +3494,7 @@ autoscale_headroom: ElastigroupGkeIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -3506,7 +3506,7 @@ autoscale_is_auto_config: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -3518,7 +3518,7 @@ autoscale_is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -3532,7 +3532,7 @@ autoscale_labels: typing.Union[IResolvable, typing.List[ElastigroupGkeIntegratio autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -3544,7 +3544,7 @@ auto_update: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -3556,7 +3556,7 @@ cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -3568,7 +3568,7 @@ location: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -3588,7 +3588,7 @@ elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -3600,7 +3600,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3622,9 +3622,9 @@ elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -3636,7 +3636,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -3648,7 +3648,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -3660,7 +3660,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -3681,8 +3681,8 @@ elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3694,7 +3694,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3706,7 +3706,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3727,8 +3727,8 @@ elastigroupGke.ElastigroupGkeLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3740,7 +3740,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3752,7 +3752,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3773,8 +3773,8 @@ elastigroupGke.ElastigroupGkeMetadata( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3786,7 +3786,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3798,7 +3798,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3820,7 +3820,7 @@ elastigroupGke.ElastigroupGkeNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | | access_configs | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeNetworkInterfaceAccessConfigs]] | access_configs block. | | alias_ip_ranges | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeNetworkInterfaceAliasIpRanges]] | alias_ip_ranges block. | @@ -3834,7 +3834,7 @@ network: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3848,7 +3848,7 @@ access_configs: typing.Union[IResolvable, typing.List[ElastigroupGkeNetworkInter access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3862,7 +3862,7 @@ alias_ip_ranges: typing.Union[IResolvable, typing.List[ElastigroupGkeNetworkInte alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3883,8 +3883,8 @@ elastigroupGke.ElastigroupGkeNetworkInterfaceAccessConfigs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3896,7 +3896,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3908,7 +3908,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3929,8 +3929,8 @@ elastigroupGke.ElastigroupGkeNetworkInterfaceAliasIpRanges( | **Name** | **Type** | **Description** | | --- | --- | --- | -| ip_cidr_range | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. | -| subnetwork_range_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | +| ip_cidr_range | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. | +| subnetwork_range_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3942,7 +3942,7 @@ ip_cidr_range: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3954,7 +3954,7 @@ subnetwork_range_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3974,7 +3974,7 @@ elastigroupGke.ElastigroupGkeRevertToPreemptible( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. | +| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. | --- @@ -3986,7 +3986,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. --- @@ -4019,20 +4019,20 @@ elastigroupGke.ElastigroupGkeScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| adjustment | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | +| adjustment | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | | dimensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeScalingDownPolicyDimensions]] | dimensions block. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -4044,7 +4044,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -4056,7 +4056,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -4068,7 +4068,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -4080,7 +4080,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -4092,7 +4092,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -4104,7 +4104,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -4116,7 +4116,7 @@ adjustment: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -4128,7 +4128,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -4142,7 +4142,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupGkeScalingDownPolic dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -4154,7 +4154,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -4166,7 +4166,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -4178,7 +4178,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -4190,7 +4190,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -4202,7 +4202,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -4223,8 +4223,8 @@ elastigroupGke.ElastigroupGkeScalingDownPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -4236,7 +4236,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -4248,7 +4248,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -4281,20 +4281,20 @@ elastigroupGke.ElastigroupGkeScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| adjustment | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | +| adjustment | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | | dimensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupGkeScalingUpPolicyDimensions]] | dimensions block. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -4306,7 +4306,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -4318,7 +4318,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -4330,7 +4330,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -4342,7 +4342,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -4354,7 +4354,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -4366,7 +4366,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -4378,7 +4378,7 @@ adjustment: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -4390,7 +4390,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -4404,7 +4404,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupGkeScalingUpPolicyD dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -4416,7 +4416,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -4428,7 +4428,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -4440,7 +4440,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -4452,7 +4452,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -4464,7 +4464,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -4485,8 +4485,8 @@ elastigroupGke.ElastigroupGkeScalingUpPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -4498,7 +4498,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -4510,7 +4510,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -9625,7 +9625,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -9643,7 +9643,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -9651,7 +9651,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -9659,7 +9659,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- diff --git a/docs/elastigroupGke.typescript.md b/docs/elastigroupGke.typescript.md index cb6c721b..93e18de4 100644 --- a/docs/elastigroupGke.typescript.md +++ b/docs/elastigroupGke.typescript.md @@ -4,7 +4,7 @@ ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -840,7 +840,7 @@ The construct id used in the generated config for the ElastigroupGke to import. The id of the existing ElastigroupGke that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use --- @@ -1797,10 +1797,10 @@ const elastigroupGkeBackendServices: elastigroupGke.ElastigroupGkeBackendService | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. | -| locationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. | +| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. | +| locationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. | | namedPorts | cdktf.IResolvable \| ElastigroupGkeBackendServicesNamedPorts[] | named_ports block. | -| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -1812,7 +1812,7 @@ public readonly serviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -1824,7 +1824,7 @@ public readonly locationType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -1838,7 +1838,7 @@ public readonly namedPorts: IResolvable | ElastigroupGkeBackendServicesNamedPort named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -1850,7 +1850,7 @@ public readonly scheme: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -1868,8 +1868,8 @@ const elastigroupGkeBackendServicesNamedPorts: elastigroupGke.ElastigroupGkeBack | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -1881,7 +1881,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -1893,7 +1893,7 @@ public readonly ports: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -1918,40 +1918,40 @@ const elastigroupGkeConfig: elastigroupGke.ElastigroupGkeConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| clusterZoneName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| clusterZoneName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | | backendServices | cdktf.IResolvable \| ElastigroupGkeBackendServices[] | backend_services block. | -| clusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| clusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | | disk | cdktf.IResolvable \| ElastigroupGkeDisk[] | disk block. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | -| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | +| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. | | gpu | cdktf.IResolvable \| ElastigroupGkeGpu[] | gpu block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| instanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | +| instanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. | | instanceTypesCustom | cdktf.IResolvable \| ElastigroupGkeInstanceTypesCustom[] | instance_types_custom block. | -| instanceTypesOndemand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | -| instanceTypesPreemptible | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | +| instanceTypesOndemand | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. | +| instanceTypesPreemptible | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. | | integrationDockerSwarm | ElastigroupGkeIntegrationDockerSwarm | integration_docker_swarm block. | | integrationGke | ElastigroupGkeIntegrationGke | integration_gke block. | -| ipForwarding | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | +| ipForwarding | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | | labels | cdktf.IResolvable \| ElastigroupGkeLabels[] | labels block. | -| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | | metadata | cdktf.IResolvable \| ElastigroupGkeMetadata[] | metadata block. | -| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | +| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | | networkInterface | cdktf.IResolvable \| ElastigroupGkeNetworkInterface[] | network_interface block. | -| nodeImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | -| ondemandCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | -| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | -| provisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | +| nodeImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | +| ondemandCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. | +| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | +| provisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | revertToPreemptible | cdktf.IResolvable \| ElastigroupGkeRevertToPreemptible[] | revert_to_preemptible block. | | scalingDownPolicy | cdktf.IResolvable \| ElastigroupGkeScalingDownPolicy[] | scaling_down_policy block. | | scalingUpPolicy | cdktf.IResolvable \| ElastigroupGkeScalingUpPolicy[] | scaling_up_policy block. | -| serviceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | -| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | -| startupScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | -| tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| serviceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | +| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | +| startupScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | +| tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -2033,7 +2033,7 @@ public readonly clusterZoneName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -2045,7 +2045,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -2057,7 +2057,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2071,7 +2071,7 @@ public readonly backendServices: IResolvable | ElastigroupGkeBackendServices[]; backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -2083,7 +2083,7 @@ public readonly clusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2097,7 +2097,7 @@ public readonly disk: IResolvable | ElastigroupGkeDisk[]; disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -2109,7 +2109,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -2121,7 +2121,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -2135,7 +2135,7 @@ public readonly gpu: IResolvable | ElastigroupGkeGpu[]; gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -2147,7 +2147,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2162,7 +2162,7 @@ public readonly instanceNamePrefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -2176,7 +2176,7 @@ public readonly instanceTypesCustom: IResolvable | ElastigroupGkeInstanceTypesCu instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2188,7 +2188,7 @@ public readonly instanceTypesOndemand: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2200,7 +2200,7 @@ public readonly instanceTypesPreemptible: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2214,7 +2214,7 @@ public readonly integrationDockerSwarm: ElastigroupGkeIntegrationDockerSwarm; integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2228,7 +2228,7 @@ public readonly integrationGke: ElastigroupGkeIntegrationGke; integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2240,7 +2240,7 @@ public readonly ipForwarding: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2254,7 +2254,7 @@ public readonly labels: IResolvable | ElastigroupGkeLabels[]; labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2266,7 +2266,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2280,7 +2280,7 @@ public readonly metadata: IResolvable | ElastigroupGkeMetadata[]; metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2292,7 +2292,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2306,7 +2306,7 @@ public readonly networkInterface: IResolvable | ElastigroupGkeNetworkInterface[] network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2318,7 +2318,7 @@ public readonly nodeImage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2330,7 +2330,7 @@ public readonly ondemandCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2342,7 +2342,7 @@ public readonly optimizationWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows}. --- @@ -2354,7 +2354,7 @@ public readonly preemptiblePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2366,7 +2366,7 @@ public readonly provisioningModel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2380,7 +2380,7 @@ public readonly revertToPreemptible: IResolvable | ElastigroupGkeRevertToPreempt revert_to_preemptible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} --- @@ -2394,7 +2394,7 @@ public readonly scalingDownPolicy: IResolvable | ElastigroupGkeScalingDownPolicy scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2408,7 +2408,7 @@ public readonly scalingUpPolicy: IResolvable | ElastigroupGkeScalingUpPolicy[]; scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2420,7 +2420,7 @@ public readonly serviceAccount: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2432,7 +2432,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2444,7 +2444,7 @@ public readonly startupScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2456,7 +2456,7 @@ public readonly tags: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2474,14 +2474,14 @@ const elastigroupGkeDisk: elastigroupGke.ElastigroupGkeDisk = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoDelete | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. | -| boot | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. | +| autoDelete | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. | +| boot | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. | | initializeParams | cdktf.IResolvable \| ElastigroupGkeDiskInitializeParams[] | initialize_params block. | -| interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | +| mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2493,7 +2493,7 @@ public readonly autoDelete: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -2505,7 +2505,7 @@ public readonly boot: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -2517,7 +2517,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -2531,7 +2531,7 @@ public readonly initializeParams: IResolvable | ElastigroupGkeDiskInitializePara initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -2543,7 +2543,7 @@ public readonly interface: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -2555,7 +2555,7 @@ public readonly mode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -2567,7 +2567,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -2579,7 +2579,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2597,9 +2597,9 @@ const elastigroupGkeDiskInitializeParams: elastigroupGke.ElastigroupGkeDiskIniti | **Name** | **Type** | **Description** | | --- | --- | --- | -| sourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. | -| diskSizeGb | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. | -| diskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | +| sourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. | +| diskSizeGb | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. | +| diskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -2611,7 +2611,7 @@ public readonly sourceImage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -2623,7 +2623,7 @@ public readonly diskSizeGb: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -2635,7 +2635,7 @@ public readonly diskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -2653,8 +2653,8 @@ const elastigroupGkeGpu: elastigroupGke.ElastigroupGkeGpu = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2666,7 +2666,7 @@ public readonly count: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -2678,7 +2678,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2696,8 +2696,8 @@ const elastigroupGkeInstanceTypesCustom: elastigroupGke.ElastigroupGkeInstanceTy | **Name** | **Type** | **Description** | | --- | --- | --- | -| memoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. | -| vcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | +| memoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. | +| vcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -2709,7 +2709,7 @@ public readonly memoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -2721,7 +2721,7 @@ public readonly vcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -2739,8 +2739,8 @@ const elastigroupGkeIntegrationDockerSwarm: elastigroupGke.ElastigroupGkeIntegra | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. | -| masterPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | +| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. | +| masterPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -2752,7 +2752,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -2764,7 +2764,7 @@ public readonly masterPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -2782,15 +2782,15 @@ const elastigroupGkeIntegrationGke: elastigroupGke.ElastigroupGkeIntegrationGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. | +| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. | | autoscaleDown | ElastigroupGkeIntegrationGkeAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | ElastigroupGkeIntegrationGkeAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. | -| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. | +| autoscaleIsAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. | +| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. | | autoscaleLabels | cdktf.IResolvable \| ElastigroupGkeIntegrationGkeAutoscaleLabels[] | autoscale_labels block. | -| autoUpdate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. | -| clusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | -| location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | +| autoUpdate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. | +| clusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -2802,7 +2802,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -2816,7 +2816,7 @@ public readonly autoscaleDown: ElastigroupGkeIntegrationGkeAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -2830,7 +2830,7 @@ public readonly autoscaleHeadroom: ElastigroupGkeIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -2842,7 +2842,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -2854,7 +2854,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -2868,7 +2868,7 @@ public readonly autoscaleLabels: IResolvable | ElastigroupGkeIntegrationGkeAutos autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -2880,7 +2880,7 @@ public readonly autoUpdate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -2892,7 +2892,7 @@ public readonly clusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2904,7 +2904,7 @@ public readonly location: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -2922,7 +2922,7 @@ const elastigroupGkeIntegrationGkeAutoscaleDown: elastigroupGke.ElastigroupGkeIn | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -2934,7 +2934,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -2952,9 +2952,9 @@ const elastigroupGkeIntegrationGkeAutoscaleHeadroom: elastigroupGke.ElastigroupG | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -2966,7 +2966,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -2978,7 +2978,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -2990,7 +2990,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -3008,8 +3008,8 @@ const elastigroupGkeIntegrationGkeAutoscaleLabels: elastigroupGke.ElastigroupGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3021,7 +3021,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3033,7 +3033,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3051,8 +3051,8 @@ const elastigroupGkeLabels: elastigroupGke.ElastigroupGkeLabels = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3064,7 +3064,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3076,7 +3076,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3094,8 +3094,8 @@ const elastigroupGkeMetadata: elastigroupGke.ElastigroupGkeMetadata = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3107,7 +3107,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3119,7 +3119,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3137,7 +3137,7 @@ const elastigroupGkeNetworkInterface: elastigroupGke.ElastigroupGkeNetworkInterf | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | | accessConfigs | cdktf.IResolvable \| ElastigroupGkeNetworkInterfaceAccessConfigs[] | access_configs block. | | aliasIpRanges | cdktf.IResolvable \| ElastigroupGkeNetworkInterfaceAliasIpRanges[] | alias_ip_ranges block. | @@ -3151,7 +3151,7 @@ public readonly network: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3165,7 +3165,7 @@ public readonly accessConfigs: IResolvable | ElastigroupGkeNetworkInterfaceAcces access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3179,7 +3179,7 @@ public readonly aliasIpRanges: IResolvable | ElastigroupGkeNetworkInterfaceAlias alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3197,8 +3197,8 @@ const elastigroupGkeNetworkInterfaceAccessConfigs: elastigroupGke.ElastigroupGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3210,7 +3210,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3222,7 +3222,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3240,8 +3240,8 @@ const elastigroupGkeNetworkInterfaceAliasIpRanges: elastigroupGke.ElastigroupGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. | -| subnetworkRangeName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | +| ipCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. | +| subnetworkRangeName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3253,7 +3253,7 @@ public readonly ipCidrRange: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3265,7 +3265,7 @@ public readonly subnetworkRangeName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3283,7 +3283,7 @@ const elastigroupGkeRevertToPreemptible: elastigroupGke.ElastigroupGkeRevertToPr | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. | +| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. | --- @@ -3295,7 +3295,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at}. --- @@ -3313,20 +3313,20 @@ const elastigroupGkeScalingDownPolicy: elastigroupGke.ElastigroupGkeScalingDownP | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| adjustment | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | +| adjustment | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | | dimensions | cdktf.IResolvable \| ElastigroupGkeScalingDownPolicyDimensions[] | dimensions block. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3338,7 +3338,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3350,7 +3350,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3362,7 +3362,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3374,7 +3374,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3386,7 +3386,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3398,7 +3398,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3410,7 +3410,7 @@ public readonly adjustment: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3422,7 +3422,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3436,7 +3436,7 @@ public readonly dimensions: IResolvable | ElastigroupGkeScalingDownPolicyDimensi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3448,7 +3448,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3460,7 +3460,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3472,7 +3472,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3484,7 +3484,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3496,7 +3496,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3514,8 +3514,8 @@ const elastigroupGkeScalingDownPolicyDimensions: elastigroupGke.ElastigroupGkeSc | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3527,7 +3527,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3539,7 +3539,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3557,20 +3557,20 @@ const elastigroupGkeScalingUpPolicy: elastigroupGke.ElastigroupGkeScalingUpPolic | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| adjustment | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | +| adjustment | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | | dimensions | cdktf.IResolvable \| ElastigroupGkeScalingUpPolicyDimensions[] | dimensions block. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3582,7 +3582,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3594,7 +3594,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3606,7 +3606,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3618,7 +3618,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3630,7 +3630,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3642,7 +3642,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3654,7 +3654,7 @@ public readonly adjustment: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3666,7 +3666,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3680,7 +3680,7 @@ public readonly dimensions: IResolvable | ElastigroupGkeScalingUpPolicyDimension dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3692,7 +3692,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3704,7 +3704,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3716,7 +3716,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3728,7 +3728,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3740,7 +3740,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3758,8 +3758,8 @@ const elastigroupGkeScalingUpPolicyDimensions: elastigroupGke.ElastigroupGkeScal | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3771,7 +3771,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3783,7 +3783,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- diff --git a/docs/healthCheck.csharp.md b/docs/healthCheck.csharp.md index 4db6104b..e786c73d 100644 --- a/docs/healthCheck.csharp.md +++ b/docs/healthCheck.csharp.md @@ -4,7 +4,7 @@ ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the HealthCheck to import. The id of the existing HealthCheck that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use --- @@ -859,15 +859,15 @@ new HealthCheckCheck { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Healthy | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#healthy HealthCheck#healthy}. | -| Interval | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#interval HealthCheck#interval}. | -| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#port HealthCheck#port}. | -| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#protocol HealthCheck#protocol}. | -| Unhealthy | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| Endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| EndPoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#end_point HealthCheck#end_point}. | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#timeout HealthCheck#timeout}. | -| TimeOut | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#time_out HealthCheck#time_out}. | +| Healthy | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#healthy HealthCheck#healthy}. | +| Interval | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#interval HealthCheck#interval}. | +| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#port HealthCheck#port}. | +| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#protocol HealthCheck#protocol}. | +| Unhealthy | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | +| Endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | +| EndPoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#end_point HealthCheck#end_point}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#timeout HealthCheck#timeout}. | +| TimeOut | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -879,7 +879,7 @@ public double Healthy { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -891,7 +891,7 @@ public double Interval { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -903,7 +903,7 @@ public double Port { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -915,7 +915,7 @@ public string Protocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -927,7 +927,7 @@ public double Unhealthy { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -939,7 +939,7 @@ public string Endpoint { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -951,7 +951,7 @@ public string EndPoint { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -963,7 +963,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -975,7 +975,7 @@ public double TimeOut { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -1014,12 +1014,12 @@ new HealthCheckConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ProxyAddress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | -| ResourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | +| ProxyAddress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | +| ResourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | | Check | HealthCheckCheck | check block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. | -| ProxyPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. | +| ProxyPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -1101,7 +1101,7 @@ public string ProxyAddress { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -1113,7 +1113,7 @@ public string ResourceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -1127,7 +1127,7 @@ public HealthCheckCheck Check { get; set; } check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#check HealthCheck#check} --- @@ -1139,7 +1139,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1154,7 +1154,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1166,7 +1166,7 @@ public double ProxyPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/healthCheck.go.md b/docs/healthCheck.go.md index 03f10dac..bae431a6 100644 --- a/docs/healthCheck.go.md +++ b/docs/healthCheck.go.md @@ -4,7 +4,7 @@ ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the HealthCheck to import. The id of the existing HealthCheck that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use --- @@ -859,15 +859,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Healthy | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#healthy HealthCheck#healthy}. | -| Interval | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#interval HealthCheck#interval}. | -| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#port HealthCheck#port}. | -| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#protocol HealthCheck#protocol}. | -| Unhealthy | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| Endpoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| EndPoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#end_point HealthCheck#end_point}. | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#timeout HealthCheck#timeout}. | -| TimeOut | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#time_out HealthCheck#time_out}. | +| Healthy | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#healthy HealthCheck#healthy}. | +| Interval | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#interval HealthCheck#interval}. | +| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#port HealthCheck#port}. | +| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#protocol HealthCheck#protocol}. | +| Unhealthy | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | +| Endpoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | +| EndPoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#end_point HealthCheck#end_point}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#timeout HealthCheck#timeout}. | +| TimeOut | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -879,7 +879,7 @@ Healthy *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -891,7 +891,7 @@ Interval *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -903,7 +903,7 @@ Port *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -915,7 +915,7 @@ Protocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -927,7 +927,7 @@ Unhealthy *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -939,7 +939,7 @@ Endpoint *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -951,7 +951,7 @@ EndPoint *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -963,7 +963,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -975,7 +975,7 @@ TimeOut *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -1014,12 +1014,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ProxyAddress | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | -| ResourceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | +| ProxyAddress | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | +| ResourceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | | Check | HealthCheckCheck | check block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. | -| ProxyPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. | +| ProxyPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -1101,7 +1101,7 @@ ProxyAddress *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -1113,7 +1113,7 @@ ResourceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -1127,7 +1127,7 @@ Check HealthCheckCheck check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#check HealthCheck#check} --- @@ -1139,7 +1139,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1154,7 +1154,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1166,7 +1166,7 @@ ProxyPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/healthCheck.java.md b/docs/healthCheck.java.md index 7955fbd6..d9df8b09 100644 --- a/docs/healthCheck.java.md +++ b/docs/healthCheck.java.md @@ -4,7 +4,7 @@ ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -43,12 +43,12 @@ HealthCheck.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| proxyAddress | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | -| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | +| proxyAddress | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | +| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | | check | HealthCheckCheck | check block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. | -| proxyPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. | +| proxyPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#check HealthCheck#check} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- @@ -629,7 +629,7 @@ The construct id used in the generated config for the HealthCheck to import. The id of the existing HealthCheck that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use --- @@ -980,15 +980,15 @@ HealthCheckCheck.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthy | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#healthy HealthCheck#healthy}. | -| interval | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#interval HealthCheck#interval}. | -| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#port HealthCheck#port}. | -| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#protocol HealthCheck#protocol}. | -| unhealthy | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| endPoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#end_point HealthCheck#end_point}. | -| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#timeout HealthCheck#timeout}. | -| timeOut | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#time_out HealthCheck#time_out}. | +| healthy | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#healthy HealthCheck#healthy}. | +| interval | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#interval HealthCheck#interval}. | +| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#port HealthCheck#port}. | +| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#protocol HealthCheck#protocol}. | +| unhealthy | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | +| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | +| endPoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#end_point HealthCheck#end_point}. | +| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#timeout HealthCheck#timeout}. | +| timeOut | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -1000,7 +1000,7 @@ public java.lang.Number getHealthy(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -1012,7 +1012,7 @@ public java.lang.Number getInterval(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -1024,7 +1024,7 @@ public java.lang.Number getPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -1036,7 +1036,7 @@ public java.lang.String getProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -1048,7 +1048,7 @@ public java.lang.Number getUnhealthy(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -1060,7 +1060,7 @@ public java.lang.String getEndpoint(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -1072,7 +1072,7 @@ public java.lang.String getEndPoint(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -1084,7 +1084,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -1096,7 +1096,7 @@ public java.lang.Number getTimeOut(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -1139,12 +1139,12 @@ HealthCheckConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| proxyAddress | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | -| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | +| proxyAddress | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | +| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | | check | HealthCheckCheck | check block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. | -| proxyPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. | +| proxyPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -1226,7 +1226,7 @@ public java.lang.String getProxyAddress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -1238,7 +1238,7 @@ public java.lang.String getResourceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -1252,7 +1252,7 @@ public HealthCheckCheck getCheck(); check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#check HealthCheck#check} --- @@ -1264,7 +1264,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1279,7 +1279,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1291,7 +1291,7 @@ public java.lang.Number getProxyPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/healthCheck.python.md b/docs/healthCheck.python.md index d7c296e5..b2ca15ea 100644 --- a/docs/healthCheck.python.md +++ b/docs/healthCheck.python.md @@ -4,7 +4,7 @@ ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -41,12 +41,12 @@ healthCheck.HealthCheck( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| proxy_address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | -| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | +| proxy_address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | +| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | | check | HealthCheckCheck | check block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. | -| proxy_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. | +| proxy_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#check HealthCheck#check} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -151,7 +151,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- @@ -543,7 +543,7 @@ def put_check( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -551,7 +551,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -559,7 +559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -567,7 +567,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -575,7 +575,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -583,7 +583,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -591,7 +591,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -599,7 +599,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -607,7 +607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -749,7 +749,7 @@ The construct id used in the generated config for the HealthCheck to import. The id of the existing HealthCheck that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use --- @@ -1100,15 +1100,15 @@ healthCheck.HealthCheckCheck( | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthy | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#healthy HealthCheck#healthy}. | -| interval | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#interval HealthCheck#interval}. | -| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#port HealthCheck#port}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#protocol HealthCheck#protocol}. | -| unhealthy | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| end_point | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#end_point HealthCheck#end_point}. | -| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#timeout HealthCheck#timeout}. | -| time_out | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#time_out HealthCheck#time_out}. | +| healthy | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#healthy HealthCheck#healthy}. | +| interval | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#interval HealthCheck#interval}. | +| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#port HealthCheck#port}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#protocol HealthCheck#protocol}. | +| unhealthy | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | +| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | +| end_point | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#end_point HealthCheck#end_point}. | +| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#timeout HealthCheck#timeout}. | +| time_out | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -1120,7 +1120,7 @@ healthy: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -1132,7 +1132,7 @@ interval: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -1144,7 +1144,7 @@ port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -1156,7 +1156,7 @@ protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -1168,7 +1168,7 @@ unhealthy: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -1180,7 +1180,7 @@ endpoint: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -1192,7 +1192,7 @@ end_point: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -1204,7 +1204,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -1216,7 +1216,7 @@ time_out: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -1255,12 +1255,12 @@ healthCheck.HealthCheckConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| proxy_address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | -| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | +| proxy_address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | +| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | | check | HealthCheckCheck | check block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. | -| proxy_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. | +| proxy_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -1342,7 +1342,7 @@ proxy_address: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -1354,7 +1354,7 @@ resource_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -1368,7 +1368,7 @@ check: HealthCheckCheck check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#check HealthCheck#check} --- @@ -1380,7 +1380,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1395,7 +1395,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1407,7 +1407,7 @@ proxy_port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/healthCheck.typescript.md b/docs/healthCheck.typescript.md index 97bb28ec..8c3662e3 100644 --- a/docs/healthCheck.typescript.md +++ b/docs/healthCheck.typescript.md @@ -4,7 +4,7 @@ ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the HealthCheck to import. The id of the existing HealthCheck that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use --- @@ -849,15 +849,15 @@ const healthCheckCheck: healthCheck.HealthCheckCheck = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthy | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#healthy HealthCheck#healthy}. | -| interval | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#interval HealthCheck#interval}. | -| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#port HealthCheck#port}. | -| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#protocol HealthCheck#protocol}. | -| unhealthy | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| endPoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#end_point HealthCheck#end_point}. | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#timeout HealthCheck#timeout}. | -| timeOut | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#time_out HealthCheck#time_out}. | +| healthy | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#healthy HealthCheck#healthy}. | +| interval | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#interval HealthCheck#interval}. | +| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#port HealthCheck#port}. | +| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#protocol HealthCheck#protocol}. | +| unhealthy | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | +| endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | +| endPoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#end_point HealthCheck#end_point}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#timeout HealthCheck#timeout}. | +| timeOut | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -869,7 +869,7 @@ public readonly healthy: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -881,7 +881,7 @@ public readonly interval: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -893,7 +893,7 @@ public readonly port: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -905,7 +905,7 @@ public readonly protocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -917,7 +917,7 @@ public readonly unhealthy: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -929,7 +929,7 @@ public readonly endpoint: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -941,7 +941,7 @@ public readonly endPoint: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -953,7 +953,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -965,7 +965,7 @@ public readonly timeOut: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -990,12 +990,12 @@ const healthCheckConfig: healthCheck.HealthCheckConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| proxyAddress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | -| resourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | +| proxyAddress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | +| resourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. | | check | HealthCheckCheck | check block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. | -| proxyPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. | +| proxyPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -1077,7 +1077,7 @@ public readonly proxyAddress: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -1089,7 +1089,7 @@ public readonly resourceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -1103,7 +1103,7 @@ public readonly check: HealthCheckCheck; check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#check HealthCheck#check} --- @@ -1115,7 +1115,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1130,7 +1130,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1142,7 +1142,7 @@ public readonly proxyPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/managedInstanceAws.csharp.md b/docs/managedInstanceAws.csharp.md index 2264e441..3f75f0ee 100644 --- a/docs/managedInstanceAws.csharp.md +++ b/docs/managedInstanceAws.csharp.md @@ -4,7 +4,7 @@ ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -890,7 +890,7 @@ The construct id used in the generated config for the ManagedInstanceAws to impo The id of the existing ManagedInstanceAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use --- @@ -2136,7 +2136,7 @@ new ManagedInstanceAwsBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | Ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2149,7 +2149,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -2163,7 +2163,7 @@ public ManagedInstanceAwsBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -2190,14 +2190,14 @@ new ManagedInstanceAwsBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | -| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | -| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. | -| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | +| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | +| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | +| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. | +| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2209,7 +2209,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2221,7 +2221,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. --- @@ -2233,7 +2233,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2245,7 +2245,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. --- @@ -2257,7 +2257,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. --- @@ -2269,7 +2269,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2281,7 +2281,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2293,7 +2293,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2373,53 +2373,53 @@ new ManagedInstanceAwsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | -| InstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| PersistBlockDevices | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | -| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | -| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | -| VpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | -| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | +| InstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| PersistBlockDevices | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | +| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | +| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | +| VpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | +| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | | BlockDeviceMappings | object | block_device_mappings block. | -| BlockDevicesMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | -| CpuCredits | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | +| BlockDevicesMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | +| CpuCredits | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | | Delete | object | delete block. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | -| EbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | -| ElasticIp | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | -| EnableMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | -| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | -| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | +| EbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | +| ElasticIp | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | +| EnableMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | +| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | +| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | | IntegrationRoute53 | ManagedInstanceAwsIntegrationRoute53 | integration_route53 block. | -| KeyPair | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | -| LifeCycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | +| KeyPair | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | +| LifeCycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | | LoadBalancers | object | load_balancers block. | | ManagedInstanceAction | ManagedInstanceAwsManagedInstanceAction | managed_instance_action block. | | MetadataOptions | ManagedInstanceAwsMetadataOptions | metadata_options block. | -| MinimumInstanceLifetime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | +| MinimumInstanceLifetime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | | NetworkInterface | object | network_interface block. | -| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | -| Orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | -| PersistPrivateIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | -| PersistRootDevice | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | -| PlacementTenancy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | -| PreferredType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | -| PrivateIp | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | +| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | +| Orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | +| PersistPrivateIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | +| PersistRootDevice | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | +| PlacementTenancy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | +| PreferredType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | +| PrivateIp | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | | ResourceTagSpecification | object | resource_tag_specification block. | | RevertToSpot | ManagedInstanceAwsRevertToSpot | revert_to_spot block. | | ScheduledTask | object | scheduled_task block. | -| SecurityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | -| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | +| SecurityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | +| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | | Tags | object | tags block. | -| UnhealthyDuration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | -| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | -| UtilizeReservedInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | +| UnhealthyDuration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | +| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | +| UtilizeReservedInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -2501,7 +2501,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -2513,7 +2513,7 @@ public string[] InstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -2525,7 +2525,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -2537,7 +2537,7 @@ public object PersistBlockDevices { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -2549,7 +2549,7 @@ public string Product { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -2561,7 +2561,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -2573,7 +2573,7 @@ public string VpcId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -2585,7 +2585,7 @@ public object AutoHealing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -2599,7 +2599,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -2611,7 +2611,7 @@ public string BlockDevicesMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -2623,7 +2623,7 @@ public string CpuCredits { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -2637,7 +2637,7 @@ public object Delete { get; set; } delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -2649,7 +2649,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -2661,7 +2661,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -2673,7 +2673,7 @@ public object EbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -2685,7 +2685,7 @@ public string ElasticIp { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -2697,7 +2697,7 @@ public object EnableMonitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -2709,7 +2709,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -2721,7 +2721,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -2733,7 +2733,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -2745,7 +2745,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -2757,7 +2757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2774,7 +2774,7 @@ public ManagedInstanceAwsIntegrationRoute53 IntegrationRoute53 { get; set; } integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -2786,7 +2786,7 @@ public string KeyPair { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -2798,7 +2798,7 @@ public string LifeCycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -2812,7 +2812,7 @@ public object LoadBalancers { get; set; } load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -2826,7 +2826,7 @@ public ManagedInstanceAwsManagedInstanceAction ManagedInstanceAction { get; set; managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -2840,7 +2840,7 @@ public ManagedInstanceAwsMetadataOptions MetadataOptions { get; set; } metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} --- @@ -2852,7 +2852,7 @@ public double MinimumInstanceLifetime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -2866,7 +2866,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -2878,7 +2878,7 @@ public string[] OptimizationWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -2890,7 +2890,7 @@ public string Orientation { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -2902,7 +2902,7 @@ public object PersistPrivateIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -2914,7 +2914,7 @@ public object PersistRootDevice { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -2926,7 +2926,7 @@ public string PlacementTenancy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -2938,7 +2938,7 @@ public string PreferredType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -2950,7 +2950,7 @@ public string PrivateIp { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -2962,7 +2962,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -2976,7 +2976,7 @@ public object ResourceTagSpecification { get; set; } resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -2990,7 +2990,7 @@ public ManagedInstanceAwsRevertToSpot RevertToSpot { get; set; } revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -3004,7 +3004,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -3016,7 +3016,7 @@ public string[] SecurityGroupIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -3028,7 +3028,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -3042,7 +3042,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -3054,7 +3054,7 @@ public double UnhealthyDuration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -3066,7 +3066,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -3078,7 +3078,7 @@ public object UtilizeReservedInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -3103,12 +3103,12 @@ new ManagedInstanceAwsDelete { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AmiBackupShouldDeleteImages | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. | -| DeallocationConfigShouldDeleteImages | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. | -| ShouldDeleteNetworkInterfaces | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. | -| ShouldDeleteSnapshots | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. | -| ShouldDeleteVolumes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. | -| ShouldTerminateInstance | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | +| AmiBackupShouldDeleteImages | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. | +| DeallocationConfigShouldDeleteImages | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. | +| ShouldDeleteNetworkInterfaces | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. | +| ShouldDeleteSnapshots | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. | +| ShouldDeleteVolumes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. | +| ShouldTerminateInstance | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -3120,7 +3120,7 @@ public object AmiBackupShouldDeleteImages { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -3132,7 +3132,7 @@ public object DeallocationConfigShouldDeleteImages { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -3144,7 +3144,7 @@ public object ShouldDeleteNetworkInterfaces { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -3156,7 +3156,7 @@ public object ShouldDeleteSnapshots { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -3168,7 +3168,7 @@ public object ShouldDeleteVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -3180,7 +3180,7 @@ public object ShouldTerminateInstance { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -3214,7 +3214,7 @@ public object Domains { get; set; } domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -3237,10 +3237,10 @@ new ManagedInstanceAwsIntegrationRoute53Domains { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. | +| HostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. | | RecordSets | object | record_sets block. | -| RecordSetType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. | -| SpotinstAcctId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | +| RecordSetType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. | +| SpotinstAcctId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3252,7 +3252,7 @@ public string HostedZoneId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3266,7 +3266,7 @@ public object RecordSets { get; set; } record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3278,7 +3278,7 @@ public string RecordSetType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3290,7 +3290,7 @@ public string SpotinstAcctId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3312,9 +3312,9 @@ new ManagedInstanceAwsIntegrationRoute53DomainsRecordSets { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| UsePublicDns | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. | -| UsePublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| UsePublicDns | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. | +| UsePublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3326,7 +3326,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3338,7 +3338,7 @@ public object UsePublicDns { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3350,7 +3350,7 @@ public object UsePublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3372,9 +3372,9 @@ new ManagedInstanceAwsLoadBalancers { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | --- @@ -3386,7 +3386,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3398,7 +3398,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -3410,7 +3410,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3430,7 +3430,7 @@ new ManagedInstanceAwsManagedInstanceAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -3442,7 +3442,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3464,9 +3464,9 @@ new ManagedInstanceAwsMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. | -| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. | -| InstanceMetadataTags | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. | +| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. | +| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. | +| InstanceMetadataTags | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. | --- @@ -3478,7 +3478,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. --- @@ -3490,7 +3490,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. --- @@ -3502,7 +3502,7 @@ public string InstanceMetadataTags { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. --- @@ -3524,9 +3524,9 @@ new ManagedInstanceAwsNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. | -| AssociateIpv6Address | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. | -| AssociatePublicIpAddress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | +| DeviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. | +| AssociateIpv6Address | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. | +| AssociatePublicIpAddress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -3538,7 +3538,7 @@ public string DeviceIndex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -3550,7 +3550,7 @@ public object AssociateIpv6Address { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -3562,7 +3562,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -3585,10 +3585,10 @@ new ManagedInstanceAwsResourceTagSpecification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagAmis | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. | -| ShouldTagEnis | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. | -| ShouldTagSnapshots | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. | -| ShouldTagVolumes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | +| ShouldTagAmis | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. | +| ShouldTagEnis | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. | +| ShouldTagSnapshots | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. | +| ShouldTagVolumes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -3600,7 +3600,7 @@ public object ShouldTagAmis { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -3612,7 +3612,7 @@ public object ShouldTagEnis { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -3624,7 +3624,7 @@ public object ShouldTagSnapshots { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -3636,7 +3636,7 @@ public object ShouldTagVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -3656,7 +3656,7 @@ new ManagedInstanceAwsRevertToSpot { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | +| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -3668,7 +3668,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -3692,11 +3692,11 @@ new ManagedInstanceAwsScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. | -| Frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. | -| StartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. | +| Frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. | +| StartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -3708,7 +3708,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -3720,7 +3720,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -3732,7 +3732,7 @@ public string Frequency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -3744,7 +3744,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -3756,7 +3756,7 @@ public string StartTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -3777,8 +3777,8 @@ new ManagedInstanceAwsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -3790,7 +3790,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -3802,7 +3802,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- diff --git a/docs/managedInstanceAws.go.md b/docs/managedInstanceAws.go.md index 42ead481..456d8b81 100644 --- a/docs/managedInstanceAws.go.md +++ b/docs/managedInstanceAws.go.md @@ -4,7 +4,7 @@ ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -890,7 +890,7 @@ The construct id used in the generated config for the ManagedInstanceAws to impo The id of the existing ManagedInstanceAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use --- @@ -2136,7 +2136,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | Ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2149,7 +2149,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -2163,7 +2163,7 @@ Ebs ManagedInstanceAwsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -2190,14 +2190,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | -| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | -| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. | -| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | +| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | +| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | +| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. | +| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2209,7 +2209,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2221,7 +2221,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. --- @@ -2233,7 +2233,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2245,7 +2245,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. --- @@ -2257,7 +2257,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. --- @@ -2269,7 +2269,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2281,7 +2281,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2293,7 +2293,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2373,53 +2373,53 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | -| InstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| PersistBlockDevices | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | -| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | -| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | -| VpcId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | -| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | +| InstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| PersistBlockDevices | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | +| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | +| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | +| VpcId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | +| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | | BlockDeviceMappings | interface{} | block_device_mappings block. | -| BlockDevicesMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | -| CpuCredits | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | +| BlockDevicesMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | +| CpuCredits | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | | Delete | interface{} | delete block. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | -| EbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | -| ElasticIp | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | -| EnableMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | -| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | -| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | +| EbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | +| ElasticIp | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | +| EnableMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | +| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | +| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | | IntegrationRoute53 | ManagedInstanceAwsIntegrationRoute53 | integration_route53 block. | -| KeyPair | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | -| LifeCycle | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | +| KeyPair | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | +| LifeCycle | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | | LoadBalancers | interface{} | load_balancers block. | | ManagedInstanceAction | ManagedInstanceAwsManagedInstanceAction | managed_instance_action block. | | MetadataOptions | ManagedInstanceAwsMetadataOptions | metadata_options block. | -| MinimumInstanceLifetime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | +| MinimumInstanceLifetime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | | NetworkInterface | interface{} | network_interface block. | -| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | -| Orientation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | -| PersistPrivateIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | -| PersistRootDevice | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | -| PlacementTenancy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | -| PreferredType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | -| PrivateIp | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | +| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | +| Orientation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | +| PersistPrivateIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | +| PersistRootDevice | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | +| PlacementTenancy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | +| PreferredType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | +| PrivateIp | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | | ResourceTagSpecification | interface{} | resource_tag_specification block. | | RevertToSpot | ManagedInstanceAwsRevertToSpot | revert_to_spot block. | | ScheduledTask | interface{} | scheduled_task block. | -| SecurityGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | -| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | +| SecurityGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | +| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | | Tags | interface{} | tags block. | -| UnhealthyDuration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | -| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | -| UtilizeReservedInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | +| UnhealthyDuration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | +| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | +| UtilizeReservedInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -2501,7 +2501,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -2513,7 +2513,7 @@ InstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -2525,7 +2525,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -2537,7 +2537,7 @@ PersistBlockDevices interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -2549,7 +2549,7 @@ Product *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -2561,7 +2561,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -2573,7 +2573,7 @@ VpcId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -2585,7 +2585,7 @@ AutoHealing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -2599,7 +2599,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -2611,7 +2611,7 @@ BlockDevicesMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -2623,7 +2623,7 @@ CpuCredits *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -2637,7 +2637,7 @@ Delete interface{} delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -2649,7 +2649,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -2661,7 +2661,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -2673,7 +2673,7 @@ EbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -2685,7 +2685,7 @@ ElasticIp *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -2697,7 +2697,7 @@ EnableMonitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -2709,7 +2709,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -2721,7 +2721,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -2733,7 +2733,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -2745,7 +2745,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -2757,7 +2757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2774,7 +2774,7 @@ IntegrationRoute53 ManagedInstanceAwsIntegrationRoute53 integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -2786,7 +2786,7 @@ KeyPair *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -2798,7 +2798,7 @@ LifeCycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -2812,7 +2812,7 @@ LoadBalancers interface{} load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -2826,7 +2826,7 @@ ManagedInstanceAction ManagedInstanceAwsManagedInstanceAction managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -2840,7 +2840,7 @@ MetadataOptions ManagedInstanceAwsMetadataOptions metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} --- @@ -2852,7 +2852,7 @@ MinimumInstanceLifetime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -2866,7 +2866,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -2878,7 +2878,7 @@ OptimizationWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -2890,7 +2890,7 @@ Orientation *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -2902,7 +2902,7 @@ PersistPrivateIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -2914,7 +2914,7 @@ PersistRootDevice interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -2926,7 +2926,7 @@ PlacementTenancy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -2938,7 +2938,7 @@ PreferredType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -2950,7 +2950,7 @@ PrivateIp *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -2962,7 +2962,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -2976,7 +2976,7 @@ ResourceTagSpecification interface{} resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -2990,7 +2990,7 @@ RevertToSpot ManagedInstanceAwsRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -3004,7 +3004,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -3016,7 +3016,7 @@ SecurityGroupIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -3028,7 +3028,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -3042,7 +3042,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -3054,7 +3054,7 @@ UnhealthyDuration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -3066,7 +3066,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -3078,7 +3078,7 @@ UtilizeReservedInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -3103,12 +3103,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| AmiBackupShouldDeleteImages | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. | -| DeallocationConfigShouldDeleteImages | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. | -| ShouldDeleteNetworkInterfaces | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. | -| ShouldDeleteSnapshots | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. | -| ShouldDeleteVolumes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. | -| ShouldTerminateInstance | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | +| AmiBackupShouldDeleteImages | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. | +| DeallocationConfigShouldDeleteImages | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. | +| ShouldDeleteNetworkInterfaces | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. | +| ShouldDeleteSnapshots | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. | +| ShouldDeleteVolumes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. | +| ShouldTerminateInstance | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -3120,7 +3120,7 @@ AmiBackupShouldDeleteImages interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -3132,7 +3132,7 @@ DeallocationConfigShouldDeleteImages interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -3144,7 +3144,7 @@ ShouldDeleteNetworkInterfaces interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -3156,7 +3156,7 @@ ShouldDeleteSnapshots interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -3168,7 +3168,7 @@ ShouldDeleteVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -3180,7 +3180,7 @@ ShouldTerminateInstance interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -3214,7 +3214,7 @@ Domains interface{} domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -3237,10 +3237,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostedZoneId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. | +| HostedZoneId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. | | RecordSets | interface{} | record_sets block. | -| RecordSetType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. | -| SpotinstAcctId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | +| RecordSetType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. | +| SpotinstAcctId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3252,7 +3252,7 @@ HostedZoneId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3266,7 +3266,7 @@ RecordSets interface{} record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3278,7 +3278,7 @@ RecordSetType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3290,7 +3290,7 @@ SpotinstAcctId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3312,9 +3312,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| UsePublicDns | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. | -| UsePublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| UsePublicDns | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. | +| UsePublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3326,7 +3326,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3338,7 +3338,7 @@ UsePublicDns interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3350,7 +3350,7 @@ UsePublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3372,9 +3372,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | --- @@ -3386,7 +3386,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3398,7 +3398,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -3410,7 +3410,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3430,7 +3430,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -3442,7 +3442,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3464,9 +3464,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. | -| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. | -| InstanceMetadataTags | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. | +| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. | +| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. | +| InstanceMetadataTags | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. | --- @@ -3478,7 +3478,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. --- @@ -3490,7 +3490,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. --- @@ -3502,7 +3502,7 @@ InstanceMetadataTags *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. --- @@ -3524,9 +3524,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceIndex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. | -| AssociateIpv6Address | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. | -| AssociatePublicIpAddress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | +| DeviceIndex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. | +| AssociateIpv6Address | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. | +| AssociatePublicIpAddress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -3538,7 +3538,7 @@ DeviceIndex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -3550,7 +3550,7 @@ AssociateIpv6Address interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -3562,7 +3562,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -3585,10 +3585,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagAmis | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. | -| ShouldTagEnis | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. | -| ShouldTagSnapshots | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. | -| ShouldTagVolumes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | +| ShouldTagAmis | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. | +| ShouldTagEnis | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. | +| ShouldTagSnapshots | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. | +| ShouldTagVolumes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -3600,7 +3600,7 @@ ShouldTagAmis interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -3612,7 +3612,7 @@ ShouldTagEnis interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -3624,7 +3624,7 @@ ShouldTagSnapshots interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -3636,7 +3636,7 @@ ShouldTagVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -3656,7 +3656,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | +| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -3668,7 +3668,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -3692,11 +3692,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. | -| Frequency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. | -| StartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. | +| Frequency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. | +| StartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -3708,7 +3708,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -3720,7 +3720,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -3732,7 +3732,7 @@ Frequency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -3744,7 +3744,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -3756,7 +3756,7 @@ StartTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -3777,8 +3777,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -3790,7 +3790,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -3802,7 +3802,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- diff --git a/docs/managedInstanceAws.java.md b/docs/managedInstanceAws.java.md index 73c5669d..f0b90878 100644 --- a/docs/managedInstanceAws.java.md +++ b/docs/managedInstanceAws.java.md @@ -4,7 +4,7 @@ ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -99,53 +99,53 @@ ManagedInstanceAws.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | -| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| persistBlockDevices | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | -| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | -| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | -| vpcId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | -| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | +| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| persistBlockDevices | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | +| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | +| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | +| vpcId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | +| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | | blockDeviceMappings | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsBlockDeviceMappings> | block_device_mappings block. | -| blockDevicesMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | -| cpuCredits | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | +| blockDevicesMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | +| cpuCredits | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | | delete | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsDelete> | delete block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | -| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | -| elasticIp | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | -| enableMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | -| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | +| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | +| elasticIp | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | +| enableMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | +| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | | integrationRoute53 | ManagedInstanceAwsIntegrationRoute53 | integration_route53 block. | -| keyPair | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | -| lifeCycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | +| keyPair | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | +| lifeCycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | | loadBalancers | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsLoadBalancers> | load_balancers block. | | managedInstanceAction | ManagedInstanceAwsManagedInstanceAction | managed_instance_action block. | | metadataOptions | ManagedInstanceAwsMetadataOptions | metadata_options block. | -| minimumInstanceLifetime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | +| minimumInstanceLifetime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | | networkInterface | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsNetworkInterface> | network_interface block. | -| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | -| orientation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | -| persistPrivateIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | -| persistRootDevice | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | -| placementTenancy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | -| preferredType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | -| privateIp | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | +| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | +| orientation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | +| persistPrivateIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | +| persistRootDevice | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | +| placementTenancy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | +| preferredType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | +| privateIp | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | | resourceTagSpecification | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsResourceTagSpecification> | resource_tag_specification block. | | revertToSpot | ManagedInstanceAwsRevertToSpot | revert_to_spot block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsScheduledTask> | scheduled_task block. | -| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | +| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsTags> | tags block. | -| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | -| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | +| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | +| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -213,7 +213,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -261,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -269,7 +269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -279,7 +279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -321,7 +321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -337,7 +337,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -345,7 +345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -353,7 +353,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -361,7 +361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -377,7 +377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -398,7 +398,7 @@ If you experience problems setting this value it might not be settable. Please t integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -406,7 +406,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -414,7 +414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -424,7 +424,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -434,7 +434,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -444,7 +444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} --- @@ -452,7 +452,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -462,7 +462,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -470,7 +470,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -478,7 +478,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -486,7 +486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -494,7 +494,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -502,7 +502,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -510,7 +510,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -518,7 +518,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -526,7 +526,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -536,7 +536,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -546,7 +546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -556,7 +556,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -564,7 +564,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -572,7 +572,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -582,7 +582,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -590,7 +590,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -598,7 +598,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -606,7 +606,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -1456,7 +1456,7 @@ The construct id used in the generated config for the ManagedInstanceAws to impo The id of the existing ManagedInstanceAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use --- @@ -2702,7 +2702,7 @@ ManagedInstanceAwsBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | +| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2715,7 +2715,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -2729,7 +2729,7 @@ public ManagedInstanceAwsBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -2758,14 +2758,14 @@ ManagedInstanceAwsBlockDeviceMappingsEbs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | -| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | -| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | -| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. | -| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | +| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | +| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | +| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | +| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | +| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. | +| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2777,7 +2777,7 @@ public java.lang.Object getDeleteOnTermination(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2789,7 +2789,7 @@ public java.lang.Object getEncrypted(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. --- @@ -2801,7 +2801,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2813,7 +2813,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. --- @@ -2825,7 +2825,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. --- @@ -2837,7 +2837,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2849,7 +2849,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2861,7 +2861,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2960,53 +2960,53 @@ ManagedInstanceAwsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | -| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| persistBlockDevices | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | -| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | -| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | -| vpcId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | -| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | +| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| persistBlockDevices | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | +| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | +| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | +| vpcId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | +| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | | blockDeviceMappings | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsBlockDeviceMappings> | block_device_mappings block. | -| blockDevicesMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | -| cpuCredits | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | +| blockDevicesMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | +| cpuCredits | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | | delete | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsDelete> | delete block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | -| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | -| elasticIp | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | -| enableMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | -| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | +| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | +| elasticIp | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | +| enableMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | +| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | | integrationRoute53 | ManagedInstanceAwsIntegrationRoute53 | integration_route53 block. | -| keyPair | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | -| lifeCycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | +| keyPair | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | +| lifeCycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | | loadBalancers | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsLoadBalancers> | load_balancers block. | | managedInstanceAction | ManagedInstanceAwsManagedInstanceAction | managed_instance_action block. | | metadataOptions | ManagedInstanceAwsMetadataOptions | metadata_options block. | -| minimumInstanceLifetime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | +| minimumInstanceLifetime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | | networkInterface | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsNetworkInterface> | network_interface block. | -| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | -| orientation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | -| persistPrivateIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | -| persistRootDevice | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | -| placementTenancy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | -| preferredType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | -| privateIp | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | +| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | +| orientation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | +| persistPrivateIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | +| persistRootDevice | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | +| placementTenancy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | +| preferredType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | +| privateIp | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | | resourceTagSpecification | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsResourceTagSpecification> | resource_tag_specification block. | | revertToSpot | ManagedInstanceAwsRevertToSpot | revert_to_spot block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsScheduledTask> | scheduled_task block. | -| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | +| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsTags> | tags block. | -| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | -| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | +| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | +| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -3088,7 +3088,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -3100,7 +3100,7 @@ public java.util.List getInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -3112,7 +3112,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3124,7 +3124,7 @@ public java.lang.Object getPersistBlockDevices(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -3136,7 +3136,7 @@ public java.lang.String getProduct(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -3148,7 +3148,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -3160,7 +3160,7 @@ public java.lang.String getVpcId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -3172,7 +3172,7 @@ public java.lang.Object getAutoHealing(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -3186,7 +3186,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -3198,7 +3198,7 @@ public java.lang.String getBlockDevicesMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -3210,7 +3210,7 @@ public java.lang.String getCpuCredits(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -3224,7 +3224,7 @@ public java.lang.Object getDelete(); delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -3236,7 +3236,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -3248,7 +3248,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -3260,7 +3260,7 @@ public java.lang.Object getEbsOptimized(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -3272,7 +3272,7 @@ public java.lang.String getElasticIp(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -3284,7 +3284,7 @@ public java.lang.Object getEnableMonitoring(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -3296,7 +3296,7 @@ public java.lang.Object getFallbackToOndemand(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -3308,7 +3308,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -3320,7 +3320,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -3332,7 +3332,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -3344,7 +3344,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3361,7 +3361,7 @@ public ManagedInstanceAwsIntegrationRoute53 getIntegrationRoute53(); integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -3373,7 +3373,7 @@ public java.lang.String getKeyPair(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -3385,7 +3385,7 @@ public java.lang.String getLifeCycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -3399,7 +3399,7 @@ public java.lang.Object getLoadBalancers(); load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -3413,7 +3413,7 @@ public ManagedInstanceAwsManagedInstanceAction getManagedInstanceAction(); managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -3427,7 +3427,7 @@ public ManagedInstanceAwsMetadataOptions getMetadataOptions(); metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} --- @@ -3439,7 +3439,7 @@ public java.lang.Number getMinimumInstanceLifetime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -3453,7 +3453,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -3465,7 +3465,7 @@ public java.util.List getOptimizationWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -3477,7 +3477,7 @@ public java.lang.String getOrientation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -3489,7 +3489,7 @@ public java.lang.Object getPersistPrivateIp(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -3501,7 +3501,7 @@ public java.lang.Object getPersistRootDevice(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -3513,7 +3513,7 @@ public java.lang.String getPlacementTenancy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -3525,7 +3525,7 @@ public java.lang.String getPreferredType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -3537,7 +3537,7 @@ public java.lang.String getPrivateIp(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -3549,7 +3549,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -3563,7 +3563,7 @@ public java.lang.Object getResourceTagSpecification(); resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -3577,7 +3577,7 @@ public ManagedInstanceAwsRevertToSpot getRevertToSpot(); revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -3591,7 +3591,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -3603,7 +3603,7 @@ public java.util.List getSecurityGroupIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -3615,7 +3615,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -3629,7 +3629,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -3641,7 +3641,7 @@ public java.lang.Number getUnhealthyDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -3653,7 +3653,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -3665,7 +3665,7 @@ public java.lang.Object getUtilizeReservedInstances(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -3696,12 +3696,12 @@ ManagedInstanceAwsDelete.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| amiBackupShouldDeleteImages | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. | -| deallocationConfigShouldDeleteImages | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. | -| shouldDeleteNetworkInterfaces | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. | -| shouldDeleteSnapshots | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. | -| shouldDeleteVolumes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. | -| shouldTerminateInstance | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | +| amiBackupShouldDeleteImages | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. | +| deallocationConfigShouldDeleteImages | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. | +| shouldDeleteNetworkInterfaces | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. | +| shouldDeleteSnapshots | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. | +| shouldDeleteVolumes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. | +| shouldTerminateInstance | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -3713,7 +3713,7 @@ public java.lang.Object getAmiBackupShouldDeleteImages(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -3725,7 +3725,7 @@ public java.lang.Object getDeallocationConfigShouldDeleteImages(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -3737,7 +3737,7 @@ public java.lang.Object getShouldDeleteNetworkInterfaces(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -3749,7 +3749,7 @@ public java.lang.Object getShouldDeleteSnapshots(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -3761,7 +3761,7 @@ public java.lang.Object getShouldDeleteVolumes(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -3773,7 +3773,7 @@ public java.lang.Object getShouldTerminateInstance(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -3808,7 +3808,7 @@ public java.lang.Object getDomains(); domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -3832,10 +3832,10 @@ ManagedInstanceAwsIntegrationRoute53Domains.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostedZoneId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. | +| hostedZoneId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. | | recordSets | com.hashicorp.cdktf.IResolvable OR java.util.List<ManagedInstanceAwsIntegrationRoute53DomainsRecordSets> | record_sets block. | -| recordSetType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. | -| spotinstAcctId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | +| recordSetType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. | +| spotinstAcctId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3847,7 +3847,7 @@ public java.lang.String getHostedZoneId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3861,7 +3861,7 @@ public java.lang.Object getRecordSets(); record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3873,7 +3873,7 @@ public java.lang.String getRecordSetType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3885,7 +3885,7 @@ public java.lang.String getSpotinstAcctId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3909,9 +3909,9 @@ ManagedInstanceAwsIntegrationRoute53DomainsRecordSets.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| usePublicDns | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. | -| usePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| usePublicDns | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. | +| usePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3923,7 +3923,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3935,7 +3935,7 @@ public java.lang.Object getUsePublicDns(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3947,7 +3947,7 @@ public java.lang.Object getUsePublicIp(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3969,9 +3969,9 @@ ManagedInstanceAwsLoadBalancers.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | -| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | --- @@ -3983,7 +3983,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3995,7 +3995,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -4007,7 +4007,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -4027,7 +4027,7 @@ ManagedInstanceAwsManagedInstanceAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -4039,7 +4039,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -4061,9 +4061,9 @@ ManagedInstanceAwsMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. | -| httpPutResponseHopLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. | -| instanceMetadataTags | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. | +| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. | +| httpPutResponseHopLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. | +| instanceMetadataTags | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. | --- @@ -4075,7 +4075,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. --- @@ -4087,7 +4087,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. --- @@ -4099,7 +4099,7 @@ public java.lang.String getInstanceMetadataTags(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. --- @@ -4123,9 +4123,9 @@ ManagedInstanceAwsNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceIndex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. | -| associateIpv6Address | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. | -| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | +| deviceIndex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. | +| associateIpv6Address | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. | +| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -4137,7 +4137,7 @@ public java.lang.String getDeviceIndex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -4149,7 +4149,7 @@ public java.lang.Object getAssociateIpv6Address(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -4161,7 +4161,7 @@ public java.lang.Object getAssociatePublicIpAddress(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -4188,10 +4188,10 @@ ManagedInstanceAwsResourceTagSpecification.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldTagAmis | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. | -| shouldTagEnis | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. | -| shouldTagSnapshots | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. | -| shouldTagVolumes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | +| shouldTagAmis | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. | +| shouldTagEnis | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. | +| shouldTagSnapshots | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. | +| shouldTagVolumes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -4203,7 +4203,7 @@ public java.lang.Object getShouldTagAmis(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -4215,7 +4215,7 @@ public java.lang.Object getShouldTagEnis(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -4227,7 +4227,7 @@ public java.lang.Object getShouldTagSnapshots(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -4239,7 +4239,7 @@ public java.lang.Object getShouldTagVolumes(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -4259,7 +4259,7 @@ ManagedInstanceAwsRevertToSpot.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | +| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -4271,7 +4271,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -4296,11 +4296,11 @@ ManagedInstanceAwsScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. | -| frequency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. | -| startTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. | +| frequency | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. | +| startTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -4312,7 +4312,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -4324,7 +4324,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -4336,7 +4336,7 @@ public java.lang.String getFrequency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -4348,7 +4348,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -4360,7 +4360,7 @@ public java.lang.String getStartTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -4381,8 +4381,8 @@ ManagedInstanceAwsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -4394,7 +4394,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -4406,7 +4406,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- diff --git a/docs/managedInstanceAws.python.md b/docs/managedInstanceAws.python.md index 7ec95344..0a213e26 100644 --- a/docs/managedInstanceAws.python.md +++ b/docs/managedInstanceAws.python.md @@ -4,7 +4,7 @@ ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -82,53 +82,53 @@ managedInstanceAws.ManagedInstanceAws( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | -| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| persist_block_devices | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | -| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | -| vpc_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | -| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | +| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| persist_block_devices | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | +| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | +| vpc_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | +| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | | block_device_mappings | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsBlockDeviceMappings]] | block_device_mappings block. | -| block_devices_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | -| cpu_credits | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | +| block_devices_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | +| cpu_credits | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | | delete | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsDelete]] | delete block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | -| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | -| elastic_ip | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | -| enable_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | -| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | +| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | +| elastic_ip | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | +| enable_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | +| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | | integration_route53 | ManagedInstanceAwsIntegrationRoute53 | integration_route53 block. | -| key_pair | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | -| life_cycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | +| key_pair | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | +| life_cycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | | load_balancers | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsLoadBalancers]] | load_balancers block. | | managed_instance_action | ManagedInstanceAwsManagedInstanceAction | managed_instance_action block. | | metadata_options | ManagedInstanceAwsMetadataOptions | metadata_options block. | -| minimum_instance_lifetime | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | +| minimum_instance_lifetime | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | | network_interface | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsNetworkInterface]] | network_interface block. | -| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | -| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | -| persist_private_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | -| persist_root_device | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | -| placement_tenancy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | -| preferred_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | -| private_ip | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | +| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | +| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | +| persist_private_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | +| persist_root_device | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | +| placement_tenancy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | +| preferred_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | +| private_ip | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | | resource_tag_specification | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsResourceTagSpecification]] | resource_tag_specification block. | | revert_to_spot | ManagedInstanceAwsRevertToSpot | revert_to_spot block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsScheduledTask]] | scheduled_task block. | -| security_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | +| security_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | | tags | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsTags]] | tags block. | -| unhealthy_duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | -| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | +| unhealthy_duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | +| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -196,7 +196,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -278,7 +278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -288,7 +288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -296,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -304,7 +304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -312,7 +312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -320,7 +320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -328,7 +328,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -336,7 +336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -344,7 +344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -352,7 +352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -368,7 +368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -381,7 +381,7 @@ If you experience problems setting this value it might not be settable. Please t integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -389,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -397,7 +397,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -407,7 +407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -417,7 +417,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -427,7 +427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} --- @@ -435,7 +435,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -445,7 +445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -453,7 +453,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -461,7 +461,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -469,7 +469,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -477,7 +477,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -485,7 +485,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -493,7 +493,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -501,7 +501,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -509,7 +509,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -519,7 +519,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -529,7 +529,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -539,7 +539,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -547,7 +547,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -555,7 +555,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -565,7 +565,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -573,7 +573,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -581,7 +581,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -589,7 +589,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -1041,7 +1041,7 @@ def put_integration_route53( domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -1071,7 +1071,7 @@ def put_managed_instance_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -1089,7 +1089,7 @@ def put_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. --- @@ -1097,7 +1097,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. --- @@ -1105,7 +1105,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. --- @@ -1149,7 +1149,7 @@ def put_revert_to_spot( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -1535,7 +1535,7 @@ The construct id used in the generated config for the ManagedInstanceAws to impo The id of the existing ManagedInstanceAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use --- @@ -2781,7 +2781,7 @@ managedInstanceAws.ManagedInstanceAwsBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2794,7 +2794,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -2808,7 +2808,7 @@ ebs: ManagedInstanceAwsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -2835,14 +2835,14 @@ managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | -| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | -| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | -| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | -| volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. | -| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | +| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | +| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | +| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | +| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | +| volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. | +| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2854,7 +2854,7 @@ delete_on_termination: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2866,7 +2866,7 @@ encrypted: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. --- @@ -2878,7 +2878,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2890,7 +2890,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. --- @@ -2902,7 +2902,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. --- @@ -2914,7 +2914,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2926,7 +2926,7 @@ volume_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2938,7 +2938,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -3018,53 +3018,53 @@ managedInstanceAws.ManagedInstanceAwsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | -| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| persist_block_devices | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | -| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | -| vpc_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | -| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | +| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| persist_block_devices | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | +| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | +| vpc_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | +| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | | block_device_mappings | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsBlockDeviceMappings]] | block_device_mappings block. | -| block_devices_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | -| cpu_credits | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | +| block_devices_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | +| cpu_credits | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | | delete | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsDelete]] | delete block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | -| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | -| elastic_ip | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | -| enable_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | -| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | +| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | +| elastic_ip | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | +| enable_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | +| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | | integration_route53 | ManagedInstanceAwsIntegrationRoute53 | integration_route53 block. | -| key_pair | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | -| life_cycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | +| key_pair | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | +| life_cycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | | load_balancers | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsLoadBalancers]] | load_balancers block. | | managed_instance_action | ManagedInstanceAwsManagedInstanceAction | managed_instance_action block. | | metadata_options | ManagedInstanceAwsMetadataOptions | metadata_options block. | -| minimum_instance_lifetime | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | +| minimum_instance_lifetime | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | | network_interface | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsNetworkInterface]] | network_interface block. | -| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | -| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | -| persist_private_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | -| persist_root_device | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | -| placement_tenancy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | -| preferred_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | -| private_ip | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | +| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | +| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | +| persist_private_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | +| persist_root_device | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | +| placement_tenancy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | +| preferred_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | +| private_ip | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | | resource_tag_specification | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsResourceTagSpecification]] | resource_tag_specification block. | | revert_to_spot | ManagedInstanceAwsRevertToSpot | revert_to_spot block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsScheduledTask]] | scheduled_task block. | -| security_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | +| security_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | | tags | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsTags]] | tags block. | -| unhealthy_duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | -| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | +| unhealthy_duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | +| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -3146,7 +3146,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -3158,7 +3158,7 @@ instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -3170,7 +3170,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3182,7 +3182,7 @@ persist_block_devices: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -3194,7 +3194,7 @@ product: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -3206,7 +3206,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -3218,7 +3218,7 @@ vpc_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -3230,7 +3230,7 @@ auto_healing: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -3244,7 +3244,7 @@ block_device_mappings: typing.Union[IResolvable, typing.List[ManagedInstanceAwsB block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -3256,7 +3256,7 @@ block_devices_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -3268,7 +3268,7 @@ cpu_credits: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -3282,7 +3282,7 @@ delete: typing.Union[IResolvable, typing.List[ManagedInstanceAwsDelete]] delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -3294,7 +3294,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -3306,7 +3306,7 @@ draining_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -3318,7 +3318,7 @@ ebs_optimized: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -3330,7 +3330,7 @@ elastic_ip: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -3342,7 +3342,7 @@ enable_monitoring: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -3354,7 +3354,7 @@ fallback_to_ondemand: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -3366,7 +3366,7 @@ grace_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -3378,7 +3378,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -3390,7 +3390,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -3402,7 +3402,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3419,7 +3419,7 @@ integration_route53: ManagedInstanceAwsIntegrationRoute53 integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -3431,7 +3431,7 @@ key_pair: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -3443,7 +3443,7 @@ life_cycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -3457,7 +3457,7 @@ load_balancers: typing.Union[IResolvable, typing.List[ManagedInstanceAwsLoadBala load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -3471,7 +3471,7 @@ managed_instance_action: ManagedInstanceAwsManagedInstanceAction managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -3485,7 +3485,7 @@ metadata_options: ManagedInstanceAwsMetadataOptions metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} --- @@ -3497,7 +3497,7 @@ minimum_instance_lifetime: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -3511,7 +3511,7 @@ network_interface: typing.Union[IResolvable, typing.List[ManagedInstanceAwsNetwo network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -3523,7 +3523,7 @@ optimization_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -3535,7 +3535,7 @@ orientation: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -3547,7 +3547,7 @@ persist_private_ip: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -3559,7 +3559,7 @@ persist_root_device: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -3571,7 +3571,7 @@ placement_tenancy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -3583,7 +3583,7 @@ preferred_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -3595,7 +3595,7 @@ private_ip: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -3607,7 +3607,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -3621,7 +3621,7 @@ resource_tag_specification: typing.Union[IResolvable, typing.List[ManagedInstanc resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -3635,7 +3635,7 @@ revert_to_spot: ManagedInstanceAwsRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -3649,7 +3649,7 @@ scheduled_task: typing.Union[IResolvable, typing.List[ManagedInstanceAwsSchedule scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -3661,7 +3661,7 @@ security_group_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -3673,7 +3673,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -3687,7 +3687,7 @@ tags: typing.Union[IResolvable, typing.List[ManagedInstanceAwsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -3699,7 +3699,7 @@ unhealthy_duration: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -3711,7 +3711,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -3723,7 +3723,7 @@ utilize_reserved_instances: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -3748,12 +3748,12 @@ managedInstanceAws.ManagedInstanceAwsDelete( | **Name** | **Type** | **Description** | | --- | --- | --- | -| ami_backup_should_delete_images | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. | -| deallocation_config_should_delete_images | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. | -| should_delete_network_interfaces | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. | -| should_delete_snapshots | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. | -| should_delete_volumes | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. | -| should_terminate_instance | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | +| ami_backup_should_delete_images | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. | +| deallocation_config_should_delete_images | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. | +| should_delete_network_interfaces | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. | +| should_delete_snapshots | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. | +| should_delete_volumes | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. | +| should_terminate_instance | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -3765,7 +3765,7 @@ ami_backup_should_delete_images: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -3777,7 +3777,7 @@ deallocation_config_should_delete_images: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -3789,7 +3789,7 @@ should_delete_network_interfaces: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -3801,7 +3801,7 @@ should_delete_snapshots: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -3813,7 +3813,7 @@ should_delete_volumes: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -3825,7 +3825,7 @@ should_terminate_instance: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -3859,7 +3859,7 @@ domains: typing.Union[IResolvable, typing.List[ManagedInstanceAwsIntegrationRout domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -3882,10 +3882,10 @@ managedInstanceAws.ManagedInstanceAwsIntegrationRoute53Domains( | **Name** | **Type** | **Description** | | --- | --- | --- | -| hosted_zone_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. | +| hosted_zone_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. | | record_sets | typing.Union[cdktf.IResolvable, typing.List[ManagedInstanceAwsIntegrationRoute53DomainsRecordSets]] | record_sets block. | -| record_set_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. | -| spotinst_acct_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | +| record_set_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. | +| spotinst_acct_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3897,7 +3897,7 @@ hosted_zone_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3911,7 +3911,7 @@ record_sets: typing.Union[IResolvable, typing.List[ManagedInstanceAwsIntegration record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3923,7 +3923,7 @@ record_set_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3935,7 +3935,7 @@ spotinst_acct_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3957,9 +3957,9 @@ managedInstanceAws.ManagedInstanceAwsIntegrationRoute53DomainsRecordSets( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| use_public_dns | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. | -| use_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| use_public_dns | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. | +| use_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3971,7 +3971,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3983,7 +3983,7 @@ use_public_dns: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3995,7 +3995,7 @@ use_public_ip: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -4017,9 +4017,9 @@ managedInstanceAws.ManagedInstanceAwsLoadBalancers( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | --- @@ -4031,7 +4031,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -4043,7 +4043,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -4055,7 +4055,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -4075,7 +4075,7 @@ managedInstanceAws.ManagedInstanceAwsManagedInstanceAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -4087,7 +4087,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -4109,9 +4109,9 @@ managedInstanceAws.ManagedInstanceAwsMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. | -| http_put_response_hop_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. | -| instance_metadata_tags | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. | +| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. | +| http_put_response_hop_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. | +| instance_metadata_tags | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. | --- @@ -4123,7 +4123,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. --- @@ -4135,7 +4135,7 @@ http_put_response_hop_limit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. --- @@ -4147,7 +4147,7 @@ instance_metadata_tags: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. --- @@ -4169,9 +4169,9 @@ managedInstanceAws.ManagedInstanceAwsNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_index | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. | -| associate_ipv6_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. | -| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | +| device_index | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. | +| associate_ipv6_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. | +| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -4183,7 +4183,7 @@ device_index: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -4195,7 +4195,7 @@ associate_ipv6_address: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -4207,7 +4207,7 @@ associate_public_ip_address: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -4230,10 +4230,10 @@ managedInstanceAws.ManagedInstanceAwsResourceTagSpecification( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_tag_amis | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. | -| should_tag_enis | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. | -| should_tag_snapshots | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. | -| should_tag_volumes | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | +| should_tag_amis | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. | +| should_tag_enis | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. | +| should_tag_snapshots | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. | +| should_tag_volumes | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -4245,7 +4245,7 @@ should_tag_amis: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -4257,7 +4257,7 @@ should_tag_enis: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -4269,7 +4269,7 @@ should_tag_snapshots: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -4281,7 +4281,7 @@ should_tag_volumes: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -4301,7 +4301,7 @@ managedInstanceAws.ManagedInstanceAwsRevertToSpot( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | +| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -4313,7 +4313,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -4337,11 +4337,11 @@ managedInstanceAws.ManagedInstanceAwsScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. | -| frequency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. | -| start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. | +| frequency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. | +| start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -4353,7 +4353,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -4365,7 +4365,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -4377,7 +4377,7 @@ frequency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -4389,7 +4389,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -4401,7 +4401,7 @@ start_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -4422,8 +4422,8 @@ managedInstanceAws.ManagedInstanceAwsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -4435,7 +4435,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -4447,7 +4447,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- @@ -5398,7 +5398,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -5406,7 +5406,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. --- @@ -5414,7 +5414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -5422,7 +5422,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. --- @@ -5430,7 +5430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. --- @@ -5438,7 +5438,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -5446,7 +5446,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -5454,7 +5454,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- diff --git a/docs/managedInstanceAws.typescript.md b/docs/managedInstanceAws.typescript.md index 11224897..35114d6f 100644 --- a/docs/managedInstanceAws.typescript.md +++ b/docs/managedInstanceAws.typescript.md @@ -4,7 +4,7 @@ ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -890,7 +890,7 @@ The construct id used in the generated config for the ManagedInstanceAws to impo The id of the existing ManagedInstanceAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use --- @@ -2133,7 +2133,7 @@ const managedInstanceAwsBlockDeviceMappings: managedInstanceAws.ManagedInstanceA | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2146,7 +2146,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -2160,7 +2160,7 @@ public readonly ebs: ManagedInstanceAwsBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -2178,14 +2178,14 @@ const managedInstanceAwsBlockDeviceMappingsEbs: managedInstanceAws.ManagedInstan | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | -| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | -| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. | -| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | +| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | +| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | +| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. | +| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2197,7 +2197,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2209,7 +2209,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. --- @@ -2221,7 +2221,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2233,7 +2233,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. --- @@ -2245,7 +2245,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. --- @@ -2257,7 +2257,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2269,7 +2269,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2281,7 +2281,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2306,53 +2306,53 @@ const managedInstanceAwsConfig: managedInstanceAws.ManagedInstanceAwsConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | -| instanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| persistBlockDevices | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | -| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | -| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | -| vpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | -| autoHealing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. | +| instanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| persistBlockDevices | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. | +| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | +| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. | +| vpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. | +| autoHealing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. | | blockDeviceMappings | cdktf.IResolvable \| ManagedInstanceAwsBlockDeviceMappings[] | block_device_mappings block. | -| blockDevicesMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | -| cpuCredits | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | +| blockDevicesMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. | +| cpuCredits | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. | | delete | cdktf.IResolvable \| ManagedInstanceAwsDelete[] | delete block. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | -| ebsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | -| elasticIp | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | -| enableMonitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | -| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | -| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. | +| ebsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. | +| elasticIp | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. | +| enableMonitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. | +| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. | +| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | | integrationRoute53 | ManagedInstanceAwsIntegrationRoute53 | integration_route53 block. | -| keyPair | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | -| lifeCycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | +| keyPair | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. | +| lifeCycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | | loadBalancers | cdktf.IResolvable \| ManagedInstanceAwsLoadBalancers[] | load_balancers block. | | managedInstanceAction | ManagedInstanceAwsManagedInstanceAction | managed_instance_action block. | | metadataOptions | ManagedInstanceAwsMetadataOptions | metadata_options block. | -| minimumInstanceLifetime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | +| minimumInstanceLifetime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. | | networkInterface | cdktf.IResolvable \| ManagedInstanceAwsNetworkInterface[] | network_interface block. | -| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | -| orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | -| persistPrivateIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | -| persistRootDevice | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | -| placementTenancy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | -| preferredType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | -| privateIp | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | +| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. | +| orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | +| persistPrivateIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. | +| persistRootDevice | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. | +| placementTenancy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. | +| preferredType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. | +| privateIp | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | | resourceTagSpecification | cdktf.IResolvable \| ManagedInstanceAwsResourceTagSpecification[] | resource_tag_specification block. | | revertToSpot | ManagedInstanceAwsRevertToSpot | revert_to_spot block. | | scheduledTask | cdktf.IResolvable \| ManagedInstanceAwsScheduledTask[] | scheduled_task block. | -| securityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | -| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | +| securityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. | +| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. | | tags | cdktf.IResolvable \| ManagedInstanceAwsTags[] | tags block. | -| unhealthyDuration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | -| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | -| utilizeReservedInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | +| unhealthyDuration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. | +| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. | +| utilizeReservedInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -2434,7 +2434,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -2446,7 +2446,7 @@ public readonly instanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -2458,7 +2458,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -2470,7 +2470,7 @@ public readonly persistBlockDevices: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -2482,7 +2482,7 @@ public readonly product: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -2494,7 +2494,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -2506,7 +2506,7 @@ public readonly vpcId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -2518,7 +2518,7 @@ public readonly autoHealing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -2532,7 +2532,7 @@ public readonly blockDeviceMappings: IResolvable | ManagedInstanceAwsBlockDevice block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -2544,7 +2544,7 @@ public readonly blockDevicesMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -2556,7 +2556,7 @@ public readonly cpuCredits: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -2570,7 +2570,7 @@ public readonly delete: IResolvable | ManagedInstanceAwsDelete[]; delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -2582,7 +2582,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -2594,7 +2594,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -2606,7 +2606,7 @@ public readonly ebsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -2618,7 +2618,7 @@ public readonly elasticIp: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -2630,7 +2630,7 @@ public readonly enableMonitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -2642,7 +2642,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -2654,7 +2654,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -2666,7 +2666,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -2678,7 +2678,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -2690,7 +2690,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2707,7 +2707,7 @@ public readonly integrationRoute53: ManagedInstanceAwsIntegrationRoute53; integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -2719,7 +2719,7 @@ public readonly keyPair: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -2731,7 +2731,7 @@ public readonly lifeCycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -2745,7 +2745,7 @@ public readonly loadBalancers: IResolvable | ManagedInstanceAwsLoadBalancers[]; load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -2759,7 +2759,7 @@ public readonly managedInstanceAction: ManagedInstanceAwsManagedInstanceAction; managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -2773,7 +2773,7 @@ public readonly metadataOptions: ManagedInstanceAwsMetadataOptions; metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} --- @@ -2785,7 +2785,7 @@ public readonly minimumInstanceLifetime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -2799,7 +2799,7 @@ public readonly networkInterface: IResolvable | ManagedInstanceAwsNetworkInterfa network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -2811,7 +2811,7 @@ public readonly optimizationWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -2823,7 +2823,7 @@ public readonly orientation: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -2835,7 +2835,7 @@ public readonly persistPrivateIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -2847,7 +2847,7 @@ public readonly persistRootDevice: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -2859,7 +2859,7 @@ public readonly placementTenancy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -2871,7 +2871,7 @@ public readonly preferredType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -2883,7 +2883,7 @@ public readonly privateIp: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -2895,7 +2895,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -2909,7 +2909,7 @@ public readonly resourceTagSpecification: IResolvable | ManagedInstanceAwsResour resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -2923,7 +2923,7 @@ public readonly revertToSpot: ManagedInstanceAwsRevertToSpot; revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -2937,7 +2937,7 @@ public readonly scheduledTask: IResolvable | ManagedInstanceAwsScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -2949,7 +2949,7 @@ public readonly securityGroupIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -2961,7 +2961,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -2975,7 +2975,7 @@ public readonly tags: IResolvable | ManagedInstanceAwsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -2987,7 +2987,7 @@ public readonly unhealthyDuration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -2999,7 +2999,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -3011,7 +3011,7 @@ public readonly utilizeReservedInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -3029,12 +3029,12 @@ const managedInstanceAwsDelete: managedInstanceAws.ManagedInstanceAwsDelete = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| amiBackupShouldDeleteImages | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. | -| deallocationConfigShouldDeleteImages | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. | -| shouldDeleteNetworkInterfaces | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. | -| shouldDeleteSnapshots | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. | -| shouldDeleteVolumes | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. | -| shouldTerminateInstance | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | +| amiBackupShouldDeleteImages | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. | +| deallocationConfigShouldDeleteImages | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. | +| shouldDeleteNetworkInterfaces | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. | +| shouldDeleteSnapshots | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. | +| shouldDeleteVolumes | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. | +| shouldTerminateInstance | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -3046,7 +3046,7 @@ public readonly amiBackupShouldDeleteImages: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -3058,7 +3058,7 @@ public readonly deallocationConfigShouldDeleteImages: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -3070,7 +3070,7 @@ public readonly shouldDeleteNetworkInterfaces: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -3082,7 +3082,7 @@ public readonly shouldDeleteSnapshots: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -3094,7 +3094,7 @@ public readonly shouldDeleteVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -3106,7 +3106,7 @@ public readonly shouldTerminateInstance: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -3138,7 +3138,7 @@ public readonly domains: IResolvable | ManagedInstanceAwsIntegrationRoute53Domai domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -3156,10 +3156,10 @@ const managedInstanceAwsIntegrationRoute53Domains: managedInstanceAws.ManagedIns | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. | +| hostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. | | recordSets | cdktf.IResolvable \| ManagedInstanceAwsIntegrationRoute53DomainsRecordSets[] | record_sets block. | -| recordSetType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. | -| spotinstAcctId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | +| recordSetType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. | +| spotinstAcctId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3171,7 +3171,7 @@ public readonly hostedZoneId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3185,7 +3185,7 @@ public readonly recordSets: IResolvable | ManagedInstanceAwsIntegrationRoute53Do record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3197,7 +3197,7 @@ public readonly recordSetType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3209,7 +3209,7 @@ public readonly spotinstAcctId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3227,9 +3227,9 @@ const managedInstanceAwsIntegrationRoute53DomainsRecordSets: managedInstanceAws. | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| usePublicDns | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. | -| usePublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| usePublicDns | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. | +| usePublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3241,7 +3241,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3253,7 +3253,7 @@ public readonly usePublicDns: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3265,7 +3265,7 @@ public readonly usePublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3283,9 +3283,9 @@ const managedInstanceAwsLoadBalancers: managedInstanceAws.ManagedInstanceAwsLoad | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | --- @@ -3297,7 +3297,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3309,7 +3309,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -3321,7 +3321,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3339,7 +3339,7 @@ const managedInstanceAwsManagedInstanceAction: managedInstanceAws.ManagedInstanc | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -3351,7 +3351,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3369,9 +3369,9 @@ const managedInstanceAwsMetadataOptions: managedInstanceAws.ManagedInstanceAwsMe | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. | -| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. | -| instanceMetadataTags | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. | +| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. | +| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. | +| instanceMetadataTags | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. | --- @@ -3383,7 +3383,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens}. --- @@ -3395,7 +3395,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit}. --- @@ -3407,7 +3407,7 @@ public readonly instanceMetadataTags: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags}. --- @@ -3425,9 +3425,9 @@ const managedInstanceAwsNetworkInterface: managedInstanceAws.ManagedInstanceAwsN | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. | -| associateIpv6Address | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. | -| associatePublicIpAddress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | +| deviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. | +| associateIpv6Address | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. | +| associatePublicIpAddress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -3439,7 +3439,7 @@ public readonly deviceIndex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -3451,7 +3451,7 @@ public readonly associateIpv6Address: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -3463,7 +3463,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -3481,10 +3481,10 @@ const managedInstanceAwsResourceTagSpecification: managedInstanceAws.ManagedInst | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldTagAmis | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. | -| shouldTagEnis | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. | -| shouldTagSnapshots | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. | -| shouldTagVolumes | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | +| shouldTagAmis | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. | +| shouldTagEnis | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. | +| shouldTagSnapshots | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. | +| shouldTagVolumes | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -3496,7 +3496,7 @@ public readonly shouldTagAmis: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -3508,7 +3508,7 @@ public readonly shouldTagEnis: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -3520,7 +3520,7 @@ public readonly shouldTagSnapshots: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -3532,7 +3532,7 @@ public readonly shouldTagVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -3550,7 +3550,7 @@ const managedInstanceAwsRevertToSpot: managedInstanceAws.ManagedInstanceAwsRever | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | +| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -3562,7 +3562,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -3580,11 +3580,11 @@ const managedInstanceAwsScheduledTask: managedInstanceAws.ManagedInstanceAwsSche | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. | -| frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. | -| startTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. | +| frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. | +| startTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -3596,7 +3596,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -3608,7 +3608,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -3620,7 +3620,7 @@ public readonly frequency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -3632,7 +3632,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -3644,7 +3644,7 @@ public readonly startTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -3662,8 +3662,8 @@ const managedInstanceAwsTags: managedInstanceAws.ManagedInstanceAwsTags = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -3675,7 +3675,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -3687,7 +3687,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- diff --git a/docs/mrscalerAws.csharp.md b/docs/mrscalerAws.csharp.md index aed9abdf..a394a080 100644 --- a/docs/mrscalerAws.csharp.md +++ b/docs/mrscalerAws.csharp.md @@ -4,7 +4,7 @@ ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -1088,7 +1088,7 @@ The construct id used in the generated config for the MrscalerAws to import. The id of the existing MrscalerAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use --- @@ -2654,9 +2654,9 @@ new MrscalerAwsApplications { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| Args | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| Args | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | +| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -2668,7 +2668,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2680,7 +2680,7 @@ public string[] Args { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -2692,7 +2692,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -2713,8 +2713,8 @@ new MrscalerAwsBootstrapActionsFile { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -2726,7 +2726,7 @@ public string Bucket { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -2738,7 +2738,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -2832,67 +2832,67 @@ new MrscalerAwsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| Strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| AdditionalInfo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | -| AdditionalPrimarySecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | -| AdditionalReplicaSecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| Strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| AdditionalInfo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | +| AdditionalPrimarySecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | +| AdditionalReplicaSecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | | Applications | object | applications block. | -| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | +| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | | BootstrapActionsFile | object | bootstrap_actions_file block. | -| ClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | +| ClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | | ConfigurationsFile | object | configurations_file block. | -| CoreDesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | +| CoreDesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | | CoreEbsBlockDevice | object | core_ebs_block_device block. | -| CoreEbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | -| CoreInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | -| CoreLifecycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | -| CoreMaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | -| CoreMinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | +| CoreEbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | +| CoreInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | +| CoreLifecycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | +| CoreMaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | +| CoreMinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | | CoreScalingDownPolicy | object | core_scaling_down_policy block. | | CoreScalingUpPolicy | object | core_scaling_up_policy block. | -| CoreUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | -| CustomAmiId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| EbsRootVolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | -| Ec2KeyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | -| ExposeClusterId | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| CoreUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | +| CustomAmiId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | +| EbsRootVolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | +| Ec2KeyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | +| ExposeClusterId | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | | InstanceWeights | object | instance_weights block. | -| JobFlowRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | -| KeepJobFlowAlive | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | -| LogUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | -| ManagedPrimarySecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | -| ManagedReplicaSecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | +| JobFlowRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | +| KeepJobFlowAlive | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | +| LogUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | +| ManagedPrimarySecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | +| ManagedReplicaSecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | | MasterEbsBlockDevice | object | master_ebs_block_device block. | -| MasterEbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | -| MasterInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | -| MasterLifecycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | -| MasterTarget | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | +| MasterEbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | +| MasterInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | +| MasterLifecycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | +| MasterTarget | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | | ProvisioningTimeout | MrscalerAwsProvisioningTimeout | provisioning_timeout block. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| ReleaseLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | -| RepoUpgradeOnBoot | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | -| Retries | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| ReleaseLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | +| RepoUpgradeOnBoot | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | +| Retries | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | | ScheduledTask | object | scheduled_task block. | -| SecurityConfig | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | -| ServiceAccessSecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | -| ServiceRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | +| SecurityConfig | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | +| ServiceAccessSecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | +| ServiceRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | | StepsFile | object | steps_file block. | | Tags | object | tags block. | -| TaskDesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | +| TaskDesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | | TaskEbsBlockDevice | object | task_ebs_block_device block. | -| TaskEbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | -| TaskInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | -| TaskLifecycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | -| TaskMaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | -| TaskMinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | +| TaskEbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | +| TaskInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | +| TaskLifecycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | +| TaskMaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | +| TaskMinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | | TaskScalingDownPolicy | object | task_scaling_down_policy block. | | TaskScalingUpPolicy | object | task_scaling_up_policy block. | -| TaskUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | +| TaskUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | | TerminationPolicies | object | termination_policies block. | -| TerminationProtected | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | -| VisibleToAllUsers | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | +| TerminationProtected | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | +| VisibleToAllUsers | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -2974,7 +2974,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2986,7 +2986,7 @@ public string Strategy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -2998,7 +2998,7 @@ public string AdditionalInfo { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -3010,7 +3010,7 @@ public string[] AdditionalPrimarySecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -3022,7 +3022,7 @@ public string[] AdditionalReplicaSecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -3036,7 +3036,7 @@ public object Applications { get; set; } applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -3048,7 +3048,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -3062,7 +3062,7 @@ public object BootstrapActionsFile { get; set; } bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -3074,7 +3074,7 @@ public string ClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -3088,7 +3088,7 @@ public object ConfigurationsFile { get; set; } configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -3100,7 +3100,7 @@ public double CoreDesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -3114,7 +3114,7 @@ public object CoreEbsBlockDevice { get; set; } core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -3126,7 +3126,7 @@ public object CoreEbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -3138,7 +3138,7 @@ public string[] CoreInstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -3150,7 +3150,7 @@ public string CoreLifecycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3162,7 +3162,7 @@ public double CoreMaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3174,7 +3174,7 @@ public double CoreMinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3188,7 +3188,7 @@ public object CoreScalingDownPolicy { get; set; } core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3202,7 +3202,7 @@ public object CoreScalingUpPolicy { get; set; } core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -3214,7 +3214,7 @@ public string CoreUnit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -3226,7 +3226,7 @@ public string CustomAmiId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -3238,7 +3238,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -3250,7 +3250,7 @@ public double EbsRootVolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -3262,7 +3262,7 @@ public string Ec2KeyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -3274,7 +3274,7 @@ public object ExposeClusterId { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -3286,7 +3286,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3303,7 +3303,7 @@ public object InstanceWeights { get; set; } instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -3315,7 +3315,7 @@ public string JobFlowRole { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -3327,7 +3327,7 @@ public object KeepJobFlowAlive { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -3339,7 +3339,7 @@ public string LogUri { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -3351,7 +3351,7 @@ public string ManagedPrimarySecurityGroup { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -3363,7 +3363,7 @@ public string ManagedReplicaSecurityGroup { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -3377,7 +3377,7 @@ public object MasterEbsBlockDevice { get; set; } master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -3389,7 +3389,7 @@ public object MasterEbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -3401,7 +3401,7 @@ public string[] MasterInstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -3413,7 +3413,7 @@ public string MasterLifecycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -3425,7 +3425,7 @@ public double MasterTarget { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -3439,7 +3439,7 @@ public MrscalerAwsProvisioningTimeout ProvisioningTimeout { get; set; } provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -3451,7 +3451,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -3463,7 +3463,7 @@ public string ReleaseLabel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -3475,7 +3475,7 @@ public string RepoUpgradeOnBoot { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -3487,7 +3487,7 @@ public double Retries { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -3501,7 +3501,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -3513,7 +3513,7 @@ public string SecurityConfig { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -3525,7 +3525,7 @@ public string ServiceAccessSecurityGroup { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -3537,7 +3537,7 @@ public string ServiceRole { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -3551,7 +3551,7 @@ public object StepsFile { get; set; } steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -3565,7 +3565,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -3577,7 +3577,7 @@ public double TaskDesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -3591,7 +3591,7 @@ public object TaskEbsBlockDevice { get; set; } task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -3603,7 +3603,7 @@ public object TaskEbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -3615,7 +3615,7 @@ public string[] TaskInstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -3627,7 +3627,7 @@ public string TaskLifecycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -3639,7 +3639,7 @@ public double TaskMaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -3651,7 +3651,7 @@ public double TaskMinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -3665,7 +3665,7 @@ public object TaskScalingDownPolicy { get; set; } task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -3679,7 +3679,7 @@ public object TaskScalingUpPolicy { get; set; } task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -3691,7 +3691,7 @@ public string TaskUnit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -3705,7 +3705,7 @@ public object TerminationPolicies { get; set; } termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -3717,7 +3717,7 @@ public object TerminationProtected { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -3729,7 +3729,7 @@ public object VisibleToAllUsers { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -3750,8 +3750,8 @@ new MrscalerAwsConfigurationsFile { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3763,7 +3763,7 @@ public string Bucket { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3775,7 +3775,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3798,10 +3798,10 @@ new MrscalerAwsCoreEbsBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| SizeInGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -3813,7 +3813,7 @@ public double SizeInGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -3825,7 +3825,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -3837,7 +3837,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -3849,7 +3849,7 @@ public double VolumesPerInstance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -3886,24 +3886,24 @@ new MrscalerAwsCoreScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| Dimensions | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| Dimensions | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -3915,7 +3915,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -3927,7 +3927,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -3939,7 +3939,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -3951,7 +3951,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -3963,7 +3963,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -3975,7 +3975,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -3987,7 +3987,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -3999,7 +3999,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4011,7 +4011,7 @@ public System.Collections.Generic.IDictionary Dimensions { get; - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4023,7 +4023,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4035,7 +4035,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4047,7 +4047,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4059,7 +4059,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4071,7 +4071,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4083,7 +4083,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4095,7 +4095,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4107,7 +4107,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4119,7 +4119,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4156,24 +4156,24 @@ new MrscalerAwsCoreScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| Dimensions | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| Dimensions | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4185,7 +4185,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4197,7 +4197,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4209,7 +4209,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4221,7 +4221,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4233,7 +4233,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4245,7 +4245,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4257,7 +4257,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4269,7 +4269,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4281,7 +4281,7 @@ public System.Collections.Generic.IDictionary Dimensions { get; - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4293,7 +4293,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4305,7 +4305,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4317,7 +4317,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4329,7 +4329,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4341,7 +4341,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4353,7 +4353,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4365,7 +4365,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4377,7 +4377,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4389,7 +4389,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4410,8 +4410,8 @@ new MrscalerAwsInstanceWeights { | **Name** | **Type** | **Description** | | --- | --- | --- | -| InstanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. | -| WeightedCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | +| InstanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. | +| WeightedCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -4423,7 +4423,7 @@ public string InstanceType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -4435,7 +4435,7 @@ public double WeightedCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -4458,10 +4458,10 @@ new MrscalerAwsMasterEbsBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| SizeInGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4473,7 +4473,7 @@ public double SizeInGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4485,7 +4485,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4497,7 +4497,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4509,7 +4509,7 @@ public double VolumesPerInstance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4530,8 +4530,8 @@ new MrscalerAwsProvisioningTimeout { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| TimeoutAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | +| TimeoutAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -4543,7 +4543,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -4555,7 +4555,7 @@ public string TimeoutAction { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -4581,13 +4581,13 @@ new MrscalerAwsScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Cron | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | -| InstanceGroupType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. | -| DesiredCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. | -| MaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. | -| MinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | +| Cron | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | +| InstanceGroupType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. | +| DesiredCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. | +| MaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. | +| MinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -4599,7 +4599,7 @@ public string Cron { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -4611,7 +4611,7 @@ public string InstanceGroupType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -4623,7 +4623,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -4635,7 +4635,7 @@ public string DesiredCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -4647,7 +4647,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -4659,7 +4659,7 @@ public string MaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -4671,7 +4671,7 @@ public string MinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -4692,8 +4692,8 @@ new MrscalerAwsStepsFile { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4705,7 +4705,7 @@ public string Bucket { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4717,7 +4717,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4738,8 +4738,8 @@ new MrscalerAwsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -4751,7 +4751,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4763,7 +4763,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -4786,10 +4786,10 @@ new MrscalerAwsTaskEbsBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| SizeInGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4801,7 +4801,7 @@ public double SizeInGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4813,7 +4813,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4825,7 +4825,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4837,7 +4837,7 @@ public double VolumesPerInstance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4874,24 +4874,24 @@ new MrscalerAwsTaskScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| Dimensions | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| Dimensions | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4903,7 +4903,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4915,7 +4915,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4927,7 +4927,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4939,7 +4939,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4951,7 +4951,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4963,7 +4963,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4975,7 +4975,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4987,7 +4987,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4999,7 +4999,7 @@ public System.Collections.Generic.IDictionary Dimensions { get; - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5011,7 +5011,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5023,7 +5023,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5035,7 +5035,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5047,7 +5047,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5059,7 +5059,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5071,7 +5071,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5083,7 +5083,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5095,7 +5095,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5107,7 +5107,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5144,24 +5144,24 @@ new MrscalerAwsTaskScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| Dimensions | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| Dimensions | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5173,7 +5173,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5185,7 +5185,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5197,7 +5197,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5209,7 +5209,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5221,7 +5221,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5233,7 +5233,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5245,7 +5245,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5257,7 +5257,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5269,7 +5269,7 @@ public System.Collections.Generic.IDictionary Dimensions { get; - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5281,7 +5281,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5293,7 +5293,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5305,7 +5305,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5317,7 +5317,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5329,7 +5329,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5341,7 +5341,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5353,7 +5353,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5365,7 +5365,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5377,7 +5377,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5411,7 +5411,7 @@ public object Statements { get; set; } statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -5438,14 +5438,14 @@ new MrscalerAwsTerminationPoliciesStatements { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -5457,7 +5457,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5469,7 +5469,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5481,7 +5481,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5493,7 +5493,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5505,7 +5505,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5517,7 +5517,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5529,7 +5529,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5541,7 +5541,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/mrscalerAws.go.md b/docs/mrscalerAws.go.md index 49946b5e..e2a1c8f8 100644 --- a/docs/mrscalerAws.go.md +++ b/docs/mrscalerAws.go.md @@ -4,7 +4,7 @@ ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -1088,7 +1088,7 @@ The construct id used in the generated config for the MrscalerAws to import. The id of the existing MrscalerAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use --- @@ -2654,9 +2654,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| Args | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| Args | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | +| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -2668,7 +2668,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2680,7 +2680,7 @@ Args *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -2692,7 +2692,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -2713,8 +2713,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -2726,7 +2726,7 @@ Bucket *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -2738,7 +2738,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -2832,67 +2832,67 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| Strategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| AdditionalInfo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | -| AdditionalPrimarySecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | -| AdditionalReplicaSecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| Strategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| AdditionalInfo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | +| AdditionalPrimarySecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | +| AdditionalReplicaSecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | | Applications | interface{} | applications block. | -| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | +| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | | BootstrapActionsFile | interface{} | bootstrap_actions_file block. | -| ClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | +| ClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | | ConfigurationsFile | interface{} | configurations_file block. | -| CoreDesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | +| CoreDesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | | CoreEbsBlockDevice | interface{} | core_ebs_block_device block. | -| CoreEbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | -| CoreInstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | -| CoreLifecycle | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | -| CoreMaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | -| CoreMinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | +| CoreEbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | +| CoreInstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | +| CoreLifecycle | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | +| CoreMaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | +| CoreMinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | | CoreScalingDownPolicy | interface{} | core_scaling_down_policy block. | | CoreScalingUpPolicy | interface{} | core_scaling_up_policy block. | -| CoreUnit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | -| CustomAmiId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| EbsRootVolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | -| Ec2KeyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | -| ExposeClusterId | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| CoreUnit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | +| CustomAmiId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | +| EbsRootVolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | +| Ec2KeyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | +| ExposeClusterId | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | | InstanceWeights | interface{} | instance_weights block. | -| JobFlowRole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | -| KeepJobFlowAlive | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | -| LogUri | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | -| ManagedPrimarySecurityGroup | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | -| ManagedReplicaSecurityGroup | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | +| JobFlowRole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | +| KeepJobFlowAlive | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | +| LogUri | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | +| ManagedPrimarySecurityGroup | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | +| ManagedReplicaSecurityGroup | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | | MasterEbsBlockDevice | interface{} | master_ebs_block_device block. | -| MasterEbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | -| MasterInstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | -| MasterLifecycle | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | -| MasterTarget | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | +| MasterEbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | +| MasterInstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | +| MasterLifecycle | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | +| MasterTarget | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | | ProvisioningTimeout | MrscalerAwsProvisioningTimeout | provisioning_timeout block. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| ReleaseLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | -| RepoUpgradeOnBoot | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | -| Retries | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| ReleaseLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | +| RepoUpgradeOnBoot | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | +| Retries | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | | ScheduledTask | interface{} | scheduled_task block. | -| SecurityConfig | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | -| ServiceAccessSecurityGroup | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | -| ServiceRole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | +| SecurityConfig | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | +| ServiceAccessSecurityGroup | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | +| ServiceRole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | | StepsFile | interface{} | steps_file block. | | Tags | interface{} | tags block. | -| TaskDesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | +| TaskDesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | | TaskEbsBlockDevice | interface{} | task_ebs_block_device block. | -| TaskEbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | -| TaskInstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | -| TaskLifecycle | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | -| TaskMaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | -| TaskMinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | +| TaskEbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | +| TaskInstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | +| TaskLifecycle | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | +| TaskMaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | +| TaskMinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | | TaskScalingDownPolicy | interface{} | task_scaling_down_policy block. | | TaskScalingUpPolicy | interface{} | task_scaling_up_policy block. | -| TaskUnit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | +| TaskUnit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | | TerminationPolicies | interface{} | termination_policies block. | -| TerminationProtected | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | -| VisibleToAllUsers | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | +| TerminationProtected | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | +| VisibleToAllUsers | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -2974,7 +2974,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2986,7 +2986,7 @@ Strategy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -2998,7 +2998,7 @@ AdditionalInfo *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -3010,7 +3010,7 @@ AdditionalPrimarySecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -3022,7 +3022,7 @@ AdditionalReplicaSecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -3036,7 +3036,7 @@ Applications interface{} applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -3048,7 +3048,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -3062,7 +3062,7 @@ BootstrapActionsFile interface{} bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -3074,7 +3074,7 @@ ClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -3088,7 +3088,7 @@ ConfigurationsFile interface{} configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -3100,7 +3100,7 @@ CoreDesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -3114,7 +3114,7 @@ CoreEbsBlockDevice interface{} core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -3126,7 +3126,7 @@ CoreEbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -3138,7 +3138,7 @@ CoreInstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -3150,7 +3150,7 @@ CoreLifecycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3162,7 +3162,7 @@ CoreMaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3174,7 +3174,7 @@ CoreMinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3188,7 +3188,7 @@ CoreScalingDownPolicy interface{} core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3202,7 +3202,7 @@ CoreScalingUpPolicy interface{} core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -3214,7 +3214,7 @@ CoreUnit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -3226,7 +3226,7 @@ CustomAmiId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -3238,7 +3238,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -3250,7 +3250,7 @@ EbsRootVolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -3262,7 +3262,7 @@ Ec2KeyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -3274,7 +3274,7 @@ ExposeClusterId interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -3286,7 +3286,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3303,7 +3303,7 @@ InstanceWeights interface{} instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -3315,7 +3315,7 @@ JobFlowRole *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -3327,7 +3327,7 @@ KeepJobFlowAlive interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -3339,7 +3339,7 @@ LogUri *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -3351,7 +3351,7 @@ ManagedPrimarySecurityGroup *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -3363,7 +3363,7 @@ ManagedReplicaSecurityGroup *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -3377,7 +3377,7 @@ MasterEbsBlockDevice interface{} master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -3389,7 +3389,7 @@ MasterEbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -3401,7 +3401,7 @@ MasterInstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -3413,7 +3413,7 @@ MasterLifecycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -3425,7 +3425,7 @@ MasterTarget *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -3439,7 +3439,7 @@ ProvisioningTimeout MrscalerAwsProvisioningTimeout provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -3451,7 +3451,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -3463,7 +3463,7 @@ ReleaseLabel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -3475,7 +3475,7 @@ RepoUpgradeOnBoot *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -3487,7 +3487,7 @@ Retries *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -3501,7 +3501,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -3513,7 +3513,7 @@ SecurityConfig *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -3525,7 +3525,7 @@ ServiceAccessSecurityGroup *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -3537,7 +3537,7 @@ ServiceRole *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -3551,7 +3551,7 @@ StepsFile interface{} steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -3565,7 +3565,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -3577,7 +3577,7 @@ TaskDesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -3591,7 +3591,7 @@ TaskEbsBlockDevice interface{} task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -3603,7 +3603,7 @@ TaskEbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -3615,7 +3615,7 @@ TaskInstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -3627,7 +3627,7 @@ TaskLifecycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -3639,7 +3639,7 @@ TaskMaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -3651,7 +3651,7 @@ TaskMinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -3665,7 +3665,7 @@ TaskScalingDownPolicy interface{} task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -3679,7 +3679,7 @@ TaskScalingUpPolicy interface{} task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -3691,7 +3691,7 @@ TaskUnit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -3705,7 +3705,7 @@ TerminationPolicies interface{} termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -3717,7 +3717,7 @@ TerminationProtected interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -3729,7 +3729,7 @@ VisibleToAllUsers interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -3750,8 +3750,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3763,7 +3763,7 @@ Bucket *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3775,7 +3775,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3798,10 +3798,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| SizeInGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -3813,7 +3813,7 @@ SizeInGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -3825,7 +3825,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -3837,7 +3837,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -3849,7 +3849,7 @@ VolumesPerInstance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -3886,24 +3886,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| Dimensions | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| Dimensions | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -3915,7 +3915,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -3927,7 +3927,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -3939,7 +3939,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -3951,7 +3951,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -3963,7 +3963,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -3975,7 +3975,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -3987,7 +3987,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -3999,7 +3999,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4011,7 +4011,7 @@ Dimensions *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4023,7 +4023,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4035,7 +4035,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4047,7 +4047,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4059,7 +4059,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4071,7 +4071,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4083,7 +4083,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4095,7 +4095,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4107,7 +4107,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4119,7 +4119,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4156,24 +4156,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| Dimensions | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| Dimensions | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4185,7 +4185,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4197,7 +4197,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4209,7 +4209,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4221,7 +4221,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4233,7 +4233,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4245,7 +4245,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4257,7 +4257,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4269,7 +4269,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4281,7 +4281,7 @@ Dimensions *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4293,7 +4293,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4305,7 +4305,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4317,7 +4317,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4329,7 +4329,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4341,7 +4341,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4353,7 +4353,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4365,7 +4365,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4377,7 +4377,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4389,7 +4389,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4410,8 +4410,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| InstanceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. | -| WeightedCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | +| InstanceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. | +| WeightedCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -4423,7 +4423,7 @@ InstanceType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -4435,7 +4435,7 @@ WeightedCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -4458,10 +4458,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| SizeInGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4473,7 +4473,7 @@ SizeInGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4485,7 +4485,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4497,7 +4497,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4509,7 +4509,7 @@ VolumesPerInstance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4530,8 +4530,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| TimeoutAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | +| TimeoutAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -4543,7 +4543,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -4555,7 +4555,7 @@ TimeoutAction *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -4581,13 +4581,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Cron | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | -| InstanceGroupType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. | -| DesiredCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. | -| MaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. | -| MinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | +| Cron | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | +| InstanceGroupType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. | +| DesiredCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. | +| MaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. | +| MinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -4599,7 +4599,7 @@ Cron *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -4611,7 +4611,7 @@ InstanceGroupType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -4623,7 +4623,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -4635,7 +4635,7 @@ DesiredCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -4647,7 +4647,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -4659,7 +4659,7 @@ MaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -4671,7 +4671,7 @@ MinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -4692,8 +4692,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4705,7 +4705,7 @@ Bucket *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4717,7 +4717,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4738,8 +4738,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -4751,7 +4751,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4763,7 +4763,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -4786,10 +4786,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| SizeInGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4801,7 +4801,7 @@ SizeInGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4813,7 +4813,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4825,7 +4825,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4837,7 +4837,7 @@ VolumesPerInstance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4874,24 +4874,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| Dimensions | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| Dimensions | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4903,7 +4903,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4915,7 +4915,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4927,7 +4927,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4939,7 +4939,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4951,7 +4951,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4963,7 +4963,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4975,7 +4975,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4987,7 +4987,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4999,7 +4999,7 @@ Dimensions *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5011,7 +5011,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5023,7 +5023,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5035,7 +5035,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5047,7 +5047,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5059,7 +5059,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5071,7 +5071,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5083,7 +5083,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5095,7 +5095,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5107,7 +5107,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5144,24 +5144,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| Dimensions | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| Dimensions | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5173,7 +5173,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5185,7 +5185,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5197,7 +5197,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5209,7 +5209,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5221,7 +5221,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5233,7 +5233,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5245,7 +5245,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5257,7 +5257,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5269,7 +5269,7 @@ Dimensions *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5281,7 +5281,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5293,7 +5293,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5305,7 +5305,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5317,7 +5317,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5329,7 +5329,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5341,7 +5341,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5353,7 +5353,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5365,7 +5365,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5377,7 +5377,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5411,7 +5411,7 @@ Statements interface{} statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -5438,14 +5438,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -5457,7 +5457,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5469,7 +5469,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5481,7 +5481,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5493,7 +5493,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5505,7 +5505,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5517,7 +5517,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5529,7 +5529,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5541,7 +5541,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/mrscalerAws.java.md b/docs/mrscalerAws.java.md index a0179646..69fa05e8 100644 --- a/docs/mrscalerAws.java.md +++ b/docs/mrscalerAws.java.md @@ -4,7 +4,7 @@ ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -120,67 +120,67 @@ MrscalerAws.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| strategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| additionalInfo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | -| additionalPrimarySecurityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | -| additionalReplicaSecurityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| strategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| additionalInfo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | +| additionalPrimarySecurityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | +| additionalReplicaSecurityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | | applications | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsApplications> | applications block. | -| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | +| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | | bootstrapActionsFile | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsBootstrapActionsFile> | bootstrap_actions_file block. | -| clusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | +| clusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | | configurationsFile | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsConfigurationsFile> | configurations_file block. | -| coreDesiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | +| coreDesiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | | coreEbsBlockDevice | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsCoreEbsBlockDevice> | core_ebs_block_device block. | -| coreEbsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | -| coreInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | -| coreLifecycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | -| coreMaxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | -| coreMinSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | +| coreEbsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | +| coreInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | +| coreLifecycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | +| coreMaxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | +| coreMinSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | | coreScalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsCoreScalingDownPolicy> | core_scaling_down_policy block. | | coreScalingUpPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsCoreScalingUpPolicy> | core_scaling_up_policy block. | -| coreUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | -| customAmiId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| ebsRootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | -| ec2KeyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | -| exposeClusterId | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| coreUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | +| customAmiId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | +| ebsRootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | +| ec2KeyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | +| exposeClusterId | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | | instanceWeights | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsInstanceWeights> | instance_weights block. | -| jobFlowRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | -| keepJobFlowAlive | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | -| logUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | -| managedPrimarySecurityGroup | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | -| managedReplicaSecurityGroup | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | +| jobFlowRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | +| keepJobFlowAlive | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | +| logUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | +| managedPrimarySecurityGroup | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | +| managedReplicaSecurityGroup | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | | masterEbsBlockDevice | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsMasterEbsBlockDevice> | master_ebs_block_device block. | -| masterEbsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | -| masterInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | -| masterLifecycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | -| masterTarget | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | +| masterEbsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | +| masterInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | +| masterLifecycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | +| masterTarget | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | | provisioningTimeout | MrscalerAwsProvisioningTimeout | provisioning_timeout block. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| releaseLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | -| repoUpgradeOnBoot | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | -| retries | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| releaseLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | +| repoUpgradeOnBoot | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | +| retries | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsScheduledTask> | scheduled_task block. | -| securityConfig | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | -| serviceAccessSecurityGroup | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | -| serviceRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | +| securityConfig | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | +| serviceAccessSecurityGroup | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | +| serviceRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | | stepsFile | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsStepsFile> | steps_file block. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsTags> | tags block. | -| taskDesiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | +| taskDesiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | | taskEbsBlockDevice | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsTaskEbsBlockDevice> | task_ebs_block_device block. | -| taskEbsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | -| taskInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | -| taskLifecycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | -| taskMaxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | -| taskMinSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | +| taskEbsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | +| taskInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | +| taskLifecycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | +| taskMaxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | +| taskMinSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | | taskScalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsTaskScalingDownPolicy> | task_scaling_down_policy block. | | taskScalingUpPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsTaskScalingUpPolicy> | task_scaling_up_policy block. | -| taskUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | +| taskUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | | terminationPolicies | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsTerminationPolicies> | termination_policies block. | -| terminationProtected | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | -| visibleToAllUsers | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | +| terminationProtected | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | +| visibleToAllUsers | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -248,7 +248,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -264,7 +264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -272,7 +272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -298,7 +298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -308,7 +308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -316,7 +316,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -326,7 +326,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -334,7 +334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -344,7 +344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -352,7 +352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -368,7 +368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -376,7 +376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -384,7 +384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -394,7 +394,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -404,7 +404,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -412,7 +412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -420,7 +420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -428,7 +428,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -436,7 +436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -444,7 +444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -452,7 +452,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -460,7 +460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -473,7 +473,7 @@ If you experience problems setting this value it might not be settable. Please t instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -481,7 +481,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -489,7 +489,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -497,7 +497,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -505,7 +505,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -513,7 +513,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -523,7 +523,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -531,7 +531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -539,7 +539,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -547,7 +547,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -555,7 +555,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -565,7 +565,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -573,7 +573,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -581,7 +581,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -589,7 +589,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -597,7 +597,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -607,7 +607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -615,7 +615,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -623,7 +623,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -631,7 +631,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -641,7 +641,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -651,7 +651,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -659,7 +659,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -669,7 +669,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -677,7 +677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -685,7 +685,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -693,7 +693,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -701,7 +701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -709,7 +709,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -719,7 +719,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -729,7 +729,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -737,7 +737,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -747,7 +747,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -755,7 +755,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -763,7 +763,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -1811,7 +1811,7 @@ The construct id used in the generated config for the MrscalerAws to import. The id of the existing MrscalerAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use --- @@ -3377,9 +3377,9 @@ MrscalerAwsApplications.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| args | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| args | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | +| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -3391,7 +3391,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -3403,7 +3403,7 @@ public java.util.List getArgs(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -3415,7 +3415,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -3436,8 +3436,8 @@ MrscalerAwsBootstrapActionsFile.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3449,7 +3449,7 @@ public java.lang.String getBucket(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3461,7 +3461,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3581,67 +3581,67 @@ MrscalerAwsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| strategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| additionalInfo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | -| additionalPrimarySecurityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | -| additionalReplicaSecurityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| strategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| additionalInfo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | +| additionalPrimarySecurityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | +| additionalReplicaSecurityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | | applications | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsApplications> | applications block. | -| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | +| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | | bootstrapActionsFile | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsBootstrapActionsFile> | bootstrap_actions_file block. | -| clusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | +| clusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | | configurationsFile | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsConfigurationsFile> | configurations_file block. | -| coreDesiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | +| coreDesiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | | coreEbsBlockDevice | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsCoreEbsBlockDevice> | core_ebs_block_device block. | -| coreEbsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | -| coreInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | -| coreLifecycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | -| coreMaxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | -| coreMinSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | +| coreEbsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | +| coreInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | +| coreLifecycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | +| coreMaxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | +| coreMinSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | | coreScalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsCoreScalingDownPolicy> | core_scaling_down_policy block. | | coreScalingUpPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsCoreScalingUpPolicy> | core_scaling_up_policy block. | -| coreUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | -| customAmiId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| ebsRootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | -| ec2KeyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | -| exposeClusterId | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| coreUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | +| customAmiId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | +| ebsRootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | +| ec2KeyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | +| exposeClusterId | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | | instanceWeights | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsInstanceWeights> | instance_weights block. | -| jobFlowRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | -| keepJobFlowAlive | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | -| logUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | -| managedPrimarySecurityGroup | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | -| managedReplicaSecurityGroup | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | +| jobFlowRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | +| keepJobFlowAlive | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | +| logUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | +| managedPrimarySecurityGroup | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | +| managedReplicaSecurityGroup | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | | masterEbsBlockDevice | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsMasterEbsBlockDevice> | master_ebs_block_device block. | -| masterEbsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | -| masterInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | -| masterLifecycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | -| masterTarget | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | +| masterEbsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | +| masterInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | +| masterLifecycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | +| masterTarget | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | | provisioningTimeout | MrscalerAwsProvisioningTimeout | provisioning_timeout block. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| releaseLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | -| repoUpgradeOnBoot | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | -| retries | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| releaseLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | +| repoUpgradeOnBoot | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | +| retries | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsScheduledTask> | scheduled_task block. | -| securityConfig | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | -| serviceAccessSecurityGroup | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | -| serviceRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | +| securityConfig | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | +| serviceAccessSecurityGroup | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | +| serviceRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | | stepsFile | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsStepsFile> | steps_file block. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsTags> | tags block. | -| taskDesiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | +| taskDesiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | | taskEbsBlockDevice | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsTaskEbsBlockDevice> | task_ebs_block_device block. | -| taskEbsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | -| taskInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | -| taskLifecycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | -| taskMaxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | -| taskMinSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | +| taskEbsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | +| taskInstanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | +| taskLifecycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | +| taskMaxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | +| taskMinSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | | taskScalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsTaskScalingDownPolicy> | task_scaling_down_policy block. | | taskScalingUpPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsTaskScalingUpPolicy> | task_scaling_up_policy block. | -| taskUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | +| taskUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | | terminationPolicies | com.hashicorp.cdktf.IResolvable OR java.util.List<MrscalerAwsTerminationPolicies> | termination_policies block. | -| terminationProtected | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | -| visibleToAllUsers | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | +| terminationProtected | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | +| visibleToAllUsers | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -3723,7 +3723,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -3735,7 +3735,7 @@ public java.lang.String getStrategy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -3747,7 +3747,7 @@ public java.lang.String getAdditionalInfo(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -3759,7 +3759,7 @@ public java.util.List getAdditionalPrimarySecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -3771,7 +3771,7 @@ public java.util.List getAdditionalReplicaSecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -3785,7 +3785,7 @@ public java.lang.Object getApplications(); applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -3797,7 +3797,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -3811,7 +3811,7 @@ public java.lang.Object getBootstrapActionsFile(); bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -3823,7 +3823,7 @@ public java.lang.String getClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -3837,7 +3837,7 @@ public java.lang.Object getConfigurationsFile(); configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -3849,7 +3849,7 @@ public java.lang.Number getCoreDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -3863,7 +3863,7 @@ public java.lang.Object getCoreEbsBlockDevice(); core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -3875,7 +3875,7 @@ public java.lang.Object getCoreEbsOptimized(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -3887,7 +3887,7 @@ public java.util.List getCoreInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -3899,7 +3899,7 @@ public java.lang.String getCoreLifecycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3911,7 +3911,7 @@ public java.lang.Number getCoreMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3923,7 +3923,7 @@ public java.lang.Number getCoreMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3937,7 +3937,7 @@ public java.lang.Object getCoreScalingDownPolicy(); core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3951,7 +3951,7 @@ public java.lang.Object getCoreScalingUpPolicy(); core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -3963,7 +3963,7 @@ public java.lang.String getCoreUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -3975,7 +3975,7 @@ public java.lang.String getCustomAmiId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -3987,7 +3987,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -3999,7 +3999,7 @@ public java.lang.Number getEbsRootVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -4011,7 +4011,7 @@ public java.lang.String getEc2KeyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -4023,7 +4023,7 @@ public java.lang.Object getExposeClusterId(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -4035,7 +4035,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4052,7 +4052,7 @@ public java.lang.Object getInstanceWeights(); instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -4064,7 +4064,7 @@ public java.lang.String getJobFlowRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -4076,7 +4076,7 @@ public java.lang.Object getKeepJobFlowAlive(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -4088,7 +4088,7 @@ public java.lang.String getLogUri(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -4100,7 +4100,7 @@ public java.lang.String getManagedPrimarySecurityGroup(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -4112,7 +4112,7 @@ public java.lang.String getManagedReplicaSecurityGroup(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -4126,7 +4126,7 @@ public java.lang.Object getMasterEbsBlockDevice(); master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -4138,7 +4138,7 @@ public java.lang.Object getMasterEbsOptimized(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -4150,7 +4150,7 @@ public java.util.List getMasterInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -4162,7 +4162,7 @@ public java.lang.String getMasterLifecycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -4174,7 +4174,7 @@ public java.lang.Number getMasterTarget(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -4188,7 +4188,7 @@ public MrscalerAwsProvisioningTimeout getProvisioningTimeout(); provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -4200,7 +4200,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -4212,7 +4212,7 @@ public java.lang.String getReleaseLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -4224,7 +4224,7 @@ public java.lang.String getRepoUpgradeOnBoot(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -4236,7 +4236,7 @@ public java.lang.Number getRetries(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -4250,7 +4250,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -4262,7 +4262,7 @@ public java.lang.String getSecurityConfig(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -4274,7 +4274,7 @@ public java.lang.String getServiceAccessSecurityGroup(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -4286,7 +4286,7 @@ public java.lang.String getServiceRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -4300,7 +4300,7 @@ public java.lang.Object getStepsFile(); steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -4314,7 +4314,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -4326,7 +4326,7 @@ public java.lang.Number getTaskDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -4340,7 +4340,7 @@ public java.lang.Object getTaskEbsBlockDevice(); task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -4352,7 +4352,7 @@ public java.lang.Object getTaskEbsOptimized(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -4364,7 +4364,7 @@ public java.util.List getTaskInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -4376,7 +4376,7 @@ public java.lang.String getTaskLifecycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -4388,7 +4388,7 @@ public java.lang.Number getTaskMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -4400,7 +4400,7 @@ public java.lang.Number getTaskMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -4414,7 +4414,7 @@ public java.lang.Object getTaskScalingDownPolicy(); task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -4428,7 +4428,7 @@ public java.lang.Object getTaskScalingUpPolicy(); task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -4440,7 +4440,7 @@ public java.lang.String getTaskUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -4454,7 +4454,7 @@ public java.lang.Object getTerminationPolicies(); termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -4466,7 +4466,7 @@ public java.lang.Object getTerminationProtected(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -4478,7 +4478,7 @@ public java.lang.Object getVisibleToAllUsers(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -4499,8 +4499,8 @@ MrscalerAwsConfigurationsFile.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4512,7 +4512,7 @@ public java.lang.String getBucket(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4524,7 +4524,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4547,10 +4547,10 @@ MrscalerAwsCoreEbsBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| sizeInGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumesPerInstance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4562,7 +4562,7 @@ public java.lang.Number getSizeInGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4574,7 +4574,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4586,7 +4586,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4598,7 +4598,7 @@ public java.lang.Number getVolumesPerInstance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4635,24 +4635,24 @@ MrscalerAwsCoreScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| dimensions | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4664,7 +4664,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4676,7 +4676,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4688,7 +4688,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4700,7 +4700,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4712,7 +4712,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4724,7 +4724,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4736,7 +4736,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4748,7 +4748,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4760,7 +4760,7 @@ public java.util.Map getDimensions(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4772,7 +4772,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4784,7 +4784,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4796,7 +4796,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4808,7 +4808,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4820,7 +4820,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4832,7 +4832,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4844,7 +4844,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4856,7 +4856,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4868,7 +4868,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4905,24 +4905,24 @@ MrscalerAwsCoreScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| dimensions | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4934,7 +4934,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4946,7 +4946,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4958,7 +4958,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4970,7 +4970,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4982,7 +4982,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4994,7 +4994,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5006,7 +5006,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5018,7 +5018,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5030,7 +5030,7 @@ public java.util.Map getDimensions(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5042,7 +5042,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5054,7 +5054,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5066,7 +5066,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5078,7 +5078,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5090,7 +5090,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5102,7 +5102,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5114,7 +5114,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5126,7 +5126,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5138,7 +5138,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5159,8 +5159,8 @@ MrscalerAwsInstanceWeights.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| instanceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. | -| weightedCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | +| instanceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. | +| weightedCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -5172,7 +5172,7 @@ public java.lang.String getInstanceType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -5184,7 +5184,7 @@ public java.lang.Number getWeightedCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -5207,10 +5207,10 @@ MrscalerAwsMasterEbsBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| sizeInGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumesPerInstance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -5222,7 +5222,7 @@ public java.lang.Number getSizeInGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -5234,7 +5234,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -5246,7 +5246,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -5258,7 +5258,7 @@ public java.lang.Number getVolumesPerInstance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -5279,8 +5279,8 @@ MrscalerAwsProvisioningTimeout.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| timeoutAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | +| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | +| timeoutAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -5292,7 +5292,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -5304,7 +5304,7 @@ public java.lang.String getTimeoutAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -5331,13 +5331,13 @@ MrscalerAwsScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | -| instanceGroupType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. | -| desiredCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. | -| maxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. | -| minCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | +| cron | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | +| instanceGroupType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. | +| desiredCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. | +| maxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. | +| minCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -5349,7 +5349,7 @@ public java.lang.String getCron(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -5361,7 +5361,7 @@ public java.lang.String getInstanceGroupType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -5373,7 +5373,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -5385,7 +5385,7 @@ public java.lang.String getDesiredCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -5397,7 +5397,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -5409,7 +5409,7 @@ public java.lang.String getMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -5421,7 +5421,7 @@ public java.lang.String getMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -5442,8 +5442,8 @@ MrscalerAwsStepsFile.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -5455,7 +5455,7 @@ public java.lang.String getBucket(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -5467,7 +5467,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -5488,8 +5488,8 @@ MrscalerAwsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -5501,7 +5501,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -5513,7 +5513,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -5536,10 +5536,10 @@ MrscalerAwsTaskEbsBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| sizeInGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumesPerInstance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -5551,7 +5551,7 @@ public java.lang.Number getSizeInGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -5563,7 +5563,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -5575,7 +5575,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -5587,7 +5587,7 @@ public java.lang.Number getVolumesPerInstance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -5624,24 +5624,24 @@ MrscalerAwsTaskScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| dimensions | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5653,7 +5653,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5665,7 +5665,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5677,7 +5677,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5689,7 +5689,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5701,7 +5701,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5713,7 +5713,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5725,7 +5725,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5737,7 +5737,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5749,7 +5749,7 @@ public java.util.Map getDimensions(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5761,7 +5761,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5773,7 +5773,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5785,7 +5785,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5797,7 +5797,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5809,7 +5809,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5821,7 +5821,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5833,7 +5833,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5845,7 +5845,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5857,7 +5857,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5894,24 +5894,24 @@ MrscalerAwsTaskScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| dimensions | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5923,7 +5923,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5935,7 +5935,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5947,7 +5947,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5959,7 +5959,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5971,7 +5971,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5983,7 +5983,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5995,7 +5995,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -6007,7 +6007,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -6019,7 +6019,7 @@ public java.util.Map getDimensions(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -6031,7 +6031,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -6043,7 +6043,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -6055,7 +6055,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -6067,7 +6067,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -6079,7 +6079,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -6091,7 +6091,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -6103,7 +6103,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -6115,7 +6115,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -6127,7 +6127,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -6162,7 +6162,7 @@ public java.lang.Object getStatements(); statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -6189,14 +6189,14 @@ MrscalerAwsTerminationPoliciesStatements.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -6208,7 +6208,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -6220,7 +6220,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -6232,7 +6232,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -6244,7 +6244,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -6256,7 +6256,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -6268,7 +6268,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -6280,7 +6280,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -6292,7 +6292,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/mrscalerAws.python.md b/docs/mrscalerAws.python.md index b7df5bb9..e471de32 100644 --- a/docs/mrscalerAws.python.md +++ b/docs/mrscalerAws.python.md @@ -4,7 +4,7 @@ ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -96,67 +96,67 @@ mrscalerAws.MrscalerAws( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| additional_info | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | -| additional_primary_security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | -| additional_replica_security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| additional_info | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | +| additional_primary_security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | +| additional_replica_security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | | applications | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsApplications]] | applications block. | -| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | +| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | | bootstrap_actions_file | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsBootstrapActionsFile]] | bootstrap_actions_file block. | -| cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | +| cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | | configurations_file | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsConfigurationsFile]] | configurations_file block. | -| core_desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | +| core_desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | | core_ebs_block_device | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsCoreEbsBlockDevice]] | core_ebs_block_device block. | -| core_ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | -| core_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | -| core_lifecycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | -| core_max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | -| core_min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | +| core_ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | +| core_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | +| core_lifecycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | +| core_max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | +| core_min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | | core_scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsCoreScalingDownPolicy]] | core_scaling_down_policy block. | | core_scaling_up_policy | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsCoreScalingUpPolicy]] | core_scaling_up_policy block. | -| core_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | -| custom_ami_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| ebs_root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | -| ec2_key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | -| expose_cluster_id | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| core_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | +| custom_ami_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | +| ebs_root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | +| ec2_key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | +| expose_cluster_id | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | | instance_weights | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsInstanceWeights]] | instance_weights block. | -| job_flow_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | -| keep_job_flow_alive | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | -| log_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | -| managed_primary_security_group | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | -| managed_replica_security_group | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | +| job_flow_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | +| keep_job_flow_alive | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | +| log_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | +| managed_primary_security_group | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | +| managed_replica_security_group | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | | master_ebs_block_device | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsMasterEbsBlockDevice]] | master_ebs_block_device block. | -| master_ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | -| master_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | -| master_lifecycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | -| master_target | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | +| master_ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | +| master_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | +| master_lifecycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | +| master_target | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | | provisioning_timeout | MrscalerAwsProvisioningTimeout | provisioning_timeout block. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| release_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | -| repo_upgrade_on_boot | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | -| retries | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| release_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | +| repo_upgrade_on_boot | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | +| retries | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsScheduledTask]] | scheduled_task block. | -| security_config | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | -| service_access_security_group | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | -| service_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | +| security_config | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | +| service_access_security_group | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | +| service_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | | steps_file | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsStepsFile]] | steps_file block. | | tags | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsTags]] | tags block. | -| task_desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | +| task_desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | | task_ebs_block_device | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsTaskEbsBlockDevice]] | task_ebs_block_device block. | -| task_ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | -| task_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | -| task_lifecycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | -| task_max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | -| task_min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | +| task_ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | +| task_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | +| task_lifecycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | +| task_max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | +| task_min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | | task_scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsTaskScalingDownPolicy]] | task_scaling_down_policy block. | | task_scaling_up_policy | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsTaskScalingUpPolicy]] | task_scaling_up_policy block. | -| task_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | +| task_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | | termination_policies | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsTerminationPolicies]] | termination_policies block. | -| termination_protected | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | -| visible_to_all_users | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | +| termination_protected | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | +| visible_to_all_users | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -224,7 +224,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -292,7 +292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -302,7 +302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -320,7 +320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -328,7 +328,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -336,7 +336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -344,7 +344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -352,7 +352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -370,7 +370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -380,7 +380,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -388,7 +388,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -396,7 +396,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -404,7 +404,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -412,7 +412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -420,7 +420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -428,7 +428,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -436,7 +436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ If you experience problems setting this value it might not be settable. Please t instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -457,7 +457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -465,7 +465,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -473,7 +473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -481,7 +481,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -489,7 +489,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -499,7 +499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -507,7 +507,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -515,7 +515,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -523,7 +523,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -531,7 +531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -541,7 +541,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -549,7 +549,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -557,7 +557,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -565,7 +565,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -573,7 +573,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -583,7 +583,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -591,7 +591,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -599,7 +599,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -607,7 +607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -617,7 +617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -627,7 +627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -635,7 +635,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -645,7 +645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -653,7 +653,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -661,7 +661,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -669,7 +669,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -677,7 +677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -685,7 +685,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -695,7 +695,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -705,7 +705,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -713,7 +713,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -723,7 +723,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -731,7 +731,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -739,7 +739,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -1298,7 +1298,7 @@ def put_provisioning_timeout( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -1306,7 +1306,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -1876,7 +1876,7 @@ The construct id used in the generated config for the MrscalerAws to import. The id of the existing MrscalerAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use --- @@ -3442,9 +3442,9 @@ mrscalerAws.MrscalerAwsApplications( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| args | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| args | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | +| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -3456,7 +3456,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -3468,7 +3468,7 @@ args: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -3480,7 +3480,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -3501,8 +3501,8 @@ mrscalerAws.MrscalerAwsBootstrapActionsFile( | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3514,7 +3514,7 @@ bucket: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3526,7 +3526,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3620,67 +3620,67 @@ mrscalerAws.MrscalerAwsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| additional_info | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | -| additional_primary_security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | -| additional_replica_security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| additional_info | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | +| additional_primary_security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | +| additional_replica_security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | | applications | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsApplications]] | applications block. | -| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | +| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | | bootstrap_actions_file | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsBootstrapActionsFile]] | bootstrap_actions_file block. | -| cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | +| cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | | configurations_file | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsConfigurationsFile]] | configurations_file block. | -| core_desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | +| core_desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | | core_ebs_block_device | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsCoreEbsBlockDevice]] | core_ebs_block_device block. | -| core_ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | -| core_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | -| core_lifecycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | -| core_max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | -| core_min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | +| core_ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | +| core_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | +| core_lifecycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | +| core_max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | +| core_min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | | core_scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsCoreScalingDownPolicy]] | core_scaling_down_policy block. | | core_scaling_up_policy | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsCoreScalingUpPolicy]] | core_scaling_up_policy block. | -| core_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | -| custom_ami_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| ebs_root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | -| ec2_key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | -| expose_cluster_id | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| core_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | +| custom_ami_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | +| ebs_root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | +| ec2_key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | +| expose_cluster_id | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | | instance_weights | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsInstanceWeights]] | instance_weights block. | -| job_flow_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | -| keep_job_flow_alive | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | -| log_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | -| managed_primary_security_group | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | -| managed_replica_security_group | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | +| job_flow_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | +| keep_job_flow_alive | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | +| log_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | +| managed_primary_security_group | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | +| managed_replica_security_group | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | | master_ebs_block_device | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsMasterEbsBlockDevice]] | master_ebs_block_device block. | -| master_ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | -| master_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | -| master_lifecycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | -| master_target | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | +| master_ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | +| master_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | +| master_lifecycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | +| master_target | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | | provisioning_timeout | MrscalerAwsProvisioningTimeout | provisioning_timeout block. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| release_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | -| repo_upgrade_on_boot | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | -| retries | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| release_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | +| repo_upgrade_on_boot | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | +| retries | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsScheduledTask]] | scheduled_task block. | -| security_config | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | -| service_access_security_group | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | -| service_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | +| security_config | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | +| service_access_security_group | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | +| service_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | | steps_file | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsStepsFile]] | steps_file block. | | tags | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsTags]] | tags block. | -| task_desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | +| task_desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | | task_ebs_block_device | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsTaskEbsBlockDevice]] | task_ebs_block_device block. | -| task_ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | -| task_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | -| task_lifecycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | -| task_max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | -| task_min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | +| task_ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | +| task_instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | +| task_lifecycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | +| task_max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | +| task_min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | | task_scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsTaskScalingDownPolicy]] | task_scaling_down_policy block. | | task_scaling_up_policy | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsTaskScalingUpPolicy]] | task_scaling_up_policy block. | -| task_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | +| task_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | | termination_policies | typing.Union[cdktf.IResolvable, typing.List[MrscalerAwsTerminationPolicies]] | termination_policies block. | -| termination_protected | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | -| visible_to_all_users | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | +| termination_protected | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | +| visible_to_all_users | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -3762,7 +3762,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -3774,7 +3774,7 @@ strategy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -3786,7 +3786,7 @@ additional_info: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -3798,7 +3798,7 @@ additional_primary_security_groups: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -3810,7 +3810,7 @@ additional_replica_security_groups: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -3824,7 +3824,7 @@ applications: typing.Union[IResolvable, typing.List[MrscalerAwsApplications]] applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -3836,7 +3836,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -3850,7 +3850,7 @@ bootstrap_actions_file: typing.Union[IResolvable, typing.List[MrscalerAwsBootstr bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -3862,7 +3862,7 @@ cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -3876,7 +3876,7 @@ configurations_file: typing.Union[IResolvable, typing.List[MrscalerAwsConfigurat configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -3888,7 +3888,7 @@ core_desired_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -3902,7 +3902,7 @@ core_ebs_block_device: typing.Union[IResolvable, typing.List[MrscalerAwsCoreEbsB core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -3914,7 +3914,7 @@ core_ebs_optimized: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -3926,7 +3926,7 @@ core_instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -3938,7 +3938,7 @@ core_lifecycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3950,7 +3950,7 @@ core_max_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3962,7 +3962,7 @@ core_min_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3976,7 +3976,7 @@ core_scaling_down_policy: typing.Union[IResolvable, typing.List[MrscalerAwsCoreS core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3990,7 +3990,7 @@ core_scaling_up_policy: typing.Union[IResolvable, typing.List[MrscalerAwsCoreSca core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -4002,7 +4002,7 @@ core_unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -4014,7 +4014,7 @@ custom_ami_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -4026,7 +4026,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -4038,7 +4038,7 @@ ebs_root_volume_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -4050,7 +4050,7 @@ ec2_key_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -4062,7 +4062,7 @@ expose_cluster_id: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -4074,7 +4074,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4091,7 +4091,7 @@ instance_weights: typing.Union[IResolvable, typing.List[MrscalerAwsInstanceWeigh instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -4103,7 +4103,7 @@ job_flow_role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -4115,7 +4115,7 @@ keep_job_flow_alive: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -4127,7 +4127,7 @@ log_uri: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -4139,7 +4139,7 @@ managed_primary_security_group: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -4151,7 +4151,7 @@ managed_replica_security_group: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -4165,7 +4165,7 @@ master_ebs_block_device: typing.Union[IResolvable, typing.List[MrscalerAwsMaster master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -4177,7 +4177,7 @@ master_ebs_optimized: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -4189,7 +4189,7 @@ master_instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -4201,7 +4201,7 @@ master_lifecycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -4213,7 +4213,7 @@ master_target: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -4227,7 +4227,7 @@ provisioning_timeout: MrscalerAwsProvisioningTimeout provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -4239,7 +4239,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -4251,7 +4251,7 @@ release_label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -4263,7 +4263,7 @@ repo_upgrade_on_boot: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -4275,7 +4275,7 @@ retries: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -4289,7 +4289,7 @@ scheduled_task: typing.Union[IResolvable, typing.List[MrscalerAwsScheduledTask]] scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -4301,7 +4301,7 @@ security_config: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -4313,7 +4313,7 @@ service_access_security_group: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -4325,7 +4325,7 @@ service_role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -4339,7 +4339,7 @@ steps_file: typing.Union[IResolvable, typing.List[MrscalerAwsStepsFile]] steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -4353,7 +4353,7 @@ tags: typing.Union[IResolvable, typing.List[MrscalerAwsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -4365,7 +4365,7 @@ task_desired_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -4379,7 +4379,7 @@ task_ebs_block_device: typing.Union[IResolvable, typing.List[MrscalerAwsTaskEbsB task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -4391,7 +4391,7 @@ task_ebs_optimized: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -4403,7 +4403,7 @@ task_instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -4415,7 +4415,7 @@ task_lifecycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -4427,7 +4427,7 @@ task_max_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -4439,7 +4439,7 @@ task_min_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -4453,7 +4453,7 @@ task_scaling_down_policy: typing.Union[IResolvable, typing.List[MrscalerAwsTaskS task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -4467,7 +4467,7 @@ task_scaling_up_policy: typing.Union[IResolvable, typing.List[MrscalerAwsTaskSca task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -4479,7 +4479,7 @@ task_unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -4493,7 +4493,7 @@ termination_policies: typing.Union[IResolvable, typing.List[MrscalerAwsTerminati termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -4505,7 +4505,7 @@ termination_protected: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -4517,7 +4517,7 @@ visible_to_all_users: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -4538,8 +4538,8 @@ mrscalerAws.MrscalerAwsConfigurationsFile( | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4551,7 +4551,7 @@ bucket: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4563,7 +4563,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4586,10 +4586,10 @@ mrscalerAws.MrscalerAwsCoreEbsBlockDevice( | **Name** | **Type** | **Description** | | --- | --- | --- | -| size_in_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumes_per_instance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| size_in_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumes_per_instance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4601,7 +4601,7 @@ size_in_gb: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4613,7 +4613,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4625,7 +4625,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4637,7 +4637,7 @@ volumes_per_instance: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4674,24 +4674,24 @@ mrscalerAws.MrscalerAwsCoreScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| dimensions | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4703,7 +4703,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4715,7 +4715,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4727,7 +4727,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4739,7 +4739,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4751,7 +4751,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4763,7 +4763,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4775,7 +4775,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4787,7 +4787,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4799,7 +4799,7 @@ dimensions: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4811,7 +4811,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4823,7 +4823,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4835,7 +4835,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4847,7 +4847,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4859,7 +4859,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4871,7 +4871,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4883,7 +4883,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4895,7 +4895,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4907,7 +4907,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4944,24 +4944,24 @@ mrscalerAws.MrscalerAwsCoreScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| dimensions | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4973,7 +4973,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4985,7 +4985,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4997,7 +4997,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5009,7 +5009,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5021,7 +5021,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5033,7 +5033,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5045,7 +5045,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5057,7 +5057,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5069,7 +5069,7 @@ dimensions: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5081,7 +5081,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5093,7 +5093,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5105,7 +5105,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5117,7 +5117,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5129,7 +5129,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5141,7 +5141,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5153,7 +5153,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5165,7 +5165,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5177,7 +5177,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5198,8 +5198,8 @@ mrscalerAws.MrscalerAwsInstanceWeights( | **Name** | **Type** | **Description** | | --- | --- | --- | -| instance_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. | -| weighted_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | +| instance_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. | +| weighted_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -5211,7 +5211,7 @@ instance_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -5223,7 +5223,7 @@ weighted_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -5246,10 +5246,10 @@ mrscalerAws.MrscalerAwsMasterEbsBlockDevice( | **Name** | **Type** | **Description** | | --- | --- | --- | -| size_in_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumes_per_instance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| size_in_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumes_per_instance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -5261,7 +5261,7 @@ size_in_gb: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -5273,7 +5273,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -5285,7 +5285,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -5297,7 +5297,7 @@ volumes_per_instance: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -5318,8 +5318,8 @@ mrscalerAws.MrscalerAwsProvisioningTimeout( | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| timeout_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | +| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | +| timeout_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -5331,7 +5331,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -5343,7 +5343,7 @@ timeout_action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -5369,13 +5369,13 @@ mrscalerAws.MrscalerAwsScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | -| instance_group_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. | -| desired_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. | -| max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. | -| min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | +| cron | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | +| instance_group_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. | +| desired_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. | +| max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. | +| min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -5387,7 +5387,7 @@ cron: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -5399,7 +5399,7 @@ instance_group_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -5411,7 +5411,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -5423,7 +5423,7 @@ desired_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -5435,7 +5435,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -5447,7 +5447,7 @@ max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -5459,7 +5459,7 @@ min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -5480,8 +5480,8 @@ mrscalerAws.MrscalerAwsStepsFile( | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -5493,7 +5493,7 @@ bucket: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -5505,7 +5505,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -5526,8 +5526,8 @@ mrscalerAws.MrscalerAwsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -5539,7 +5539,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -5551,7 +5551,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -5574,10 +5574,10 @@ mrscalerAws.MrscalerAwsTaskEbsBlockDevice( | **Name** | **Type** | **Description** | | --- | --- | --- | -| size_in_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumes_per_instance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| size_in_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumes_per_instance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -5589,7 +5589,7 @@ size_in_gb: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -5601,7 +5601,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -5613,7 +5613,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -5625,7 +5625,7 @@ volumes_per_instance: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -5662,24 +5662,24 @@ mrscalerAws.MrscalerAwsTaskScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| dimensions | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5691,7 +5691,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5703,7 +5703,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5715,7 +5715,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5727,7 +5727,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5739,7 +5739,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5751,7 +5751,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5763,7 +5763,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5775,7 +5775,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5787,7 +5787,7 @@ dimensions: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5799,7 +5799,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5811,7 +5811,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5823,7 +5823,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5835,7 +5835,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5847,7 +5847,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5859,7 +5859,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5871,7 +5871,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5883,7 +5883,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5895,7 +5895,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5932,24 +5932,24 @@ mrscalerAws.MrscalerAwsTaskScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| dimensions | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5961,7 +5961,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5973,7 +5973,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5985,7 +5985,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5997,7 +5997,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -6009,7 +6009,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -6021,7 +6021,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -6033,7 +6033,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -6045,7 +6045,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -6057,7 +6057,7 @@ dimensions: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -6069,7 +6069,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -6081,7 +6081,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -6093,7 +6093,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -6105,7 +6105,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -6117,7 +6117,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -6129,7 +6129,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -6141,7 +6141,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -6153,7 +6153,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -6165,7 +6165,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -6199,7 +6199,7 @@ statements: typing.Union[IResolvable, typing.List[MrscalerAwsTerminationPolicies statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -6226,14 +6226,14 @@ mrscalerAws.MrscalerAwsTerminationPoliciesStatements( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -6245,7 +6245,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -6257,7 +6257,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -6269,7 +6269,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -6281,7 +6281,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -6293,7 +6293,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -6305,7 +6305,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -6317,7 +6317,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -6329,7 +6329,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/mrscalerAws.typescript.md b/docs/mrscalerAws.typescript.md index 272cdf44..02c2c6dd 100644 --- a/docs/mrscalerAws.typescript.md +++ b/docs/mrscalerAws.typescript.md @@ -4,7 +4,7 @@ ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -1088,7 +1088,7 @@ The construct id used in the generated config for the MrscalerAws to import. The id of the existing MrscalerAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use --- @@ -2650,9 +2650,9 @@ const mrscalerAwsApplications: mrscalerAws.MrscalerAwsApplications = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| args | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| args | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | +| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -2664,7 +2664,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2676,7 +2676,7 @@ public readonly args: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -2688,7 +2688,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -2706,8 +2706,8 @@ const mrscalerAwsBootstrapActionsFile: mrscalerAws.MrscalerAwsBootstrapActionsFi | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -2719,7 +2719,7 @@ public readonly bucket: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -2731,7 +2731,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -2756,67 +2756,67 @@ const mrscalerAwsConfig: mrscalerAws.MrscalerAwsConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| additionalInfo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | -| additionalPrimarySecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | -| additionalReplicaSecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| additionalInfo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | +| additionalPrimarySecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. | +| additionalReplicaSecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. | | applications | cdktf.IResolvable \| MrscalerAwsApplications[] | applications block. | -| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | +| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | | bootstrapActionsFile | cdktf.IResolvable \| MrscalerAwsBootstrapActionsFile[] | bootstrap_actions_file block. | -| clusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | +| clusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | | configurationsFile | cdktf.IResolvable \| MrscalerAwsConfigurationsFile[] | configurations_file block. | -| coreDesiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | +| coreDesiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. | | coreEbsBlockDevice | cdktf.IResolvable \| MrscalerAwsCoreEbsBlockDevice[] | core_ebs_block_device block. | -| coreEbsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | -| coreInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | -| coreLifecycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | -| coreMaxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | -| coreMinSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | +| coreEbsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. | +| coreInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. | +| coreLifecycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | +| coreMaxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. | +| coreMinSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. | | coreScalingDownPolicy | cdktf.IResolvable \| MrscalerAwsCoreScalingDownPolicy[] | core_scaling_down_policy block. | | coreScalingUpPolicy | cdktf.IResolvable \| MrscalerAwsCoreScalingUpPolicy[] | core_scaling_up_policy block. | -| coreUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | -| customAmiId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| ebsRootVolumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | -| ec2KeyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | -| exposeClusterId | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| coreUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | +| customAmiId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | +| ebsRootVolumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. | +| ec2KeyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. | +| exposeClusterId | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | | instanceWeights | cdktf.IResolvable \| MrscalerAwsInstanceWeights[] | instance_weights block. | -| jobFlowRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | -| keepJobFlowAlive | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | -| logUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | -| managedPrimarySecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | -| managedReplicaSecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | +| jobFlowRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. | +| keepJobFlowAlive | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. | +| logUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | +| managedPrimarySecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. | +| managedReplicaSecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. | | masterEbsBlockDevice | cdktf.IResolvable \| MrscalerAwsMasterEbsBlockDevice[] | master_ebs_block_device block. | -| masterEbsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | -| masterInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | -| masterLifecycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | -| masterTarget | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | +| masterEbsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. | +| masterInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. | +| masterLifecycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | +| masterTarget | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | | provisioningTimeout | MrscalerAwsProvisioningTimeout | provisioning_timeout block. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| releaseLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | -| repoUpgradeOnBoot | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | -| retries | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| releaseLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | +| repoUpgradeOnBoot | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. | +| retries | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | | scheduledTask | cdktf.IResolvable \| MrscalerAwsScheduledTask[] | scheduled_task block. | -| securityConfig | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | -| serviceAccessSecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | -| serviceRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | +| securityConfig | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | +| serviceAccessSecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. | +| serviceRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | | stepsFile | cdktf.IResolvable \| MrscalerAwsStepsFile[] | steps_file block. | | tags | cdktf.IResolvable \| MrscalerAwsTags[] | tags block. | -| taskDesiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | +| taskDesiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. | | taskEbsBlockDevice | cdktf.IResolvable \| MrscalerAwsTaskEbsBlockDevice[] | task_ebs_block_device block. | -| taskEbsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | -| taskInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | -| taskLifecycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | -| taskMaxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | -| taskMinSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | +| taskEbsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. | +| taskInstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. | +| taskLifecycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | +| taskMaxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. | +| taskMinSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. | | taskScalingDownPolicy | cdktf.IResolvable \| MrscalerAwsTaskScalingDownPolicy[] | task_scaling_down_policy block. | | taskScalingUpPolicy | cdktf.IResolvable \| MrscalerAwsTaskScalingUpPolicy[] | task_scaling_up_policy block. | -| taskUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | +| taskUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | | terminationPolicies | cdktf.IResolvable \| MrscalerAwsTerminationPolicies[] | termination_policies block. | -| terminationProtected | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | -| visibleToAllUsers | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | +| terminationProtected | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | +| visibleToAllUsers | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -2898,7 +2898,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2910,7 +2910,7 @@ public readonly strategy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -2922,7 +2922,7 @@ public readonly additionalInfo: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -2934,7 +2934,7 @@ public readonly additionalPrimarySecurityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -2946,7 +2946,7 @@ public readonly additionalReplicaSecurityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -2960,7 +2960,7 @@ public readonly applications: IResolvable | MrscalerAwsApplications[]; applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -2972,7 +2972,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -2986,7 +2986,7 @@ public readonly bootstrapActionsFile: IResolvable | MrscalerAwsBootstrapActionsF bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -2998,7 +2998,7 @@ public readonly clusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -3012,7 +3012,7 @@ public readonly configurationsFile: IResolvable | MrscalerAwsConfigurationsFile[ configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -3024,7 +3024,7 @@ public readonly coreDesiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -3038,7 +3038,7 @@ public readonly coreEbsBlockDevice: IResolvable | MrscalerAwsCoreEbsBlockDevice[ core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -3050,7 +3050,7 @@ public readonly coreEbsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -3062,7 +3062,7 @@ public readonly coreInstanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -3074,7 +3074,7 @@ public readonly coreLifecycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3086,7 +3086,7 @@ public readonly coreMaxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3098,7 +3098,7 @@ public readonly coreMinSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3112,7 +3112,7 @@ public readonly coreScalingDownPolicy: IResolvable | MrscalerAwsCoreScalingDownP core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3126,7 +3126,7 @@ public readonly coreScalingUpPolicy: IResolvable | MrscalerAwsCoreScalingUpPolic core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -3138,7 +3138,7 @@ public readonly coreUnit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -3150,7 +3150,7 @@ public readonly customAmiId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -3162,7 +3162,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -3174,7 +3174,7 @@ public readonly ebsRootVolumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -3186,7 +3186,7 @@ public readonly ec2KeyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -3198,7 +3198,7 @@ public readonly exposeClusterId: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -3210,7 +3210,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3227,7 +3227,7 @@ public readonly instanceWeights: IResolvable | MrscalerAwsInstanceWeights[]; instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -3239,7 +3239,7 @@ public readonly jobFlowRole: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -3251,7 +3251,7 @@ public readonly keepJobFlowAlive: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -3263,7 +3263,7 @@ public readonly logUri: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -3275,7 +3275,7 @@ public readonly managedPrimarySecurityGroup: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -3287,7 +3287,7 @@ public readonly managedReplicaSecurityGroup: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -3301,7 +3301,7 @@ public readonly masterEbsBlockDevice: IResolvable | MrscalerAwsMasterEbsBlockDev master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -3313,7 +3313,7 @@ public readonly masterEbsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -3325,7 +3325,7 @@ public readonly masterInstanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -3337,7 +3337,7 @@ public readonly masterLifecycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -3349,7 +3349,7 @@ public readonly masterTarget: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -3363,7 +3363,7 @@ public readonly provisioningTimeout: MrscalerAwsProvisioningTimeout; provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -3375,7 +3375,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -3387,7 +3387,7 @@ public readonly releaseLabel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -3399,7 +3399,7 @@ public readonly repoUpgradeOnBoot: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -3411,7 +3411,7 @@ public readonly retries: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -3425,7 +3425,7 @@ public readonly scheduledTask: IResolvable | MrscalerAwsScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -3437,7 +3437,7 @@ public readonly securityConfig: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -3449,7 +3449,7 @@ public readonly serviceAccessSecurityGroup: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -3461,7 +3461,7 @@ public readonly serviceRole: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -3475,7 +3475,7 @@ public readonly stepsFile: IResolvable | MrscalerAwsStepsFile[]; steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -3489,7 +3489,7 @@ public readonly tags: IResolvable | MrscalerAwsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -3501,7 +3501,7 @@ public readonly taskDesiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -3515,7 +3515,7 @@ public readonly taskEbsBlockDevice: IResolvable | MrscalerAwsTaskEbsBlockDevice[ task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -3527,7 +3527,7 @@ public readonly taskEbsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -3539,7 +3539,7 @@ public readonly taskInstanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -3551,7 +3551,7 @@ public readonly taskLifecycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -3563,7 +3563,7 @@ public readonly taskMaxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -3575,7 +3575,7 @@ public readonly taskMinSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -3589,7 +3589,7 @@ public readonly taskScalingDownPolicy: IResolvable | MrscalerAwsTaskScalingDownP task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -3603,7 +3603,7 @@ public readonly taskScalingUpPolicy: IResolvable | MrscalerAwsTaskScalingUpPolic task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -3615,7 +3615,7 @@ public readonly taskUnit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -3629,7 +3629,7 @@ public readonly terminationPolicies: IResolvable | MrscalerAwsTerminationPolicie termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -3641,7 +3641,7 @@ public readonly terminationProtected: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -3653,7 +3653,7 @@ public readonly visibleToAllUsers: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -3671,8 +3671,8 @@ const mrscalerAwsConfigurationsFile: mrscalerAws.MrscalerAwsConfigurationsFile = | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3684,7 +3684,7 @@ public readonly bucket: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3696,7 +3696,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3714,10 +3714,10 @@ const mrscalerAwsCoreEbsBlockDevice: mrscalerAws.MrscalerAwsCoreEbsBlockDevice = | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| sizeInGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -3729,7 +3729,7 @@ public readonly sizeInGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -3741,7 +3741,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -3753,7 +3753,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -3765,7 +3765,7 @@ public readonly volumesPerInstance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -3783,24 +3783,24 @@ const mrscalerAwsCoreScalingDownPolicy: mrscalerAws.MrscalerAwsCoreScalingDownPo | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| dimensions | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -3812,7 +3812,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -3824,7 +3824,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -3836,7 +3836,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -3848,7 +3848,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -3860,7 +3860,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -3872,7 +3872,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -3884,7 +3884,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -3896,7 +3896,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -3908,7 +3908,7 @@ public readonly dimensions: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -3920,7 +3920,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -3932,7 +3932,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -3944,7 +3944,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -3956,7 +3956,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -3968,7 +3968,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -3980,7 +3980,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -3992,7 +3992,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4004,7 +4004,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4016,7 +4016,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4034,24 +4034,24 @@ const mrscalerAwsCoreScalingUpPolicy: mrscalerAws.MrscalerAwsCoreScalingUpPolicy | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| dimensions | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4063,7 +4063,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4075,7 +4075,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4087,7 +4087,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4099,7 +4099,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4111,7 +4111,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4123,7 +4123,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4135,7 +4135,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4147,7 +4147,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4159,7 +4159,7 @@ public readonly dimensions: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4171,7 +4171,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4183,7 +4183,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4195,7 +4195,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4207,7 +4207,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4219,7 +4219,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4231,7 +4231,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4243,7 +4243,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4255,7 +4255,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4267,7 +4267,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4285,8 +4285,8 @@ const mrscalerAwsInstanceWeights: mrscalerAws.MrscalerAwsInstanceWeights = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| instanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. | -| weightedCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | +| instanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. | +| weightedCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -4298,7 +4298,7 @@ public readonly instanceType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -4310,7 +4310,7 @@ public readonly weightedCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -4328,10 +4328,10 @@ const mrscalerAwsMasterEbsBlockDevice: mrscalerAws.MrscalerAwsMasterEbsBlockDevi | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| sizeInGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4343,7 +4343,7 @@ public readonly sizeInGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4355,7 +4355,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4367,7 +4367,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4379,7 +4379,7 @@ public readonly volumesPerInstance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4397,8 +4397,8 @@ const mrscalerAwsProvisioningTimeout: mrscalerAws.MrscalerAwsProvisioningTimeout | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| timeoutAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | +| timeoutAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -4410,7 +4410,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -4422,7 +4422,7 @@ public readonly timeoutAction: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -4440,13 +4440,13 @@ const mrscalerAwsScheduledTask: mrscalerAws.MrscalerAwsScheduledTask = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | -| instanceGroupType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. | -| desiredCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. | -| maxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. | -| minCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | +| cron | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | +| instanceGroupType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. | +| desiredCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. | +| maxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. | +| minCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -4458,7 +4458,7 @@ public readonly cron: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -4470,7 +4470,7 @@ public readonly instanceGroupType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -4482,7 +4482,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -4494,7 +4494,7 @@ public readonly desiredCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -4506,7 +4506,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -4518,7 +4518,7 @@ public readonly maxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -4530,7 +4530,7 @@ public readonly minCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -4548,8 +4548,8 @@ const mrscalerAwsStepsFile: mrscalerAws.MrscalerAwsStepsFile = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4561,7 +4561,7 @@ public readonly bucket: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4573,7 +4573,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4591,8 +4591,8 @@ const mrscalerAwsTags: mrscalerAws.MrscalerAwsTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -4604,7 +4604,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4616,7 +4616,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -4634,10 +4634,10 @@ const mrscalerAwsTaskEbsBlockDevice: mrscalerAws.MrscalerAwsTaskEbsBlockDevice = | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | -| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | +| sizeInGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. | +| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4649,7 +4649,7 @@ public readonly sizeInGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4661,7 +4661,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4673,7 +4673,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4685,7 +4685,7 @@ public readonly volumesPerInstance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4703,24 +4703,24 @@ const mrscalerAwsTaskScalingDownPolicy: mrscalerAws.MrscalerAwsTaskScalingDownPo | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| dimensions | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4732,7 +4732,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4744,7 +4744,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4756,7 +4756,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4768,7 +4768,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4780,7 +4780,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4792,7 +4792,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4804,7 +4804,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4816,7 +4816,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4828,7 +4828,7 @@ public readonly dimensions: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4840,7 +4840,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4852,7 +4852,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4864,7 +4864,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4876,7 +4876,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4888,7 +4888,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4900,7 +4900,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4912,7 +4912,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4924,7 +4924,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4936,7 +4936,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4954,24 +4954,24 @@ const mrscalerAwsTaskScalingUpPolicy: mrscalerAws.MrscalerAwsTaskScalingUpPolicy | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | -| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | +| dimensions | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. | +| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4983,7 +4983,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4995,7 +4995,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5007,7 +5007,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5019,7 +5019,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5031,7 +5031,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5043,7 +5043,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5055,7 +5055,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5067,7 +5067,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5079,7 +5079,7 @@ public readonly dimensions: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5091,7 +5091,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5103,7 +5103,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5115,7 +5115,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5127,7 +5127,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5139,7 +5139,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5151,7 +5151,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5163,7 +5163,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5175,7 +5175,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5187,7 +5187,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5219,7 +5219,7 @@ public readonly statements: IResolvable | MrscalerAwsTerminationPoliciesStatemen statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -5237,14 +5237,14 @@ const mrscalerAwsTerminationPoliciesStatements: mrscalerAws.MrscalerAwsTerminati | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -5256,7 +5256,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5268,7 +5268,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5280,7 +5280,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5292,7 +5292,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5304,7 +5304,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5316,7 +5316,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5328,7 +5328,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5340,7 +5340,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/oceanAksNp.csharp.md b/docs/oceanAksNp.csharp.md index dcca8986..9e6b43b8 100644 --- a/docs/oceanAksNp.csharp.md +++ b/docs/oceanAksNp.csharp.md @@ -4,7 +4,7 @@ ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -739,7 +739,7 @@ The construct id used in the generated config for the OceanAksNp to import. The id of the existing OceanAksNp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use --- @@ -1637,7 +1637,7 @@ new OceanAksNpAutoscaler { | --- | --- | --- | | AutoscaleDown | OceanAksNpAutoscalerAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | OceanAksNpAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | +| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | ResourceLimits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -1652,7 +1652,7 @@ public OceanAksNpAutoscalerAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -1666,7 +1666,7 @@ public OceanAksNpAutoscalerAutoscaleHeadroom AutoscaleHeadroom { get; set; } autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -1678,7 +1678,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -1692,7 +1692,7 @@ public OceanAksNpAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -1712,7 +1712,7 @@ new OceanAksNpAutoscalerAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | +| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -1724,7 +1724,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -1758,7 +1758,7 @@ public OceanAksNpAutoscalerAutoscaleHeadroomAutomatic Automatic { get; set; } automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -1779,8 +1779,8 @@ new OceanAksNpAutoscalerAutoscaleHeadroomAutomatic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -1792,7 +1792,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -1804,7 +1804,7 @@ public double Percentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -1825,8 +1825,8 @@ new OceanAksNpAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | -| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | +| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -1838,7 +1838,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -1850,7 +1850,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -1914,37 +1914,37 @@ new OceanAksNpConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| AksClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | -| AksInfrastructureResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | -| AksRegion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | -| AksResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | -| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | +| AksClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | +| AksInfrastructureResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | +| AksRegion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | +| AksResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | +| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | Autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| EnableNodePublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | -| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| EnableNodePublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | +| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | | Filters | OceanAksNpFilters | filters block. | | Headrooms | object | headrooms block. | | Health | OceanAksNpHealth | health block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| KubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | -| Labels | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | +| KubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | +| Labels | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | | LinuxOsConfig | object | linux_os_config block. | -| MaxCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | -| MaxPodsPerNode | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | -| MinCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | -| OsDiskSizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | -| OsDiskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | -| OsSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | -| OsType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| PodSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| MaxCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | +| MaxPodsPerNode | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | +| MinCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | +| OsDiskSizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | +| OsDiskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | +| OsSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | +| OsType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| PodSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | Scheduling | OceanAksNpScheduling | scheduling block. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | -| Tags | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | +| Tags | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | Taints | object | taints block. | | UpdatePolicy | OceanAksNpUpdatePolicy | update_policy block. | -| VnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| VnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -2026,7 +2026,7 @@ public string AksClusterName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -2038,7 +2038,7 @@ public string AksInfrastructureResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -2050,7 +2050,7 @@ public string AksRegion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -2062,7 +2062,7 @@ public string AksResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -2074,7 +2074,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -2086,7 +2086,7 @@ public string ControllerClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -2098,7 +2098,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -2112,7 +2112,7 @@ public OceanAksNpAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -2124,7 +2124,7 @@ public object EnableNodePublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -2136,7 +2136,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -2150,7 +2150,7 @@ public OceanAksNpFilters Filters { get; set; } filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -2164,7 +2164,7 @@ public object Headrooms { get; set; } headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -2178,7 +2178,7 @@ public OceanAksNpHealth Health { get; set; } health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -2190,7 +2190,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2205,7 +2205,7 @@ public string KubernetesVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -2217,7 +2217,7 @@ public System.Collections.Generic.IDictionary Labels { get; set; - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -2231,7 +2231,7 @@ public object LinuxOsConfig { get; set; } linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} --- @@ -2243,7 +2243,7 @@ public double MaxCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -2255,7 +2255,7 @@ public double MaxPodsPerNode { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -2267,7 +2267,7 @@ public double MinCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -2279,7 +2279,7 @@ public double OsDiskSizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -2291,7 +2291,7 @@ public string OsDiskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -2303,7 +2303,7 @@ public string OsSku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -2315,7 +2315,7 @@ public string OsType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2327,7 +2327,7 @@ public string[] PodSubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -2341,7 +2341,7 @@ public OceanAksNpScheduling Scheduling { get; set; } scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -2353,7 +2353,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -2365,7 +2365,7 @@ public System.Collections.Generic.IDictionary Tags { get; set; } - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -2379,7 +2379,7 @@ public object Taints { get; set; } taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2393,7 +2393,7 @@ public OceanAksNpUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -2405,7 +2405,7 @@ public string[] VnetSubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -2439,21 +2439,21 @@ new OceanAksNpFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AcceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | -| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| DiskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | -| ExcludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| GpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | -| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | -| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| MinDisk | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | -| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | -| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| MinNics | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | -| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. | -| Series | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | -| VmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | +| AcceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | +| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| DiskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | +| ExcludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| GpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | +| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | +| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| MinDisk | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | +| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | +| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| MinNics | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | +| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. | +| Series | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| VmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | --- @@ -2465,7 +2465,7 @@ public string AcceleratedNetworking { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. --- @@ -2477,7 +2477,7 @@ public string[] Architectures { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -2489,7 +2489,7 @@ public string DiskPerformance { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. --- @@ -2501,7 +2501,7 @@ public string[] ExcludeSeries { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -2513,7 +2513,7 @@ public string[] GpuTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. --- @@ -2525,7 +2525,7 @@ public double MaxGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. --- @@ -2537,7 +2537,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2549,7 +2549,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2561,7 +2561,7 @@ public double MinDisk { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. --- @@ -2573,7 +2573,7 @@ public double MinGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. --- @@ -2585,7 +2585,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -2597,7 +2597,7 @@ public double MinNics { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. --- @@ -2609,7 +2609,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -2621,7 +2621,7 @@ public string[] Series { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -2633,7 +2633,7 @@ public string[] VmTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. --- @@ -2656,10 +2656,10 @@ new OceanAksNpHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. | -| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. | +| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -2671,7 +2671,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -2683,7 +2683,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -2695,7 +2695,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -2707,7 +2707,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -2727,7 +2727,7 @@ new OceanAksNpHealth { | **Name** | **Type** | **Description** | | --- | --- | --- | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -2739,7 +2739,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -2773,7 +2773,7 @@ public object Sysctls { get; set; } sysctls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#sysctls OceanAksNp#sysctls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#sysctls OceanAksNp#sysctls} --- @@ -2793,7 +2793,7 @@ new OceanAksNpLinuxOsConfigSysctls { | **Name** | **Type** | **Description** | | --- | --- | --- | -| VmMaxMapCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. | +| VmMaxMapCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. | --- @@ -2805,7 +2805,7 @@ public double VmMaxMapCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. --- @@ -2841,7 +2841,7 @@ public OceanAksNpSchedulingShutdownHours ShutdownHours { get; set; } shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -2855,7 +2855,7 @@ public object Tasks { get; set; } tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} --- @@ -2876,8 +2876,8 @@ new OceanAksNpSchedulingShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. | --- @@ -2889,7 +2889,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2901,7 +2901,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -2924,9 +2924,9 @@ new OceanAksNpSchedulingTasks { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. | | Parameters | OceanAksNpSchedulingTasksParameters | parameters block. | --- @@ -2939,7 +2939,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. --- @@ -2951,7 +2951,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2963,7 +2963,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. --- @@ -2977,7 +2977,7 @@ public OceanAksNpSchedulingTasksParameters Parameters { get; set; } parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#parameters OceanAksNp#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#parameters OceanAksNp#parameters} --- @@ -3011,7 +3011,7 @@ public OceanAksNpSchedulingTasksParametersParametersClusterRoll ParametersCluste parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} --- @@ -3036,12 +3036,12 @@ new OceanAksNpSchedulingTasksParametersParametersClusterRoll { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| RespectRestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| VngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| RespectRestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| VngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -3053,7 +3053,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -3065,7 +3065,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -3077,7 +3077,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -3089,7 +3089,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -3101,7 +3101,7 @@ public object RespectRestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -3113,7 +3113,7 @@ public string[] VngIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- @@ -3135,9 +3135,9 @@ new OceanAksNpTaints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | +| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -3149,7 +3149,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -3161,7 +3161,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -3173,7 +3173,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- @@ -3195,8 +3195,8 @@ new OceanAksNpUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | -| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | +| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | | RollConfig | OceanAksNpUpdatePolicyRollConfig | roll_config block. | --- @@ -3209,7 +3209,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. --- @@ -3221,7 +3221,7 @@ public object ConditionedRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. --- @@ -3235,7 +3235,7 @@ public OceanAksNpUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} --- @@ -3262,14 +3262,14 @@ new OceanAksNpUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| NodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | -| NodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| RespectRestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| VngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| NodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | +| NodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| RespectRestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| VngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -3281,7 +3281,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -3293,7 +3293,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -3305,7 +3305,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -3317,7 +3317,7 @@ public string[] NodeNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. --- @@ -3329,7 +3329,7 @@ public string[] NodePoolNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. --- @@ -3341,7 +3341,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -3353,7 +3353,7 @@ public object RespectRestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -3365,7 +3365,7 @@ public string[] VngIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- diff --git a/docs/oceanAksNp.go.md b/docs/oceanAksNp.go.md index 08fb5400..b5e96a5b 100644 --- a/docs/oceanAksNp.go.md +++ b/docs/oceanAksNp.go.md @@ -4,7 +4,7 @@ ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -739,7 +739,7 @@ The construct id used in the generated config for the OceanAksNp to import. The id of the existing OceanAksNp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use --- @@ -1637,7 +1637,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | --- | --- | --- | | AutoscaleDown | OceanAksNpAutoscalerAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | OceanAksNpAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | +| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | ResourceLimits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -1652,7 +1652,7 @@ AutoscaleDown OceanAksNpAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -1666,7 +1666,7 @@ AutoscaleHeadroom OceanAksNpAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -1678,7 +1678,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -1692,7 +1692,7 @@ ResourceLimits OceanAksNpAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -1712,7 +1712,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | +| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -1724,7 +1724,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -1758,7 +1758,7 @@ Automatic OceanAksNpAutoscalerAutoscaleHeadroomAutomatic automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -1779,8 +1779,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -1792,7 +1792,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -1804,7 +1804,7 @@ Percentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -1825,8 +1825,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | -| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | +| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -1838,7 +1838,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -1850,7 +1850,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -1914,37 +1914,37 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| AksClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | -| AksInfrastructureResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | -| AksRegion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | -| AksResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | -| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | +| AksClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | +| AksInfrastructureResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | +| AksRegion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | +| AksResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | +| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | Autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| EnableNodePublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| EnableNodePublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | +| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | | Filters | OceanAksNpFilters | filters block. | | Headrooms | interface{} | headrooms block. | | Health | OceanAksNpHealth | health block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| KubernetesVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | -| Labels | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | +| KubernetesVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | +| Labels | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | | LinuxOsConfig | interface{} | linux_os_config block. | -| MaxCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | -| MaxPodsPerNode | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | -| MinCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | -| OsDiskSizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | -| OsDiskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | -| OsSku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | -| OsType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| PodSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| MaxCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | +| MaxPodsPerNode | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | +| MinCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | +| OsDiskSizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | +| OsDiskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | +| OsSku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | +| OsType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| PodSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | Scheduling | OceanAksNpScheduling | scheduling block. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | -| Tags | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | +| Tags | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | Taints | interface{} | taints block. | | UpdatePolicy | OceanAksNpUpdatePolicy | update_policy block. | -| VnetSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| VnetSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -2026,7 +2026,7 @@ AksClusterName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -2038,7 +2038,7 @@ AksInfrastructureResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -2050,7 +2050,7 @@ AksRegion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -2062,7 +2062,7 @@ AksResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -2074,7 +2074,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -2086,7 +2086,7 @@ ControllerClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -2098,7 +2098,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -2112,7 +2112,7 @@ Autoscaler OceanAksNpAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -2124,7 +2124,7 @@ EnableNodePublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -2136,7 +2136,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -2150,7 +2150,7 @@ Filters OceanAksNpFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -2164,7 +2164,7 @@ Headrooms interface{} headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -2178,7 +2178,7 @@ Health OceanAksNpHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -2190,7 +2190,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2205,7 +2205,7 @@ KubernetesVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -2217,7 +2217,7 @@ Labels *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -2231,7 +2231,7 @@ LinuxOsConfig interface{} linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} --- @@ -2243,7 +2243,7 @@ MaxCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -2255,7 +2255,7 @@ MaxPodsPerNode *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -2267,7 +2267,7 @@ MinCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -2279,7 +2279,7 @@ OsDiskSizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -2291,7 +2291,7 @@ OsDiskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -2303,7 +2303,7 @@ OsSku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -2315,7 +2315,7 @@ OsType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2327,7 +2327,7 @@ PodSubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -2341,7 +2341,7 @@ Scheduling OceanAksNpScheduling scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -2353,7 +2353,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -2365,7 +2365,7 @@ Tags *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -2379,7 +2379,7 @@ Taints interface{} taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2393,7 +2393,7 @@ UpdatePolicy OceanAksNpUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -2405,7 +2405,7 @@ VnetSubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -2439,21 +2439,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AcceleratedNetworking | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | -| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| DiskPerformance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | -| ExcludeSeries | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| GpuTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | -| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | -| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| MinDisk | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | -| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | -| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| MinNics | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | -| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. | -| Series | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | -| VmTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | +| AcceleratedNetworking | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | +| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| DiskPerformance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | +| ExcludeSeries | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| GpuTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | +| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | +| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| MinDisk | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | +| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | +| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| MinNics | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | +| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. | +| Series | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| VmTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | --- @@ -2465,7 +2465,7 @@ AcceleratedNetworking *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. --- @@ -2477,7 +2477,7 @@ Architectures *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -2489,7 +2489,7 @@ DiskPerformance *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. --- @@ -2501,7 +2501,7 @@ ExcludeSeries *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -2513,7 +2513,7 @@ GpuTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. --- @@ -2525,7 +2525,7 @@ MaxGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. --- @@ -2537,7 +2537,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2549,7 +2549,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2561,7 +2561,7 @@ MinDisk *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. --- @@ -2573,7 +2573,7 @@ MinGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. --- @@ -2585,7 +2585,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -2597,7 +2597,7 @@ MinNics *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. --- @@ -2609,7 +2609,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -2621,7 +2621,7 @@ Series *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -2633,7 +2633,7 @@ VmTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. --- @@ -2656,10 +2656,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. | -| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. | +| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -2671,7 +2671,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -2683,7 +2683,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -2695,7 +2695,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -2707,7 +2707,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -2727,7 +2727,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -2739,7 +2739,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -2773,7 +2773,7 @@ Sysctls interface{} sysctls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#sysctls OceanAksNp#sysctls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#sysctls OceanAksNp#sysctls} --- @@ -2793,7 +2793,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| VmMaxMapCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. | +| VmMaxMapCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. | --- @@ -2805,7 +2805,7 @@ VmMaxMapCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. --- @@ -2841,7 +2841,7 @@ ShutdownHours OceanAksNpSchedulingShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -2855,7 +2855,7 @@ Tasks interface{} tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} --- @@ -2876,8 +2876,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. | --- @@ -2889,7 +2889,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2901,7 +2901,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -2924,9 +2924,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. | | Parameters | OceanAksNpSchedulingTasksParameters | parameters block. | --- @@ -2939,7 +2939,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. --- @@ -2951,7 +2951,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2963,7 +2963,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. --- @@ -2977,7 +2977,7 @@ Parameters OceanAksNpSchedulingTasksParameters parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#parameters OceanAksNp#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#parameters OceanAksNp#parameters} --- @@ -3011,7 +3011,7 @@ ParametersClusterRoll OceanAksNpSchedulingTasksParametersParametersClusterRoll parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} --- @@ -3036,12 +3036,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| RespectRestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| VngIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| RespectRestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| VngIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -3053,7 +3053,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -3065,7 +3065,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -3077,7 +3077,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -3089,7 +3089,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -3101,7 +3101,7 @@ RespectRestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -3113,7 +3113,7 @@ VngIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- @@ -3135,9 +3135,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | +| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -3149,7 +3149,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -3161,7 +3161,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -3173,7 +3173,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- @@ -3195,8 +3195,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | -| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | +| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | | RollConfig | OceanAksNpUpdatePolicyRollConfig | roll_config block. | --- @@ -3209,7 +3209,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. --- @@ -3221,7 +3221,7 @@ ConditionedRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. --- @@ -3235,7 +3235,7 @@ RollConfig OceanAksNpUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} --- @@ -3262,14 +3262,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| NodeNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | -| NodePoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| RespectRestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| VngIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| NodeNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | +| NodePoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| RespectRestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| VngIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -3281,7 +3281,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -3293,7 +3293,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -3305,7 +3305,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -3317,7 +3317,7 @@ NodeNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. --- @@ -3329,7 +3329,7 @@ NodePoolNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. --- @@ -3341,7 +3341,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -3353,7 +3353,7 @@ RespectRestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -3365,7 +3365,7 @@ VngIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- diff --git a/docs/oceanAksNp.java.md b/docs/oceanAksNp.java.md index 3805cce4..b97effc4 100644 --- a/docs/oceanAksNp.java.md +++ b/docs/oceanAksNp.java.md @@ -4,7 +4,7 @@ ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -73,37 +73,37 @@ OceanAksNp.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| aksClusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | -| aksInfrastructureResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | -| aksRegion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | -| aksResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | -| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | +| aksClusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | +| aksInfrastructureResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | +| aksRegion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | +| aksResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | +| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | | filters | OceanAksNpFilters | filters block. | | headrooms | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpHeadrooms> | headrooms block. | | health | OceanAksNpHealth | health block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| kubernetesVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | -| labels | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | +| kubernetesVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | +| labels | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | | linuxOsConfig | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpLinuxOsConfig> | linux_os_config block. | -| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | -| maxPodsPerNode | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | -| minCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | -| osDiskSizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | -| osDiskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | -| osSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | -| osType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | +| maxPodsPerNode | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | +| minCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | +| osDiskSizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | +| osDiskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | +| osSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | +| osType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | -| tags | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | +| tags | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpTaints> | taints block. | | updatePolicy | OceanAksNpUpdatePolicy | update_policy block. | -| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -171,7 +171,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -294,7 +294,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -302,7 +302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -312,7 +312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} --- @@ -320,7 +320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -328,7 +328,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -336,7 +336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -344,7 +344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -352,7 +352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -368,7 +368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -376,7 +376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -386,7 +386,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -394,7 +394,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -402,7 +402,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -412,7 +412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -422,7 +422,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -430,7 +430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -1129,7 +1129,7 @@ The construct id used in the generated config for the OceanAksNp to import. The id of the existing OceanAksNp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use --- @@ -2028,7 +2028,7 @@ OceanAksNpAutoscaler.builder() | --- | --- | --- | | autoscaleDown | OceanAksNpAutoscalerAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | OceanAksNpAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | +| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | resourceLimits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -2043,7 +2043,7 @@ public OceanAksNpAutoscalerAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -2057,7 +2057,7 @@ public OceanAksNpAutoscalerAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -2069,7 +2069,7 @@ public java.lang.Object getAutoscaleIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -2083,7 +2083,7 @@ public OceanAksNpAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -2103,7 +2103,7 @@ OceanAksNpAutoscalerAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | +| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -2115,7 +2115,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -2149,7 +2149,7 @@ public OceanAksNpAutoscalerAutoscaleHeadroomAutomatic getAutomatic(); automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -2171,8 +2171,8 @@ OceanAksNpAutoscalerAutoscaleHeadroomAutomatic.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -2184,7 +2184,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2196,7 +2196,7 @@ public java.lang.Number getPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -2217,8 +2217,8 @@ OceanAksNpAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | -| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | +| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -2230,7 +2230,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2242,7 +2242,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2315,37 +2315,37 @@ OceanAksNpConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| aksClusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | -| aksInfrastructureResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | -| aksRegion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | -| aksResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | -| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | +| aksClusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | +| aksInfrastructureResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | +| aksRegion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | +| aksResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | +| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | | filters | OceanAksNpFilters | filters block. | | headrooms | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpHeadrooms> | headrooms block. | | health | OceanAksNpHealth | health block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| kubernetesVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | -| labels | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | +| kubernetesVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | +| labels | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | | linuxOsConfig | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpLinuxOsConfig> | linux_os_config block. | -| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | -| maxPodsPerNode | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | -| minCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | -| osDiskSizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | -| osDiskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | -| osSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | -| osType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | +| maxPodsPerNode | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | +| minCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | +| osDiskSizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | +| osDiskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | +| osSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | +| osType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | -| tags | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | +| tags | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpTaints> | taints block. | | updatePolicy | OceanAksNpUpdatePolicy | update_policy block. | -| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -2427,7 +2427,7 @@ public java.lang.String getAksClusterName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -2439,7 +2439,7 @@ public java.lang.String getAksInfrastructureResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -2451,7 +2451,7 @@ public java.lang.String getAksRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -2463,7 +2463,7 @@ public java.lang.String getAksResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -2475,7 +2475,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -2487,7 +2487,7 @@ public java.lang.String getControllerClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -2499,7 +2499,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -2513,7 +2513,7 @@ public OceanAksNpAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -2525,7 +2525,7 @@ public java.lang.Object getEnableNodePublicIp(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -2537,7 +2537,7 @@ public java.lang.Object getFallbackToOndemand(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -2551,7 +2551,7 @@ public OceanAksNpFilters getFilters(); filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -2565,7 +2565,7 @@ public java.lang.Object getHeadrooms(); headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -2579,7 +2579,7 @@ public OceanAksNpHealth getHealth(); health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -2591,7 +2591,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2606,7 +2606,7 @@ public java.lang.String getKubernetesVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -2618,7 +2618,7 @@ public java.util.Map getLabels(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -2632,7 +2632,7 @@ public java.lang.Object getLinuxOsConfig(); linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} --- @@ -2644,7 +2644,7 @@ public java.lang.Number getMaxCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -2656,7 +2656,7 @@ public java.lang.Number getMaxPodsPerNode(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -2668,7 +2668,7 @@ public java.lang.Number getMinCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -2680,7 +2680,7 @@ public java.lang.Number getOsDiskSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -2692,7 +2692,7 @@ public java.lang.String getOsDiskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -2704,7 +2704,7 @@ public java.lang.String getOsSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -2716,7 +2716,7 @@ public java.lang.String getOsType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2728,7 +2728,7 @@ public java.util.List getPodSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -2742,7 +2742,7 @@ public OceanAksNpScheduling getScheduling(); scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -2754,7 +2754,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -2766,7 +2766,7 @@ public java.util.Map getTags(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -2780,7 +2780,7 @@ public java.lang.Object getTaints(); taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2794,7 +2794,7 @@ public OceanAksNpUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -2806,7 +2806,7 @@ public java.util.List getVnetSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -2840,21 +2840,21 @@ OceanAksNpFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| acceleratedNetworking | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | -| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| diskPerformance | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | -| excludeSeries | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| gpuTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | -| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | -| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| minDisk | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | -| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | -| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| minNics | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | -| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. | -| series | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | -| vmTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | +| acceleratedNetworking | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | +| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| diskPerformance | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | +| excludeSeries | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| gpuTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | +| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | +| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| minDisk | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | +| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | +| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| minNics | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | +| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. | +| series | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| vmTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | --- @@ -2866,7 +2866,7 @@ public java.lang.String getAcceleratedNetworking(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. --- @@ -2878,7 +2878,7 @@ public java.util.List getArchitectures(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -2890,7 +2890,7 @@ public java.lang.String getDiskPerformance(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. --- @@ -2902,7 +2902,7 @@ public java.util.List getExcludeSeries(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -2914,7 +2914,7 @@ public java.util.List getGpuTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. --- @@ -2926,7 +2926,7 @@ public java.lang.Number getMaxGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. --- @@ -2938,7 +2938,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2950,7 +2950,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2962,7 +2962,7 @@ public java.lang.Number getMinDisk(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. --- @@ -2974,7 +2974,7 @@ public java.lang.Number getMinGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. --- @@ -2986,7 +2986,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -2998,7 +2998,7 @@ public java.lang.Number getMinNics(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. --- @@ -3010,7 +3010,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -3022,7 +3022,7 @@ public java.util.List getSeries(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -3034,7 +3034,7 @@ public java.util.List getVmTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. --- @@ -3057,10 +3057,10 @@ OceanAksNpHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. | -| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. | +| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -3072,7 +3072,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -3084,7 +3084,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -3096,7 +3096,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -3108,7 +3108,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -3128,7 +3128,7 @@ OceanAksNpHealth.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -3140,7 +3140,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -3175,7 +3175,7 @@ public java.lang.Object getSysctls(); sysctls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#sysctls OceanAksNp#sysctls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#sysctls OceanAksNp#sysctls} --- @@ -3195,7 +3195,7 @@ OceanAksNpLinuxOsConfigSysctls.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| vmMaxMapCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. | +| vmMaxMapCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. | --- @@ -3207,7 +3207,7 @@ public java.lang.Number getVmMaxMapCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. --- @@ -3244,7 +3244,7 @@ public OceanAksNpSchedulingShutdownHours getShutdownHours(); shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -3258,7 +3258,7 @@ public java.lang.Object getTasks(); tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} --- @@ -3280,8 +3280,8 @@ OceanAksNpSchedulingShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. | --- @@ -3293,7 +3293,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -3305,7 +3305,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -3329,9 +3329,9 @@ OceanAksNpSchedulingTasks.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. | | parameters | OceanAksNpSchedulingTasksParameters | parameters block. | --- @@ -3344,7 +3344,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. --- @@ -3356,7 +3356,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -3368,7 +3368,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. --- @@ -3382,7 +3382,7 @@ public OceanAksNpSchedulingTasksParameters getParameters(); parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#parameters OceanAksNp#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#parameters OceanAksNp#parameters} --- @@ -3416,7 +3416,7 @@ public OceanAksNpSchedulingTasksParametersParametersClusterRoll getParametersClu parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} --- @@ -3443,12 +3443,12 @@ OceanAksNpSchedulingTasksParametersParametersClusterRoll.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| respectRestrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| vngIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| respectRestrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| vngIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -3460,7 +3460,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -3472,7 +3472,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -3484,7 +3484,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -3496,7 +3496,7 @@ public java.lang.Object getRespectPdb(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -3508,7 +3508,7 @@ public java.lang.Object getRespectRestrictScaleDown(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -3520,7 +3520,7 @@ public java.util.List getVngIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- @@ -3542,9 +3542,9 @@ OceanAksNpTaints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | +| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -3556,7 +3556,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -3568,7 +3568,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -3580,7 +3580,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- @@ -3604,8 +3604,8 @@ OceanAksNpUpdatePolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | -| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | +| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | +| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | | rollConfig | OceanAksNpUpdatePolicyRollConfig | roll_config block. | --- @@ -3618,7 +3618,7 @@ public java.lang.Object getShouldRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. --- @@ -3630,7 +3630,7 @@ public java.lang.Object getConditionedRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. --- @@ -3644,7 +3644,7 @@ public OceanAksNpUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} --- @@ -3673,14 +3673,14 @@ OceanAksNpUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| nodeNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | -| nodePoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | -| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| respectRestrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| vngIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| nodeNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | +| nodePoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | +| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| respectRestrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| vngIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -3692,7 +3692,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -3704,7 +3704,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -3716,7 +3716,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -3728,7 +3728,7 @@ public java.util.List getNodeNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. --- @@ -3740,7 +3740,7 @@ public java.util.List getNodePoolNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. --- @@ -3752,7 +3752,7 @@ public java.lang.Object getRespectPdb(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -3764,7 +3764,7 @@ public java.lang.Object getRespectRestrictScaleDown(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -3776,7 +3776,7 @@ public java.util.List getVngIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- diff --git a/docs/oceanAksNp.python.md b/docs/oceanAksNp.python.md index d057af5c..85435a92 100644 --- a/docs/oceanAksNp.python.md +++ b/docs/oceanAksNp.python.md @@ -4,7 +4,7 @@ ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -66,37 +66,37 @@ oceanAksNp.OceanAksNp( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| aks_cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | -| aks_infrastructure_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | -| aks_region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | -| aks_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | -| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | +| aks_cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | +| aks_infrastructure_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | +| aks_region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | +| aks_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | +| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | | filters | OceanAksNpFilters | filters block. | | headrooms | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpHeadrooms]] | headrooms block. | | health | OceanAksNpHealth | health block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| kubernetes_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | -| labels | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | +| kubernetes_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | +| labels | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | | linux_os_config | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpLinuxOsConfig]] | linux_os_config block. | -| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | -| max_pods_per_node | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | -| min_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | -| os_disk_size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | -| os_disk_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | -| os_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | -| os_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | +| max_pods_per_node | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | +| min_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | +| os_disk_size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | +| os_disk_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | +| os_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | +| os_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | -| tags | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | +| tags | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpTaints]] | taints block. | | update_policy | OceanAksNpUpdatePolicy | update_policy block. | -| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -164,7 +164,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -258,7 +258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -268,7 +268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -287,7 +287,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} --- @@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -321,7 +321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -337,7 +337,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -345,7 +345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -353,7 +353,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -361,7 +361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -387,7 +387,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -405,7 +405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -415,7 +415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -423,7 +423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -831,7 +831,7 @@ def put_autoscaler( autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -841,7 +841,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -849,7 +849,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -859,7 +859,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -889,7 +889,7 @@ def put_filters( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. --- @@ -897,7 +897,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -905,7 +905,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. --- @@ -913,7 +913,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -921,7 +921,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. --- @@ -929,7 +929,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. --- @@ -937,7 +937,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -945,7 +945,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -953,7 +953,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. --- @@ -961,7 +961,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. --- @@ -969,7 +969,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -977,7 +977,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. --- @@ -985,7 +985,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -993,7 +993,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -1001,7 +1001,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. --- @@ -1031,7 +1031,7 @@ def put_health( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -1064,7 +1064,7 @@ def put_scheduling( shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -1074,7 +1074,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} --- @@ -1106,7 +1106,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. --- @@ -1114,7 +1114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. --- @@ -1124,7 +1124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} --- @@ -1386,7 +1386,7 @@ The construct id used in the generated config for the OceanAksNp to import. The id of the existing OceanAksNp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use --- @@ -2284,7 +2284,7 @@ oceanAksNp.OceanAksNpAutoscaler( | --- | --- | --- | | autoscale_down | OceanAksNpAutoscalerAutoscaleDown | autoscale_down block. | | autoscale_headroom | OceanAksNpAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | +| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | resource_limits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -2299,7 +2299,7 @@ autoscale_down: OceanAksNpAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -2313,7 +2313,7 @@ autoscale_headroom: OceanAksNpAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -2325,7 +2325,7 @@ autoscale_is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -2339,7 +2339,7 @@ resource_limits: OceanAksNpAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -2359,7 +2359,7 @@ oceanAksNp.OceanAksNpAutoscalerAutoscaleDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | +| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -2371,7 +2371,7 @@ max_scale_down_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -2405,7 +2405,7 @@ automatic: OceanAksNpAutoscalerAutoscaleHeadroomAutomatic automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -2426,8 +2426,8 @@ oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic( | **Name** | **Type** | **Description** | | --- | --- | --- | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -2439,7 +2439,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2451,7 +2451,7 @@ percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -2472,8 +2472,8 @@ oceanAksNp.OceanAksNpAutoscalerResourceLimits( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | -| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | +| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -2485,7 +2485,7 @@ max_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2497,7 +2497,7 @@ max_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2561,37 +2561,37 @@ oceanAksNp.OceanAksNpConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| aks_cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | -| aks_infrastructure_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | -| aks_region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | -| aks_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | -| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | +| aks_cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | +| aks_infrastructure_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | +| aks_region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | +| aks_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | +| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | | filters | OceanAksNpFilters | filters block. | | headrooms | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpHeadrooms]] | headrooms block. | | health | OceanAksNpHealth | health block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| kubernetes_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | -| labels | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | +| kubernetes_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | +| labels | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | | linux_os_config | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpLinuxOsConfig]] | linux_os_config block. | -| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | -| max_pods_per_node | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | -| min_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | -| os_disk_size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | -| os_disk_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | -| os_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | -| os_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | +| max_pods_per_node | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | +| min_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | +| os_disk_size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | +| os_disk_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | +| os_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | +| os_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | -| tags | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | +| tags | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpTaints]] | taints block. | | update_policy | OceanAksNpUpdatePolicy | update_policy block. | -| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -2673,7 +2673,7 @@ aks_cluster_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -2685,7 +2685,7 @@ aks_infrastructure_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -2697,7 +2697,7 @@ aks_region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -2709,7 +2709,7 @@ aks_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -2721,7 +2721,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -2733,7 +2733,7 @@ controller_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -2745,7 +2745,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -2759,7 +2759,7 @@ autoscaler: OceanAksNpAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -2771,7 +2771,7 @@ enable_node_public_ip: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -2783,7 +2783,7 @@ fallback_to_ondemand: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -2797,7 +2797,7 @@ filters: OceanAksNpFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -2811,7 +2811,7 @@ headrooms: typing.Union[IResolvable, typing.List[OceanAksNpHeadrooms]] headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -2825,7 +2825,7 @@ health: OceanAksNpHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -2837,7 +2837,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2852,7 +2852,7 @@ kubernetes_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -2864,7 +2864,7 @@ labels: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -2878,7 +2878,7 @@ linux_os_config: typing.Union[IResolvable, typing.List[OceanAksNpLinuxOsConfig]] linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} --- @@ -2890,7 +2890,7 @@ max_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -2902,7 +2902,7 @@ max_pods_per_node: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -2914,7 +2914,7 @@ min_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -2926,7 +2926,7 @@ os_disk_size_gb: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -2938,7 +2938,7 @@ os_disk_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -2950,7 +2950,7 @@ os_sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -2962,7 +2962,7 @@ os_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2974,7 +2974,7 @@ pod_subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -2988,7 +2988,7 @@ scheduling: OceanAksNpScheduling scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -3000,7 +3000,7 @@ spot_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -3012,7 +3012,7 @@ tags: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -3026,7 +3026,7 @@ taints: typing.Union[IResolvable, typing.List[OceanAksNpTaints]] taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -3040,7 +3040,7 @@ update_policy: OceanAksNpUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -3052,7 +3052,7 @@ vnet_subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -3086,21 +3086,21 @@ oceanAksNp.OceanAksNpFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| accelerated_networking | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | -| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| disk_performance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | -| exclude_series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| gpu_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | -| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | -| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| min_disk | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | -| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | -| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| min_nics | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | -| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. | -| series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | -| vm_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | +| accelerated_networking | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | +| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| disk_performance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | +| exclude_series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| gpu_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | +| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | +| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| min_disk | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | +| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | +| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| min_nics | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | +| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. | +| series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| vm_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | --- @@ -3112,7 +3112,7 @@ accelerated_networking: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. --- @@ -3124,7 +3124,7 @@ architectures: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -3136,7 +3136,7 @@ disk_performance: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. --- @@ -3148,7 +3148,7 @@ exclude_series: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -3160,7 +3160,7 @@ gpu_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. --- @@ -3172,7 +3172,7 @@ max_gpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. --- @@ -3184,7 +3184,7 @@ max_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -3196,7 +3196,7 @@ max_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -3208,7 +3208,7 @@ min_disk: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. --- @@ -3220,7 +3220,7 @@ min_gpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. --- @@ -3232,7 +3232,7 @@ min_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -3244,7 +3244,7 @@ min_nics: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. --- @@ -3256,7 +3256,7 @@ min_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -3268,7 +3268,7 @@ series: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -3280,7 +3280,7 @@ vm_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. --- @@ -3303,10 +3303,10 @@ oceanAksNp.OceanAksNpHeadrooms( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. | -| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. | +| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -3318,7 +3318,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -3330,7 +3330,7 @@ gpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -3342,7 +3342,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -3354,7 +3354,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -3374,7 +3374,7 @@ oceanAksNp.OceanAksNpHealth( | **Name** | **Type** | **Description** | | --- | --- | --- | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -3386,7 +3386,7 @@ grace_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -3420,7 +3420,7 @@ sysctls: typing.Union[IResolvable, typing.List[OceanAksNpLinuxOsConfigSysctls]] sysctls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#sysctls OceanAksNp#sysctls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#sysctls OceanAksNp#sysctls} --- @@ -3440,7 +3440,7 @@ oceanAksNp.OceanAksNpLinuxOsConfigSysctls( | **Name** | **Type** | **Description** | | --- | --- | --- | -| vm_max_map_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. | +| vm_max_map_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. | --- @@ -3452,7 +3452,7 @@ vm_max_map_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. --- @@ -3488,7 +3488,7 @@ shutdown_hours: OceanAksNpSchedulingShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -3502,7 +3502,7 @@ tasks: typing.Union[IResolvable, typing.List[OceanAksNpSchedulingTasks]] tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} --- @@ -3523,8 +3523,8 @@ oceanAksNp.OceanAksNpSchedulingShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. | --- @@ -3536,7 +3536,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -3548,7 +3548,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -3571,9 +3571,9 @@ oceanAksNp.OceanAksNpSchedulingTasks( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. | | parameters | OceanAksNpSchedulingTasksParameters | parameters block. | --- @@ -3586,7 +3586,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. --- @@ -3598,7 +3598,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -3610,7 +3610,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. --- @@ -3624,7 +3624,7 @@ parameters: OceanAksNpSchedulingTasksParameters parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#parameters OceanAksNp#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#parameters OceanAksNp#parameters} --- @@ -3658,7 +3658,7 @@ parameters_cluster_roll: OceanAksNpSchedulingTasksParametersParametersClusterRol parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} --- @@ -3683,12 +3683,12 @@ oceanAksNp.OceanAksNpSchedulingTasksParametersParametersClusterRoll( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| respect_restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| vng_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| respect_restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| vng_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -3700,7 +3700,7 @@ batch_min_healthy_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -3712,7 +3712,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -3724,7 +3724,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -3736,7 +3736,7 @@ respect_pdb: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -3748,7 +3748,7 @@ respect_restrict_scale_down: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -3760,7 +3760,7 @@ vng_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- @@ -3782,9 +3782,9 @@ oceanAksNp.OceanAksNpTaints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | +| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -3796,7 +3796,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -3808,7 +3808,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -3820,7 +3820,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- @@ -3842,8 +3842,8 @@ oceanAksNp.OceanAksNpUpdatePolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | -| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | +| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | +| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | | roll_config | OceanAksNpUpdatePolicyRollConfig | roll_config block. | --- @@ -3856,7 +3856,7 @@ should_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. --- @@ -3868,7 +3868,7 @@ conditioned_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. --- @@ -3882,7 +3882,7 @@ roll_config: OceanAksNpUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} --- @@ -3909,14 +3909,14 @@ oceanAksNp.OceanAksNpUpdatePolicyRollConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| node_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | -| node_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | -| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| respect_restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| vng_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| node_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | +| node_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | +| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| respect_restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| vng_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -3928,7 +3928,7 @@ batch_min_healthy_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -3940,7 +3940,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -3952,7 +3952,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -3964,7 +3964,7 @@ node_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. --- @@ -3976,7 +3976,7 @@ node_pool_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. --- @@ -3988,7 +3988,7 @@ respect_pdb: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -4000,7 +4000,7 @@ respect_restrict_scale_down: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -4012,7 +4012,7 @@ vng_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- @@ -4896,7 +4896,7 @@ def put_automatic( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -4904,7 +4904,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -5229,7 +5229,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -5247,7 +5247,7 @@ def put_autoscale_headroom( automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -5264,7 +5264,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -5272,7 +5272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -8604,7 +8604,7 @@ def put_shutdown_hours( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -8612,7 +8612,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -9498,7 +9498,7 @@ def put_parameters( parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} --- @@ -9889,7 +9889,7 @@ def put_parameters_cluster_roll( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -9897,7 +9897,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -9905,7 +9905,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -9913,7 +9913,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -9921,7 +9921,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -9929,7 +9929,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- @@ -11235,7 +11235,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -11243,7 +11243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -11251,7 +11251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -11259,7 +11259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. --- @@ -11267,7 +11267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. --- @@ -11275,7 +11275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -11283,7 +11283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -11291,7 +11291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- diff --git a/docs/oceanAksNp.typescript.md b/docs/oceanAksNp.typescript.md index 127889a3..c6f91c4a 100644 --- a/docs/oceanAksNp.typescript.md +++ b/docs/oceanAksNp.typescript.md @@ -4,7 +4,7 @@ ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -739,7 +739,7 @@ The construct id used in the generated config for the OceanAksNp to import. The id of the existing OceanAksNp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use --- @@ -1632,7 +1632,7 @@ const oceanAksNpAutoscaler: oceanAksNp.OceanAksNpAutoscaler = { ... } | --- | --- | --- | | autoscaleDown | OceanAksNpAutoscalerAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | OceanAksNpAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | +| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | resourceLimits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -1647,7 +1647,7 @@ public readonly autoscaleDown: OceanAksNpAutoscalerAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -1661,7 +1661,7 @@ public readonly autoscaleHeadroom: OceanAksNpAutoscalerAutoscaleHeadroom; autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -1673,7 +1673,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -1687,7 +1687,7 @@ public readonly resourceLimits: OceanAksNpAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -1705,7 +1705,7 @@ const oceanAksNpAutoscalerAutoscaleDown: oceanAksNp.OceanAksNpAutoscalerAutoscal | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | +| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -1717,7 +1717,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -1749,7 +1749,7 @@ public readonly automatic: OceanAksNpAutoscalerAutoscaleHeadroomAutomatic; automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -1767,8 +1767,8 @@ const oceanAksNpAutoscalerAutoscaleHeadroomAutomatic: oceanAksNp.OceanAksNpAutos | **Name** | **Type** | **Description** | | --- | --- | --- | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -1780,7 +1780,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -1792,7 +1792,7 @@ public readonly percentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -1810,8 +1810,8 @@ const oceanAksNpAutoscalerResourceLimits: oceanAksNp.OceanAksNpAutoscalerResourc | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | -| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | +| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -1823,7 +1823,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -1835,7 +1835,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -1860,37 +1860,37 @@ const oceanAksNpConfig: oceanAksNp.OceanAksNpConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| aksClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | -| aksInfrastructureResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | -| aksRegion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | -| aksResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | -| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | +| aksClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. | +| aksInfrastructureResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. | +| aksRegion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. | +| aksResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. | +| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| enableNodePublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | -| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| enableNodePublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. | +| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | | filters | OceanAksNpFilters | filters block. | | headrooms | cdktf.IResolvable \| OceanAksNpHeadrooms[] | headrooms block. | | health | OceanAksNpHealth | health block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| kubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | -| labels | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | +| kubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. | +| labels | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | | linuxOsConfig | cdktf.IResolvable \| OceanAksNpLinuxOsConfig[] | linux_os_config block. | -| maxCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | -| maxPodsPerNode | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | -| minCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | -| osDiskSizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | -| osDiskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | -| osSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | -| osType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| podSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| maxCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. | +| maxPodsPerNode | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. | +| minCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. | +| osDiskSizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. | +| osDiskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. | +| osSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. | +| osType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| podSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | -| tags | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. | +| tags | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | cdktf.IResolvable \| OceanAksNpTaints[] | taints block. | | updatePolicy | OceanAksNpUpdatePolicy | update_policy block. | -| vnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| vnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -1972,7 +1972,7 @@ public readonly aksClusterName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -1984,7 +1984,7 @@ public readonly aksInfrastructureResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -1996,7 +1996,7 @@ public readonly aksRegion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -2008,7 +2008,7 @@ public readonly aksResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -2020,7 +2020,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -2032,7 +2032,7 @@ public readonly controllerClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -2044,7 +2044,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -2058,7 +2058,7 @@ public readonly autoscaler: OceanAksNpAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -2070,7 +2070,7 @@ public readonly enableNodePublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -2082,7 +2082,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -2096,7 +2096,7 @@ public readonly filters: OceanAksNpFilters; filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -2110,7 +2110,7 @@ public readonly headrooms: IResolvable | OceanAksNpHeadrooms[]; headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -2124,7 +2124,7 @@ public readonly health: OceanAksNpHealth; health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -2136,7 +2136,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2151,7 +2151,7 @@ public readonly kubernetesVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -2163,7 +2163,7 @@ public readonly labels: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -2177,7 +2177,7 @@ public readonly linuxOsConfig: IResolvable | OceanAksNpLinuxOsConfig[]; linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} --- @@ -2189,7 +2189,7 @@ public readonly maxCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -2201,7 +2201,7 @@ public readonly maxPodsPerNode: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -2213,7 +2213,7 @@ public readonly minCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -2225,7 +2225,7 @@ public readonly osDiskSizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -2237,7 +2237,7 @@ public readonly osDiskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -2249,7 +2249,7 @@ public readonly osSku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -2261,7 +2261,7 @@ public readonly osType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2273,7 +2273,7 @@ public readonly podSubnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -2287,7 +2287,7 @@ public readonly scheduling: OceanAksNpScheduling; scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -2299,7 +2299,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -2311,7 +2311,7 @@ public readonly tags: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -2325,7 +2325,7 @@ public readonly taints: IResolvable | OceanAksNpTaints[]; taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2339,7 +2339,7 @@ public readonly updatePolicy: OceanAksNpUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -2351,7 +2351,7 @@ public readonly vnetSubnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -2369,21 +2369,21 @@ const oceanAksNpFilters: oceanAksNp.OceanAksNpFilters = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| acceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | -| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| diskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | -| excludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| gpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | -| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | -| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| minDisk | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | -| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | -| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| minNics | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | -| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. | -| series | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | -| vmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | +| acceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | +| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| diskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | +| excludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| gpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | +| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. | +| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| minDisk | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | +| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | +| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| minNics | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | +| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. | +| series | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| vmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | --- @@ -2395,7 +2395,7 @@ public readonly acceleratedNetworking: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. --- @@ -2407,7 +2407,7 @@ public readonly architectures: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -2419,7 +2419,7 @@ public readonly diskPerformance: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. --- @@ -2431,7 +2431,7 @@ public readonly excludeSeries: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -2443,7 +2443,7 @@ public readonly gpuTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. --- @@ -2455,7 +2455,7 @@ public readonly maxGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. --- @@ -2467,7 +2467,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2479,7 +2479,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2491,7 +2491,7 @@ public readonly minDisk: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. --- @@ -2503,7 +2503,7 @@ public readonly minGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. --- @@ -2515,7 +2515,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -2527,7 +2527,7 @@ public readonly minNics: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. --- @@ -2539,7 +2539,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -2551,7 +2551,7 @@ public readonly series: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -2563,7 +2563,7 @@ public readonly vmTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. --- @@ -2581,10 +2581,10 @@ const oceanAksNpHeadrooms: oceanAksNp.OceanAksNpHeadrooms = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. | -| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. | +| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -2596,7 +2596,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -2608,7 +2608,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -2620,7 +2620,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -2632,7 +2632,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -2650,7 +2650,7 @@ const oceanAksNpHealth: oceanAksNp.OceanAksNpHealth = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -2662,7 +2662,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -2694,7 +2694,7 @@ public readonly sysctls: IResolvable | OceanAksNpLinuxOsConfigSysctls[]; sysctls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#sysctls OceanAksNp#sysctls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#sysctls OceanAksNp#sysctls} --- @@ -2712,7 +2712,7 @@ const oceanAksNpLinuxOsConfigSysctls: oceanAksNp.OceanAksNpLinuxOsConfigSysctls | **Name** | **Type** | **Description** | | --- | --- | --- | -| vmMaxMapCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. | +| vmMaxMapCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. | --- @@ -2724,7 +2724,7 @@ public readonly vmMaxMapCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count}. --- @@ -2757,7 +2757,7 @@ public readonly shutdownHours: OceanAksNpSchedulingShutdownHours; shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -2771,7 +2771,7 @@ public readonly tasks: IResolvable | OceanAksNpSchedulingTasks[]; tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} --- @@ -2789,8 +2789,8 @@ const oceanAksNpSchedulingShutdownHours: oceanAksNp.OceanAksNpSchedulingShutdown | **Name** | **Type** | **Description** | | --- | --- | --- | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. | --- @@ -2802,7 +2802,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2814,7 +2814,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -2832,9 +2832,9 @@ const oceanAksNpSchedulingTasks: oceanAksNp.OceanAksNpSchedulingTasks = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. | | parameters | OceanAksNpSchedulingTasksParameters | parameters block. | --- @@ -2847,7 +2847,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression}. --- @@ -2859,7 +2859,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2871,7 +2871,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type}. --- @@ -2885,7 +2885,7 @@ public readonly parameters: OceanAksNpSchedulingTasksParameters; parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#parameters OceanAksNp#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#parameters OceanAksNp#parameters} --- @@ -2917,7 +2917,7 @@ public readonly parametersClusterRoll: OceanAksNpSchedulingTasksParametersParame parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} --- @@ -2935,12 +2935,12 @@ const oceanAksNpSchedulingTasksParametersParametersClusterRoll: oceanAksNp.Ocean | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| respectRestrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| vngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| respectRestrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| vngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -2952,7 +2952,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -2964,7 +2964,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -2976,7 +2976,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -2988,7 +2988,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -3000,7 +3000,7 @@ public readonly respectRestrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -3012,7 +3012,7 @@ public readonly vngIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- @@ -3030,9 +3030,9 @@ const oceanAksNpTaints: oceanAksNp.OceanAksNpTaints = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | +| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -3044,7 +3044,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -3056,7 +3056,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -3068,7 +3068,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- @@ -3086,8 +3086,8 @@ const oceanAksNpUpdatePolicy: oceanAksNp.OceanAksNpUpdatePolicy = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | -| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | +| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | +| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | | rollConfig | OceanAksNpUpdatePolicyRollConfig | roll_config block. | --- @@ -3100,7 +3100,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. --- @@ -3112,7 +3112,7 @@ public readonly conditionedRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. --- @@ -3126,7 +3126,7 @@ public readonly rollConfig: OceanAksNpUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} --- @@ -3144,14 +3144,14 @@ const oceanAksNpUpdatePolicyRollConfig: oceanAksNp.OceanAksNpUpdatePolicyRollCon | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| nodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | -| nodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | -| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| respectRestrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| vngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| nodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | +| nodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | +| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| respectRestrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| vngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -3163,7 +3163,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -3175,7 +3175,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -3187,7 +3187,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -3199,7 +3199,7 @@ public readonly nodeNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. --- @@ -3211,7 +3211,7 @@ public readonly nodePoolNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. --- @@ -3223,7 +3223,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -3235,7 +3235,7 @@ public readonly respectRestrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -3247,7 +3247,7 @@ public readonly vngIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- diff --git a/docs/oceanAksNpVirtualNodeGroup.csharp.md b/docs/oceanAksNpVirtualNodeGroup.csharp.md index 7bfb7672..9bcd6de7 100644 --- a/docs/oceanAksNpVirtualNodeGroup.csharp.md +++ b/docs/oceanAksNpVirtualNodeGroup.csharp.md @@ -4,7 +4,7 @@ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -76,6 +76,7 @@ Must be unique amongst siblings in the same scope | PutFilters | *No description.* | | PutHeadrooms | *No description.* | | PutLinuxOsConfig | *No description.* | +| PutScheduling | *No description.* | | PutTaints | *No description.* | | PutUpdatePolicy | *No description.* | | ResetAvailabilityZones | *No description.* | @@ -95,6 +96,7 @@ Must be unique amongst siblings in the same scope | ResetOsSku | *No description.* | | ResetOsType | *No description.* | | ResetPodSubnetIds | *No description.* | +| ResetScheduling | *No description.* | | ResetSpotPercentage | *No description.* | | ResetTags | *No description.* | | ResetTaints | *No description.* | @@ -427,6 +429,18 @@ private void PutLinuxOsConfig(object Value) --- +##### `PutScheduling` + +```csharp +private void PutScheduling(OceanAksNpVirtualNodeGroupScheduling Value) +``` + +###### `Value`Required + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + ##### `PutTaints` ```csharp @@ -553,6 +567,12 @@ private void ResetOsType() private void ResetPodSubnetIds() ``` +##### `ResetScheduling` + +```csharp +private void ResetScheduling() +``` + ##### `ResetSpotPercentage` ```csharp @@ -686,7 +706,7 @@ The construct id used in the generated config for the OceanAksNpVirtualNodeGroup The id of the existing OceanAksNpVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -719,6 +739,7 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | Filters | OceanAksNpVirtualNodeGroupFiltersOutputReference | *No description.* | | Headrooms | OceanAksNpVirtualNodeGroupHeadroomsList | *No description.* | | LinuxOsConfig | OceanAksNpVirtualNodeGroupLinuxOsConfigList | *No description.* | +| Scheduling | OceanAksNpVirtualNodeGroupSchedulingOutputReference | *No description.* | | Taints | OceanAksNpVirtualNodeGroupTaintsList | *No description.* | | UpdatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicyOutputReference | *No description.* | | AvailabilityZonesInput | string[] | *No description.* | @@ -740,6 +761,7 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | OsSkuInput | string | *No description.* | | OsTypeInput | string | *No description.* | | PodSubnetIdsInput | string[] | *No description.* | +| SchedulingInput | OceanAksNpVirtualNodeGroupScheduling | *No description.* | | SpotPercentageInput | double | *No description.* | | TagsInput | System.Collections.Generic.IDictionary | *No description.* | | TaintsInput | object | *No description.* | @@ -939,6 +961,16 @@ public OceanAksNpVirtualNodeGroupLinuxOsConfigList LinuxOsConfig { get; } --- +##### `Scheduling`Required + +```csharp +public OceanAksNpVirtualNodeGroupSchedulingOutputReference Scheduling { get; } +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingOutputReference + +--- + ##### `Taints`Required ```csharp @@ -1149,6 +1181,16 @@ public string[] PodSubnetIdsInput { get; } --- +##### `SchedulingInput`Optional + +```csharp +public OceanAksNpVirtualNodeGroupScheduling SchedulingInput { get; } +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + ##### `SpotPercentageInput`Optional ```csharp @@ -1443,6 +1485,7 @@ new OceanAksNpVirtualNodeGroupConfig { string OsSku = null, string OsType = null, string[] PodSubnetIds = null, + OceanAksNpVirtualNodeGroupScheduling Scheduling = null, double SpotPercentage = null, System.Collections.Generic.IDictionary Tags = null, object Taints = null, @@ -1462,30 +1505,31 @@ new OceanAksNpVirtualNodeGroupConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | -| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | -| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | -| EnableNodePublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | -| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | +| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | +| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | +| EnableNodePublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | +| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | | Filters | OceanAksNpVirtualNodeGroupFilters | filters block. | | Headrooms | object | headrooms block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | -| KubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | -| Labels | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | +| KubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | +| Labels | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | | LinuxOsConfig | object | linux_os_config block. | -| MaxCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | -| MaxPodsPerNode | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | -| MinCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | -| OsDiskSizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | -| OsDiskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | -| OsSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | -| OsType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| PodSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | -| Tags | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| MaxCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | +| MaxPodsPerNode | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | +| MinCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | +| OsDiskSizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | +| OsDiskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | +| OsSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | +| OsType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| PodSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| Scheduling | OceanAksNpVirtualNodeGroupScheduling | scheduling block. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | +| Tags | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | Taints | object | taints block. | | UpdatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| VnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| VnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -1567,7 +1611,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -1579,7 +1623,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -1591,7 +1635,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -1603,7 +1647,7 @@ public object EnableNodePublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -1615,7 +1659,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -1629,7 +1673,7 @@ public OceanAksNpVirtualNodeGroupFilters Filters { get; set; } filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -1643,7 +1687,7 @@ public object Headrooms { get; set; } headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -1655,7 +1699,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1670,7 +1714,7 @@ public string KubernetesVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -1682,7 +1726,7 @@ public System.Collections.Generic.IDictionary Labels { get; set; - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -1696,7 +1740,7 @@ public object LinuxOsConfig { get; set; } linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} --- @@ -1708,7 +1752,7 @@ public double MaxCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -1720,7 +1764,7 @@ public double MaxPodsPerNode { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -1732,7 +1776,7 @@ public double MinCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -1744,7 +1788,7 @@ public double OsDiskSizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -1756,7 +1800,7 @@ public string OsDiskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -1768,7 +1812,7 @@ public string OsSku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -1780,7 +1824,7 @@ public string OsType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -1792,7 +1836,21 @@ public string[] PodSubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. + +--- + +##### `Scheduling`Optional + +```csharp +public OceanAksNpVirtualNodeGroupScheduling Scheduling { get; set; } +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +scheduling block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#scheduling OceanAksNpVirtualNodeGroup#scheduling} --- @@ -1804,7 +1862,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -1816,7 +1874,7 @@ public System.Collections.Generic.IDictionary Tags { get; set; } - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -1830,7 +1888,7 @@ public object Taints { get; set; } taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -1844,7 +1902,7 @@ public OceanAksNpVirtualNodeGroupUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -1856,7 +1914,7 @@ public string[] VnetSubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -1890,21 +1948,21 @@ new OceanAksNpVirtualNodeGroupFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AcceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | -| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| DiskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | -| ExcludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| GpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | -| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. | -| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| MinDisk | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | -| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | -| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| MinNics | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | -| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. | -| Series | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | -| VmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | +| AcceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | +| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| DiskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | +| ExcludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| GpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | +| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. | +| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| MinDisk | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | +| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | +| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| MinNics | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | +| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. | +| Series | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| VmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | --- @@ -1916,7 +1974,7 @@ public string AcceleratedNetworking { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. --- @@ -1928,7 +1986,7 @@ public string[] Architectures { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -1940,7 +1998,7 @@ public string DiskPerformance { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. --- @@ -1952,7 +2010,7 @@ public string[] ExcludeSeries { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -1964,7 +2022,7 @@ public string[] GpuTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. --- @@ -1976,7 +2034,7 @@ public double MaxGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. --- @@ -1988,7 +2046,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -2000,7 +2058,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -2012,7 +2070,7 @@ public double MinDisk { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. --- @@ -2024,7 +2082,7 @@ public double MinGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. --- @@ -2036,7 +2094,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -2048,7 +2106,7 @@ public double MinNics { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. --- @@ -2060,7 +2118,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -2072,7 +2130,7 @@ public string[] Series { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -2084,7 +2142,7 @@ public string[] VmTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. --- @@ -2107,10 +2165,10 @@ new OceanAksNpVirtualNodeGroupHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. | -| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. | +| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -2122,7 +2180,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -2134,7 +2192,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -2146,7 +2204,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -2158,7 +2216,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -2192,7 +2250,7 @@ public object Sysctls { get; set; } sysctls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#sysctls OceanAksNpVirtualNodeGroup#sysctls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#sysctls OceanAksNpVirtualNodeGroup#sysctls} --- @@ -2212,7 +2270,7 @@ new OceanAksNpVirtualNodeGroupLinuxOsConfigSysctls { | **Name** | **Type** | **Description** | | --- | --- | --- | -| VmMaxMapCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. | +| VmMaxMapCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. | --- @@ -2224,7 +2282,87 @@ public double VmMaxMapCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. + +--- + +### OceanAksNpVirtualNodeGroupScheduling + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +new OceanAksNpVirtualNodeGroupScheduling { + OceanAksNpVirtualNodeGroupSchedulingShutdownHours ShutdownHours = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| ShutdownHours | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | shutdown_hours block. | + +--- + +##### `ShutdownHours`Optional + +```csharp +public OceanAksNpVirtualNodeGroupSchedulingShutdownHours ShutdownHours { get; set; } +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +shutdown_hours block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#shutdown_hours OceanAksNpVirtualNodeGroup#shutdown_hours} + +--- + +### OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +new OceanAksNpVirtualNodeGroupSchedulingShutdownHours { + object IsEnabled = null, + string[] TimeWindows = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#is_enabled OceanAksNpVirtualNodeGroup#is_enabled}. | +| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#time_windows OceanAksNpVirtualNodeGroup#time_windows}. | + +--- + +##### `IsEnabled`Optional + +```csharp +public object IsEnabled { get; set; } +``` + +- *Type:* object + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#is_enabled OceanAksNpVirtualNodeGroup#is_enabled}. + +--- + +##### `TimeWindows`Optional + +```csharp +public string[] TimeWindows { get; set; } +``` + +- *Type:* string[] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#time_windows OceanAksNpVirtualNodeGroup#time_windows}. --- @@ -2246,9 +2384,9 @@ new OceanAksNpVirtualNodeGroupTaints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | +| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -2260,7 +2398,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -2272,7 +2410,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -2284,7 +2422,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- @@ -2306,8 +2444,8 @@ new OceanAksNpVirtualNodeGroupUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | -| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | +| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | | RollConfig | OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig | roll_config block. | --- @@ -2320,7 +2458,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. --- @@ -2332,7 +2470,7 @@ public object ConditionedRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. --- @@ -2346,7 +2484,7 @@ public OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} --- @@ -2373,14 +2511,14 @@ new OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | -| NodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | -| NodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | -| RespectRestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | -| VngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | +| NodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | +| NodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | +| RespectRestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | +| VngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | --- @@ -2392,7 +2530,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. --- @@ -2404,7 +2542,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. --- @@ -2416,7 +2554,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. --- @@ -2428,7 +2566,7 @@ public string[] NodeNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. --- @@ -2440,7 +2578,7 @@ public string[] NodePoolNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. --- @@ -2452,7 +2590,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. --- @@ -2464,7 +2602,7 @@ public object RespectRestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. --- @@ -2476,7 +2614,7 @@ public string[] VngIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. --- @@ -4634,6 +4772,604 @@ public object InternalValue { get; } --- +### OceanAksNpVirtualNodeGroupSchedulingOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +new OceanAksNpVirtualNodeGroupSchedulingOutputReference(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`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| PutShutdownHours | *No description.* | +| ResetShutdownHours | *No description.* | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `PutShutdownHours` + +```csharp +private void PutShutdownHours(OceanAksNpVirtualNodeGroupSchedulingShutdownHours Value) +``` + +###### `Value`Required + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + +##### `ResetShutdownHours` + +```csharp +private void ResetShutdownHours() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| ShutdownHours | OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference | *No description.* | +| ShutdownHoursInput | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | *No description.* | +| InternalValue | OceanAksNpVirtualNodeGroupScheduling | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `ShutdownHours`Required + +```csharp +public OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference ShutdownHours { get; } +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference + +--- + +##### `ShutdownHoursInput`Optional + +```csharp +public OceanAksNpVirtualNodeGroupSchedulingShutdownHours ShutdownHoursInput { get; } +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + +##### `InternalValue`Optional + +```csharp +public OceanAksNpVirtualNodeGroupScheduling InternalValue { get; } +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + + +### OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +new OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference(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`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetIsEnabled | *No description.* | +| ResetTimeWindows | *No description.* | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `ResetIsEnabled` + +```csharp +private void ResetIsEnabled() +``` + +##### `ResetTimeWindows` + +```csharp +private void ResetTimeWindows() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| IsEnabledInput | object | *No description.* | +| TimeWindowsInput | string[] | *No description.* | +| IsEnabled | object | *No description.* | +| TimeWindows | string[] | *No description.* | +| InternalValue | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `IsEnabledInput`Optional + +```csharp +public object IsEnabledInput { get; } +``` + +- *Type:* object + +--- + +##### `TimeWindowsInput`Optional + +```csharp +public string[] TimeWindowsInput { get; } +``` + +- *Type:* string[] + +--- + +##### `IsEnabled`Required + +```csharp +public object IsEnabled { get; } +``` + +- *Type:* object + +--- + +##### `TimeWindows`Required + +```csharp +public string[] TimeWindows { get; } +``` + +- *Type:* string[] + +--- + +##### `InternalValue`Optional + +```csharp +public OceanAksNpVirtualNodeGroupSchedulingShutdownHours InternalValue { get; } +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + + ### OceanAksNpVirtualNodeGroupTaintsList #### Initializers diff --git a/docs/oceanAksNpVirtualNodeGroup.go.md b/docs/oceanAksNpVirtualNodeGroup.go.md index 79b99234..fbb54183 100644 --- a/docs/oceanAksNpVirtualNodeGroup.go.md +++ b/docs/oceanAksNpVirtualNodeGroup.go.md @@ -4,7 +4,7 @@ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -76,6 +76,7 @@ Must be unique amongst siblings in the same scope | PutFilters | *No description.* | | PutHeadrooms | *No description.* | | PutLinuxOsConfig | *No description.* | +| PutScheduling | *No description.* | | PutTaints | *No description.* | | PutUpdatePolicy | *No description.* | | ResetAvailabilityZones | *No description.* | @@ -95,6 +96,7 @@ Must be unique amongst siblings in the same scope | ResetOsSku | *No description.* | | ResetOsType | *No description.* | | ResetPodSubnetIds | *No description.* | +| ResetScheduling | *No description.* | | ResetSpotPercentage | *No description.* | | ResetTags | *No description.* | | ResetTaints | *No description.* | @@ -427,6 +429,18 @@ func PutLinuxOsConfig(value interface{}) --- +##### `PutScheduling` + +```go +func PutScheduling(value OceanAksNpVirtualNodeGroupScheduling) +``` + +###### `value`Required + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + ##### `PutTaints` ```go @@ -553,6 +567,12 @@ func ResetOsType() func ResetPodSubnetIds() ``` +##### `ResetScheduling` + +```go +func ResetScheduling() +``` + ##### `ResetSpotPercentage` ```go @@ -686,7 +706,7 @@ The construct id used in the generated config for the OceanAksNpVirtualNodeGroup The id of the existing OceanAksNpVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -719,6 +739,7 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | Filters | OceanAksNpVirtualNodeGroupFiltersOutputReference | *No description.* | | Headrooms | OceanAksNpVirtualNodeGroupHeadroomsList | *No description.* | | LinuxOsConfig | OceanAksNpVirtualNodeGroupLinuxOsConfigList | *No description.* | +| Scheduling | OceanAksNpVirtualNodeGroupSchedulingOutputReference | *No description.* | | Taints | OceanAksNpVirtualNodeGroupTaintsList | *No description.* | | UpdatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicyOutputReference | *No description.* | | AvailabilityZonesInput | *[]*string | *No description.* | @@ -740,6 +761,7 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | OsSkuInput | *string | *No description.* | | OsTypeInput | *string | *No description.* | | PodSubnetIdsInput | *[]*string | *No description.* | +| SchedulingInput | OceanAksNpVirtualNodeGroupScheduling | *No description.* | | SpotPercentageInput | *f64 | *No description.* | | TagsInput | *map[string]*string | *No description.* | | TaintsInput | interface{} | *No description.* | @@ -939,6 +961,16 @@ func LinuxOsConfig() OceanAksNpVirtualNodeGroupLinuxOsConfigList --- +##### `Scheduling`Required + +```go +func Scheduling() OceanAksNpVirtualNodeGroupSchedulingOutputReference +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingOutputReference + +--- + ##### `Taints`Required ```go @@ -1149,6 +1181,16 @@ func PodSubnetIdsInput() *[]*string --- +##### `SchedulingInput`Optional + +```go +func SchedulingInput() OceanAksNpVirtualNodeGroupScheduling +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + ##### `SpotPercentageInput`Optional ```go @@ -1443,6 +1485,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu OsSku: *string, OsType: *string, PodSubnetIds: *[]*string, + Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupScheduling, SpotPercentage: *f64, Tags: *map[string]*string, Taints: interface{}, @@ -1462,30 +1505,31 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | -| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | -| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | -| EnableNodePublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | +| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | +| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | +| EnableNodePublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | +| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | | Filters | OceanAksNpVirtualNodeGroupFilters | filters block. | | Headrooms | interface{} | headrooms block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | -| KubernetesVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | -| Labels | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | +| KubernetesVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | +| Labels | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | | LinuxOsConfig | interface{} | linux_os_config block. | -| MaxCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | -| MaxPodsPerNode | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | -| MinCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | -| OsDiskSizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | -| OsDiskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | -| OsSku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | -| OsType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| PodSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | -| Tags | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| MaxCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | +| MaxPodsPerNode | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | +| MinCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | +| OsDiskSizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | +| OsDiskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | +| OsSku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | +| OsType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| PodSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| Scheduling | OceanAksNpVirtualNodeGroupScheduling | scheduling block. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | +| Tags | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | Taints | interface{} | taints block. | | UpdatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| VnetSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| VnetSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -1567,7 +1611,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -1579,7 +1623,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -1591,7 +1635,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -1603,7 +1647,7 @@ EnableNodePublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -1615,7 +1659,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -1629,7 +1673,7 @@ Filters OceanAksNpVirtualNodeGroupFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -1643,7 +1687,7 @@ Headrooms interface{} headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -1655,7 +1699,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1670,7 +1714,7 @@ KubernetesVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -1682,7 +1726,7 @@ Labels *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -1696,7 +1740,7 @@ LinuxOsConfig interface{} linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} --- @@ -1708,7 +1752,7 @@ MaxCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -1720,7 +1764,7 @@ MaxPodsPerNode *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -1732,7 +1776,7 @@ MinCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -1744,7 +1788,7 @@ OsDiskSizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -1756,7 +1800,7 @@ OsDiskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -1768,7 +1812,7 @@ OsSku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -1780,7 +1824,7 @@ OsType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -1792,7 +1836,21 @@ PodSubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. + +--- + +##### `Scheduling`Optional + +```go +Scheduling OceanAksNpVirtualNodeGroupScheduling +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +scheduling block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#scheduling OceanAksNpVirtualNodeGroup#scheduling} --- @@ -1804,7 +1862,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -1816,7 +1874,7 @@ Tags *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -1830,7 +1888,7 @@ Taints interface{} taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -1844,7 +1902,7 @@ UpdatePolicy OceanAksNpVirtualNodeGroupUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -1856,7 +1914,7 @@ VnetSubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -1890,21 +1948,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| AcceleratedNetworking | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | -| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| DiskPerformance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | -| ExcludeSeries | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| GpuTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | -| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. | -| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| MinDisk | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | -| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | -| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| MinNics | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | -| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. | -| Series | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | -| VmTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | +| AcceleratedNetworking | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | +| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| DiskPerformance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | +| ExcludeSeries | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| GpuTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | +| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. | +| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| MinDisk | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | +| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | +| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| MinNics | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | +| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. | +| Series | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| VmTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | --- @@ -1916,7 +1974,7 @@ AcceleratedNetworking *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. --- @@ -1928,7 +1986,7 @@ Architectures *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -1940,7 +1998,7 @@ DiskPerformance *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. --- @@ -1952,7 +2010,7 @@ ExcludeSeries *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -1964,7 +2022,7 @@ GpuTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. --- @@ -1976,7 +2034,7 @@ MaxGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. --- @@ -1988,7 +2046,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -2000,7 +2058,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -2012,7 +2070,7 @@ MinDisk *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. --- @@ -2024,7 +2082,7 @@ MinGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. --- @@ -2036,7 +2094,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -2048,7 +2106,7 @@ MinNics *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. --- @@ -2060,7 +2118,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -2072,7 +2130,7 @@ Series *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -2084,7 +2142,7 @@ VmTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. --- @@ -2107,10 +2165,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. | -| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. | +| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -2122,7 +2180,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -2134,7 +2192,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -2146,7 +2204,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -2158,7 +2216,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -2192,7 +2250,7 @@ Sysctls interface{} sysctls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#sysctls OceanAksNpVirtualNodeGroup#sysctls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#sysctls OceanAksNpVirtualNodeGroup#sysctls} --- @@ -2212,7 +2270,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| VmMaxMapCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. | +| VmMaxMapCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. | --- @@ -2224,7 +2282,87 @@ VmMaxMapCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. + +--- + +### OceanAksNpVirtualNodeGroupScheduling + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" + +&oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupScheduling { + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHours, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| ShutdownHours | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | shutdown_hours block. | + +--- + +##### `ShutdownHours`Optional + +```go +ShutdownHours OceanAksNpVirtualNodeGroupSchedulingShutdownHours +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +shutdown_hours block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#shutdown_hours OceanAksNpVirtualNodeGroup#shutdown_hours} + +--- + +### OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" + +&oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHours { + IsEnabled: interface{}, + TimeWindows: *[]*string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#is_enabled OceanAksNpVirtualNodeGroup#is_enabled}. | +| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#time_windows OceanAksNpVirtualNodeGroup#time_windows}. | + +--- + +##### `IsEnabled`Optional + +```go +IsEnabled interface{} +``` + +- *Type:* interface{} + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#is_enabled OceanAksNpVirtualNodeGroup#is_enabled}. + +--- + +##### `TimeWindows`Optional + +```go +TimeWindows *[]*string +``` + +- *Type:* *[]*string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#time_windows OceanAksNpVirtualNodeGroup#time_windows}. --- @@ -2246,9 +2384,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | +| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -2260,7 +2398,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -2272,7 +2410,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -2284,7 +2422,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- @@ -2306,8 +2444,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | -| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | +| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | | RollConfig | OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig | roll_config block. | --- @@ -2320,7 +2458,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. --- @@ -2332,7 +2470,7 @@ ConditionedRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. --- @@ -2346,7 +2484,7 @@ RollConfig OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} --- @@ -2373,14 +2511,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | -| NodeNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | -| NodePoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | -| RespectRestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | -| VngIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | +| NodeNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | +| NodePoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | +| RespectRestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | +| VngIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | --- @@ -2392,7 +2530,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. --- @@ -2404,7 +2542,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. --- @@ -2416,7 +2554,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. --- @@ -2428,7 +2566,7 @@ NodeNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. --- @@ -2440,7 +2578,7 @@ NodePoolNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. --- @@ -2452,7 +2590,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. --- @@ -2464,7 +2602,7 @@ RespectRestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. --- @@ -2476,7 +2614,7 @@ VngIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. --- @@ -4634,6 +4772,604 @@ func InternalValue() interface{} --- +### OceanAksNpVirtualNodeGroupSchedulingOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" + +oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupSchedulingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupSchedulingOutputReference +``` + +| **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`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| PutShutdownHours | *No description.* | +| ResetShutdownHours | *No description.* | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `PutShutdownHours` + +```go +func PutShutdownHours(value OceanAksNpVirtualNodeGroupSchedulingShutdownHours) +``` + +###### `value`Required + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + +##### `ResetShutdownHours` + +```go +func ResetShutdownHours() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| ShutdownHours | OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference | *No description.* | +| ShutdownHoursInput | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | *No description.* | +| InternalValue | OceanAksNpVirtualNodeGroupScheduling | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `ShutdownHours`Required + +```go +func ShutdownHours() OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference + +--- + +##### `ShutdownHoursInput`Optional + +```go +func ShutdownHoursInput() OceanAksNpVirtualNodeGroupSchedulingShutdownHours +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() OceanAksNpVirtualNodeGroupScheduling +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + + +### OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" + +oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference +``` + +| **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`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetIsEnabled | *No description.* | +| ResetTimeWindows | *No description.* | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `ResetIsEnabled` + +```go +func ResetIsEnabled() +``` + +##### `ResetTimeWindows` + +```go +func ResetTimeWindows() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| IsEnabledInput | interface{} | *No description.* | +| TimeWindowsInput | *[]*string | *No description.* | +| IsEnabled | interface{} | *No description.* | +| TimeWindows | *[]*string | *No description.* | +| InternalValue | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `IsEnabledInput`Optional + +```go +func IsEnabledInput() interface{} +``` + +- *Type:* interface{} + +--- + +##### `TimeWindowsInput`Optional + +```go +func TimeWindowsInput() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `IsEnabled`Required + +```go +func IsEnabled() interface{} +``` + +- *Type:* interface{} + +--- + +##### `TimeWindows`Required + +```go +func TimeWindows() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() OceanAksNpVirtualNodeGroupSchedulingShutdownHours +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + + ### OceanAksNpVirtualNodeGroupTaintsList #### Initializers diff --git a/docs/oceanAksNpVirtualNodeGroup.java.md b/docs/oceanAksNpVirtualNodeGroup.java.md index 0117a303..f9d4e63d 100644 --- a/docs/oceanAksNpVirtualNodeGroup.java.md +++ b/docs/oceanAksNpVirtualNodeGroup.java.md @@ -4,7 +4,7 @@ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -46,6 +46,7 @@ OceanAksNpVirtualNodeGroup.Builder.create(Construct scope, java.lang.String id) // .osSku(java.lang.String) // .osType(java.lang.String) // .podSubnetIds(java.util.List) +// .scheduling(OceanAksNpVirtualNodeGroupScheduling) // .spotPercentage(java.lang.Number) // .tags(java.util.Map) // .taints(IResolvable) @@ -66,30 +67,31 @@ OceanAksNpVirtualNodeGroup.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | -| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | -| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | +| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | +| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | | filters | OceanAksNpVirtualNodeGroupFilters | filters block. | | headrooms | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpVirtualNodeGroupHeadrooms> | headrooms block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | -| kubernetesVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | -| labels | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | +| kubernetesVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | +| labels | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | | linuxOsConfig | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpVirtualNodeGroupLinuxOsConfig> | linux_os_config block. | -| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | -| maxPodsPerNode | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | -| minCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | -| osDiskSizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | -| osDiskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | -| osSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | -| osType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | -| tags | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | +| maxPodsPerNode | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | +| minCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | +| osDiskSizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | +| osDiskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | +| osSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | +| osType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| scheduling | OceanAksNpVirtualNodeGroupScheduling | scheduling block. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | +| tags | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpVirtualNodeGroupTaints> | taints block. | | updatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -157,7 +159,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -165,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -173,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -181,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -189,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -199,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -209,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -217,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -228,7 +230,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -236,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -246,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} --- @@ -254,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -262,7 +264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -270,7 +272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -278,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -286,7 +288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -294,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -302,7 +304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -310,7 +312,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. + +--- + +##### `scheduling`Optional + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +scheduling block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#scheduling OceanAksNpVirtualNodeGroup#scheduling} --- @@ -318,7 +330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -326,7 +338,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -336,7 +348,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -346,7 +358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -354,7 +366,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -388,6 +400,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti | putFilters | *No description.* | | putHeadrooms | *No description.* | | putLinuxOsConfig | *No description.* | +| putScheduling | *No description.* | | putTaints | *No description.* | | putUpdatePolicy | *No description.* | | resetAvailabilityZones | *No description.* | @@ -407,6 +420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti | resetOsSku | *No description.* | | resetOsType | *No description.* | | resetPodSubnetIds | *No description.* | +| resetScheduling | *No description.* | | resetSpotPercentage | *No description.* | | resetTags | *No description.* | | resetTaints | *No description.* | @@ -741,6 +755,18 @@ public void putLinuxOsConfig(IResolvable OR java.util.List + +```java +public void putScheduling(OceanAksNpVirtualNodeGroupScheduling value) +``` + +###### `value`Required + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + ##### `putTaints` ```java @@ -867,6 +893,12 @@ public void resetOsType() public void resetPodSubnetIds() ``` +##### `resetScheduling` + +```java +public void resetScheduling() +``` + ##### `resetSpotPercentage` ```java @@ -1000,7 +1032,7 @@ The construct id used in the generated config for the OceanAksNpVirtualNodeGroup The id of the existing OceanAksNpVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -1033,6 +1065,7 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | filters | OceanAksNpVirtualNodeGroupFiltersOutputReference | *No description.* | | headrooms | OceanAksNpVirtualNodeGroupHeadroomsList | *No description.* | | linuxOsConfig | OceanAksNpVirtualNodeGroupLinuxOsConfigList | *No description.* | +| scheduling | OceanAksNpVirtualNodeGroupSchedulingOutputReference | *No description.* | | taints | OceanAksNpVirtualNodeGroupTaintsList | *No description.* | | updatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicyOutputReference | *No description.* | | availabilityZonesInput | java.util.List | *No description.* | @@ -1054,6 +1087,7 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | osSkuInput | java.lang.String | *No description.* | | osTypeInput | java.lang.String | *No description.* | | podSubnetIdsInput | java.util.List | *No description.* | +| schedulingInput | OceanAksNpVirtualNodeGroupScheduling | *No description.* | | spotPercentageInput | java.lang.Number | *No description.* | | tagsInput | java.util.Map | *No description.* | | taintsInput | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpVirtualNodeGroupTaints> | *No description.* | @@ -1253,6 +1287,16 @@ public OceanAksNpVirtualNodeGroupLinuxOsConfigList getLinuxOsConfig(); --- +##### `scheduling`Required + +```java +public OceanAksNpVirtualNodeGroupSchedulingOutputReference getScheduling(); +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingOutputReference + +--- + ##### `taints`Required ```java @@ -1463,6 +1507,16 @@ public java.util.List getPodSubnetIdsInput(); --- +##### `schedulingInput`Optional + +```java +public OceanAksNpVirtualNodeGroupScheduling getSchedulingInput(); +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + ##### `spotPercentageInput`Optional ```java @@ -1765,6 +1819,7 @@ OceanAksNpVirtualNodeGroupConfig.builder() // .osSku(java.lang.String) // .osType(java.lang.String) // .podSubnetIds(java.util.List) +// .scheduling(OceanAksNpVirtualNodeGroupScheduling) // .spotPercentage(java.lang.Number) // .tags(java.util.Map) // .taints(IResolvable) @@ -1785,30 +1840,31 @@ OceanAksNpVirtualNodeGroupConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | -| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | -| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | +| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | +| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | | filters | OceanAksNpVirtualNodeGroupFilters | filters block. | | headrooms | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpVirtualNodeGroupHeadrooms> | headrooms block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | -| kubernetesVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | -| labels | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | +| kubernetesVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | +| labels | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | | linuxOsConfig | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpVirtualNodeGroupLinuxOsConfig> | linux_os_config block. | -| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | -| maxPodsPerNode | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | -| minCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | -| osDiskSizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | -| osDiskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | -| osSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | -| osType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | -| tags | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | +| maxPodsPerNode | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | +| minCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | +| osDiskSizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | +| osDiskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | +| osSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | +| osType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| scheduling | OceanAksNpVirtualNodeGroupScheduling | scheduling block. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | +| tags | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpVirtualNodeGroupTaints> | taints block. | | updatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -1890,7 +1946,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -1902,7 +1958,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -1914,7 +1970,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -1926,7 +1982,7 @@ public java.lang.Object getEnableNodePublicIp(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -1938,7 +1994,7 @@ public java.lang.Object getFallbackToOndemand(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -1952,7 +2008,7 @@ public OceanAksNpVirtualNodeGroupFilters getFilters(); filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -1966,7 +2022,7 @@ public java.lang.Object getHeadrooms(); headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -1978,7 +2034,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1993,7 +2049,7 @@ public java.lang.String getKubernetesVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -2005,7 +2061,7 @@ public java.util.Map getLabels(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -2019,7 +2075,7 @@ public java.lang.Object getLinuxOsConfig(); linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} --- @@ -2031,7 +2087,7 @@ public java.lang.Number getMaxCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -2043,7 +2099,7 @@ public java.lang.Number getMaxPodsPerNode(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -2055,7 +2111,7 @@ public java.lang.Number getMinCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -2067,7 +2123,7 @@ public java.lang.Number getOsDiskSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -2079,7 +2135,7 @@ public java.lang.String getOsDiskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -2091,7 +2147,7 @@ public java.lang.String getOsSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -2103,7 +2159,7 @@ public java.lang.String getOsType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -2115,7 +2171,21 @@ public java.util.List getPodSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. + +--- + +##### `scheduling`Optional + +```java +public OceanAksNpVirtualNodeGroupScheduling getScheduling(); +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +scheduling block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#scheduling OceanAksNpVirtualNodeGroup#scheduling} --- @@ -2127,7 +2197,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -2139,7 +2209,7 @@ public java.util.Map getTags(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -2153,7 +2223,7 @@ public java.lang.Object getTaints(); taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -2167,7 +2237,7 @@ public OceanAksNpVirtualNodeGroupUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -2179,7 +2249,7 @@ public java.util.List getVnetSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -2213,21 +2283,21 @@ OceanAksNpVirtualNodeGroupFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| acceleratedNetworking | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | -| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| diskPerformance | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | -| excludeSeries | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| gpuTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | -| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. | -| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| minDisk | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | -| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | -| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| minNics | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | -| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. | -| series | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | -| vmTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | +| acceleratedNetworking | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | +| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| diskPerformance | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | +| excludeSeries | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| gpuTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | +| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. | +| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| minDisk | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | +| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | +| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| minNics | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | +| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. | +| series | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| vmTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | --- @@ -2239,7 +2309,7 @@ public java.lang.String getAcceleratedNetworking(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. --- @@ -2251,7 +2321,7 @@ public java.util.List getArchitectures(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -2263,7 +2333,7 @@ public java.lang.String getDiskPerformance(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. --- @@ -2275,7 +2345,7 @@ public java.util.List getExcludeSeries(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -2287,7 +2357,7 @@ public java.util.List getGpuTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. --- @@ -2299,7 +2369,7 @@ public java.lang.Number getMaxGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. --- @@ -2311,7 +2381,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -2323,7 +2393,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -2335,7 +2405,7 @@ public java.lang.Number getMinDisk(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. --- @@ -2347,7 +2417,7 @@ public java.lang.Number getMinGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. --- @@ -2359,7 +2429,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -2371,7 +2441,7 @@ public java.lang.Number getMinNics(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. --- @@ -2383,7 +2453,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -2395,7 +2465,7 @@ public java.util.List getSeries(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -2407,7 +2477,7 @@ public java.util.List getVmTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. --- @@ -2430,10 +2500,10 @@ OceanAksNpVirtualNodeGroupHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. | -| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. | +| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -2445,7 +2515,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -2457,7 +2527,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -2469,7 +2539,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -2481,7 +2551,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -2516,7 +2586,7 @@ public java.lang.Object getSysctls(); sysctls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#sysctls OceanAksNpVirtualNodeGroup#sysctls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#sysctls OceanAksNpVirtualNodeGroup#sysctls} --- @@ -2536,7 +2606,7 @@ OceanAksNpVirtualNodeGroupLinuxOsConfigSysctls.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| vmMaxMapCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. | +| vmMaxMapCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. | --- @@ -2548,7 +2618,88 @@ public java.lang.Number getVmMaxMapCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. + +--- + +### OceanAksNpVirtualNodeGroupScheduling + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.spotinst.ocean_aks_np_virtual_node_group.OceanAksNpVirtualNodeGroupScheduling; + +OceanAksNpVirtualNodeGroupScheduling.builder() +// .shutdownHours(OceanAksNpVirtualNodeGroupSchedulingShutdownHours) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| shutdownHours | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | shutdown_hours block. | + +--- + +##### `shutdownHours`Optional + +```java +public OceanAksNpVirtualNodeGroupSchedulingShutdownHours getShutdownHours(); +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +shutdown_hours block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#shutdown_hours OceanAksNpVirtualNodeGroup#shutdown_hours} + +--- + +### OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.spotinst.ocean_aks_np_virtual_node_group.OceanAksNpVirtualNodeGroupSchedulingShutdownHours; + +OceanAksNpVirtualNodeGroupSchedulingShutdownHours.builder() +// .isEnabled(java.lang.Boolean) +// .isEnabled(IResolvable) +// .timeWindows(java.util.List) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#is_enabled OceanAksNpVirtualNodeGroup#is_enabled}. | +| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#time_windows OceanAksNpVirtualNodeGroup#time_windows}. | + +--- + +##### `isEnabled`Optional + +```java +public java.lang.Object getIsEnabled(); +``` + +- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#is_enabled OceanAksNpVirtualNodeGroup#is_enabled}. + +--- + +##### `timeWindows`Optional + +```java +public java.util.List getTimeWindows(); +``` + +- *Type:* java.util.List + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#time_windows OceanAksNpVirtualNodeGroup#time_windows}. --- @@ -2570,9 +2721,9 @@ OceanAksNpVirtualNodeGroupTaints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | +| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -2584,7 +2735,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -2596,7 +2747,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -2608,7 +2759,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- @@ -2632,8 +2783,8 @@ OceanAksNpVirtualNodeGroupUpdatePolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | -| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | +| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | +| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | | rollConfig | OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig | roll_config block. | --- @@ -2646,7 +2797,7 @@ public java.lang.Object getShouldRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. --- @@ -2658,7 +2809,7 @@ public java.lang.Object getConditionedRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. --- @@ -2672,7 +2823,7 @@ public OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} --- @@ -2701,14 +2852,14 @@ OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | -| nodeNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | -| nodePoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | -| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | -| respectRestrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | -| vngIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | +| nodeNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | +| nodePoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | +| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | +| respectRestrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | +| vngIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | --- @@ -2720,7 +2871,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. --- @@ -2732,7 +2883,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. --- @@ -2744,7 +2895,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. --- @@ -2756,7 +2907,7 @@ public java.util.List getNodeNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. --- @@ -2768,7 +2919,7 @@ public java.util.List getNodePoolNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. --- @@ -2780,7 +2931,7 @@ public java.lang.Object getRespectPdb(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. --- @@ -2792,7 +2943,7 @@ public java.lang.Object getRespectRestrictScaleDown(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. --- @@ -2804,7 +2955,7 @@ public java.util.List getVngIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. --- @@ -4962,6 +5113,604 @@ public java.lang.Object getInternalValue(); --- +### OceanAksNpVirtualNodeGroupSchedulingOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.spotinst.ocean_aks_np_virtual_node_group.OceanAksNpVirtualNodeGroupSchedulingOutputReference; + +new OceanAksNpVirtualNodeGroupSchedulingOutputReference(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`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| putShutdownHours | *No description.* | +| resetShutdownHours | *No description.* | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `putShutdownHours` + +```java +public void putShutdownHours(OceanAksNpVirtualNodeGroupSchedulingShutdownHours value) +``` + +###### `value`Required + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + +##### `resetShutdownHours` + +```java +public void resetShutdownHours() +``` + + +#### Properties + +| **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.* | +| shutdownHours | OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference | *No description.* | +| shutdownHoursInput | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | *No description.* | +| internalValue | OceanAksNpVirtualNodeGroupScheduling | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `shutdownHours`Required + +```java +public OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference getShutdownHours(); +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference + +--- + +##### `shutdownHoursInput`Optional + +```java +public OceanAksNpVirtualNodeGroupSchedulingShutdownHours getShutdownHoursInput(); +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + +##### `internalValue`Optional + +```java +public OceanAksNpVirtualNodeGroupScheduling getInternalValue(); +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + + +### OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.spotinst.ocean_aks_np_virtual_node_group.OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference; + +new OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference(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`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetIsEnabled | *No description.* | +| resetTimeWindows | *No description.* | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `resetIsEnabled` + +```java +public void resetIsEnabled() +``` + +##### `resetTimeWindows` + +```java +public void resetTimeWindows() +``` + + +#### Properties + +| **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.* | +| isEnabledInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | +| timeWindowsInput | java.util.List | *No description.* | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | +| timeWindows | java.util.List | *No description.* | +| internalValue | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `isEnabledInput`Optional + +```java +public java.lang.Object getIsEnabledInput(); +``` + +- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable + +--- + +##### `timeWindowsInput`Optional + +```java +public java.util.List getTimeWindowsInput(); +``` + +- *Type:* java.util.List + +--- + +##### `isEnabled`Required + +```java +public java.lang.Object getIsEnabled(); +``` + +- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable + +--- + +##### `timeWindows`Required + +```java +public java.util.List getTimeWindows(); +``` + +- *Type:* java.util.List + +--- + +##### `internalValue`Optional + +```java +public OceanAksNpVirtualNodeGroupSchedulingShutdownHours getInternalValue(); +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + + ### OceanAksNpVirtualNodeGroupTaintsList #### Initializers diff --git a/docs/oceanAksNpVirtualNodeGroup.python.md b/docs/oceanAksNpVirtualNodeGroup.python.md index 91f91c95..2de1bd4a 100644 --- a/docs/oceanAksNpVirtualNodeGroup.python.md +++ b/docs/oceanAksNpVirtualNodeGroup.python.md @@ -4,7 +4,7 @@ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -40,6 +40,7 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroup( os_sku: str = None, os_type: str = None, pod_subnet_ids: typing.List[str] = None, + scheduling: OceanAksNpVirtualNodeGroupScheduling = None, spot_percentage: typing.Union[int, float] = None, tags: typing.Mapping[str] = None, taints: typing.Union[IResolvable, typing.List[OceanAksNpVirtualNodeGroupTaints]] = None, @@ -59,30 +60,31 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroup( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | -| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | -| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | +| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | +| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | | filters | OceanAksNpVirtualNodeGroupFilters | filters block. | | headrooms | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpVirtualNodeGroupHeadrooms]] | headrooms block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | -| kubernetes_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | -| labels | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | +| kubernetes_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | +| labels | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | | linux_os_config | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpVirtualNodeGroupLinuxOsConfig]] | linux_os_config block. | -| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | -| max_pods_per_node | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | -| min_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | -| os_disk_size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | -| os_disk_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | -| os_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | -| os_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | -| tags | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | +| max_pods_per_node | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | +| min_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | +| os_disk_size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | +| os_disk_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | +| os_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | +| os_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| scheduling | OceanAksNpVirtualNodeGroupScheduling | scheduling block. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | +| tags | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpVirtualNodeGroupTaints]] | taints block. | | update_policy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -150,7 +152,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -158,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -166,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -174,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -182,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -192,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -202,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -210,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -221,7 +223,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -229,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -239,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} --- @@ -247,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -255,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -263,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -271,7 +273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -279,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -287,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -295,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -303,7 +305,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. + +--- + +##### `scheduling`Optional + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +scheduling block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#scheduling OceanAksNpVirtualNodeGroup#scheduling} --- @@ -311,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -319,7 +331,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -329,7 +341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -339,7 +351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -347,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -381,6 +393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti | put_filters | *No description.* | | put_headrooms | *No description.* | | put_linux_os_config | *No description.* | +| put_scheduling | *No description.* | | put_taints | *No description.* | | put_update_policy | *No description.* | | reset_availability_zones | *No description.* | @@ -400,6 +413,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti | reset_os_sku | *No description.* | | reset_os_type | *No description.* | | reset_pod_subnet_ids | *No description.* | +| reset_scheduling | *No description.* | | reset_spot_percentage | *No description.* | | reset_tags | *No description.* | | reset_taints | *No description.* | @@ -759,7 +773,7 @@ def put_filters( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. --- @@ -767,7 +781,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -775,7 +789,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. --- @@ -783,7 +797,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -791,7 +805,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. --- @@ -799,7 +813,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. --- @@ -807,7 +821,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -815,7 +829,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -823,7 +837,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. --- @@ -831,7 +845,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. --- @@ -839,7 +853,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -847,7 +861,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. --- @@ -855,7 +869,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -863,7 +877,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -871,7 +885,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. --- @@ -903,6 +917,24 @@ def put_linux_os_config( --- +##### `put_scheduling` + +```python +def put_scheduling( + shutdown_hours: OceanAksNpVirtualNodeGroupSchedulingShutdownHours = None +) -> None +``` + +###### `shutdown_hours`Optional + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +shutdown_hours block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#shutdown_hours OceanAksNpVirtualNodeGroup#shutdown_hours} + +--- + ##### `put_taints` ```python @@ -931,7 +963,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. --- @@ -939,7 +971,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. --- @@ -949,7 +981,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} --- @@ -1055,6 +1087,12 @@ def reset_os_type() -> None def reset_pod_subnet_ids() -> None ``` +##### `reset_scheduling` + +```python +def reset_scheduling() -> None +``` + ##### `reset_spot_percentage` ```python @@ -1199,7 +1237,7 @@ The construct id used in the generated config for the OceanAksNpVirtualNodeGroup The id of the existing OceanAksNpVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -1232,6 +1270,7 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | filters | OceanAksNpVirtualNodeGroupFiltersOutputReference | *No description.* | | headrooms | OceanAksNpVirtualNodeGroupHeadroomsList | *No description.* | | linux_os_config | OceanAksNpVirtualNodeGroupLinuxOsConfigList | *No description.* | +| scheduling | OceanAksNpVirtualNodeGroupSchedulingOutputReference | *No description.* | | taints | OceanAksNpVirtualNodeGroupTaintsList | *No description.* | | update_policy | OceanAksNpVirtualNodeGroupUpdatePolicyOutputReference | *No description.* | | availability_zones_input | typing.List[str] | *No description.* | @@ -1253,6 +1292,7 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | os_sku_input | str | *No description.* | | os_type_input | str | *No description.* | | pod_subnet_ids_input | typing.List[str] | *No description.* | +| scheduling_input | OceanAksNpVirtualNodeGroupScheduling | *No description.* | | spot_percentage_input | typing.Union[int, float] | *No description.* | | tags_input | typing.Mapping[str] | *No description.* | | taints_input | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpVirtualNodeGroupTaints]] | *No description.* | @@ -1452,6 +1492,16 @@ linux_os_config: OceanAksNpVirtualNodeGroupLinuxOsConfigList --- +##### `scheduling`Required + +```python +scheduling: OceanAksNpVirtualNodeGroupSchedulingOutputReference +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingOutputReference + +--- + ##### `taints`Required ```python @@ -1662,6 +1712,16 @@ pod_subnet_ids_input: typing.List[str] --- +##### `scheduling_input`Optional + +```python +scheduling_input: OceanAksNpVirtualNodeGroupScheduling +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + ##### `spot_percentage_input`Optional ```python @@ -1956,6 +2016,7 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupConfig( os_sku: str = None, os_type: str = None, pod_subnet_ids: typing.List[str] = None, + scheduling: OceanAksNpVirtualNodeGroupScheduling = None, spot_percentage: typing.Union[int, float] = None, tags: typing.Mapping[str] = None, taints: typing.Union[IResolvable, typing.List[OceanAksNpVirtualNodeGroupTaints]] = None, @@ -1975,30 +2036,31 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | -| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | -| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | +| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | +| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | | filters | OceanAksNpVirtualNodeGroupFilters | filters block. | | headrooms | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpVirtualNodeGroupHeadrooms]] | headrooms block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | -| kubernetes_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | -| labels | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | +| kubernetes_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | +| labels | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | | linux_os_config | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpVirtualNodeGroupLinuxOsConfig]] | linux_os_config block. | -| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | -| max_pods_per_node | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | -| min_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | -| os_disk_size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | -| os_disk_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | -| os_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | -| os_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | -| tags | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | +| max_pods_per_node | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | +| min_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | +| os_disk_size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | +| os_disk_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | +| os_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | +| os_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| scheduling | OceanAksNpVirtualNodeGroupScheduling | scheduling block. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | +| tags | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpVirtualNodeGroupTaints]] | taints block. | | update_policy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -2080,7 +2142,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -2092,7 +2154,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -2104,7 +2166,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -2116,7 +2178,7 @@ enable_node_public_ip: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -2128,7 +2190,7 @@ fallback_to_ondemand: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -2142,7 +2204,7 @@ filters: OceanAksNpVirtualNodeGroupFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -2156,7 +2218,7 @@ headrooms: typing.Union[IResolvable, typing.List[OceanAksNpVirtualNodeGroupHeadr headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -2168,7 +2230,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2183,7 +2245,7 @@ kubernetes_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -2195,7 +2257,7 @@ labels: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -2209,7 +2271,7 @@ linux_os_config: typing.Union[IResolvable, typing.List[OceanAksNpVirtualNodeGrou linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} --- @@ -2221,7 +2283,7 @@ max_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -2233,7 +2295,7 @@ max_pods_per_node: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -2245,7 +2307,7 @@ min_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -2257,7 +2319,7 @@ os_disk_size_gb: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -2269,7 +2331,7 @@ os_disk_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -2281,7 +2343,7 @@ os_sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -2293,7 +2355,7 @@ os_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -2305,7 +2367,21 @@ pod_subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. + +--- + +##### `scheduling`Optional + +```python +scheduling: OceanAksNpVirtualNodeGroupScheduling +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +scheduling block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#scheduling OceanAksNpVirtualNodeGroup#scheduling} --- @@ -2317,7 +2393,7 @@ spot_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -2329,7 +2405,7 @@ tags: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -2343,7 +2419,7 @@ taints: typing.Union[IResolvable, typing.List[OceanAksNpVirtualNodeGroupTaints]] taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -2357,7 +2433,7 @@ update_policy: OceanAksNpVirtualNodeGroupUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -2369,7 +2445,7 @@ vnet_subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -2403,21 +2479,21 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| accelerated_networking | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | -| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| disk_performance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | -| exclude_series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| gpu_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | -| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. | -| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| min_disk | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | -| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | -| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| min_nics | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | -| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. | -| series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | -| vm_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | +| accelerated_networking | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | +| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| disk_performance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | +| exclude_series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| gpu_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | +| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. | +| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| min_disk | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | +| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | +| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| min_nics | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | +| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. | +| series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| vm_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | --- @@ -2429,7 +2505,7 @@ accelerated_networking: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. --- @@ -2441,7 +2517,7 @@ architectures: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -2453,7 +2529,7 @@ disk_performance: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. --- @@ -2465,7 +2541,7 @@ exclude_series: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -2477,7 +2553,7 @@ gpu_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. --- @@ -2489,7 +2565,7 @@ max_gpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. --- @@ -2501,7 +2577,7 @@ max_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -2513,7 +2589,7 @@ max_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -2525,7 +2601,7 @@ min_disk: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. --- @@ -2537,7 +2613,7 @@ min_gpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. --- @@ -2549,7 +2625,7 @@ min_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -2561,7 +2637,7 @@ min_nics: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. --- @@ -2573,7 +2649,7 @@ min_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -2585,7 +2661,7 @@ series: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -2597,7 +2673,7 @@ vm_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. --- @@ -2620,10 +2696,10 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupHeadrooms( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. | -| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. | +| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -2635,7 +2711,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -2647,7 +2723,7 @@ gpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -2659,7 +2735,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -2671,7 +2747,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -2705,7 +2781,7 @@ sysctls: typing.Union[IResolvable, typing.List[OceanAksNpVirtualNodeGroupLinuxOs sysctls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#sysctls OceanAksNpVirtualNodeGroup#sysctls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#sysctls OceanAksNpVirtualNodeGroup#sysctls} --- @@ -2725,7 +2801,7 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupLinuxOsConfigSysctls( | **Name** | **Type** | **Description** | | --- | --- | --- | -| vm_max_map_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. | +| vm_max_map_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. | --- @@ -2737,7 +2813,87 @@ vm_max_map_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. + +--- + +### OceanAksNpVirtualNodeGroupScheduling + +#### Initializer + +```python +from cdktf_cdktf_provider_spotinst import ocean_aks_np_virtual_node_group + +oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupScheduling( + shutdown_hours: OceanAksNpVirtualNodeGroupSchedulingShutdownHours = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| shutdown_hours | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | shutdown_hours block. | + +--- + +##### `shutdown_hours`Optional + +```python +shutdown_hours: OceanAksNpVirtualNodeGroupSchedulingShutdownHours +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +shutdown_hours block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#shutdown_hours OceanAksNpVirtualNodeGroup#shutdown_hours} + +--- + +### OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +#### Initializer + +```python +from cdktf_cdktf_provider_spotinst import ocean_aks_np_virtual_node_group + +oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHours( + is_enabled: typing.Union[bool, IResolvable] = None, + time_windows: typing.List[str] = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#is_enabled OceanAksNpVirtualNodeGroup#is_enabled}. | +| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#time_windows OceanAksNpVirtualNodeGroup#time_windows}. | + +--- + +##### `is_enabled`Optional + +```python +is_enabled: typing.Union[bool, IResolvable] +``` + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#is_enabled OceanAksNpVirtualNodeGroup#is_enabled}. + +--- + +##### `time_windows`Optional + +```python +time_windows: typing.List[str] +``` + +- *Type:* typing.List[str] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#time_windows OceanAksNpVirtualNodeGroup#time_windows}. --- @@ -2759,9 +2915,9 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupTaints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | +| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -2773,7 +2929,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -2785,7 +2941,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -2797,7 +2953,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- @@ -2819,8 +2975,8 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | -| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | +| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | +| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | | roll_config | OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig | roll_config block. | --- @@ -2833,7 +2989,7 @@ should_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. --- @@ -2845,7 +3001,7 @@ conditioned_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. --- @@ -2859,7 +3015,7 @@ roll_config: OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} --- @@ -2886,14 +3042,14 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | -| node_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | -| node_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | -| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | -| respect_restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | -| vng_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | +| node_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | +| node_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | +| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | +| respect_restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | +| vng_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | --- @@ -2905,7 +3061,7 @@ batch_min_healthy_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. --- @@ -2917,7 +3073,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. --- @@ -2929,7 +3085,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. --- @@ -2941,7 +3097,7 @@ node_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. --- @@ -2953,7 +3109,7 @@ node_pool_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. --- @@ -2965,7 +3121,7 @@ respect_pdb: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. --- @@ -2977,7 +3133,7 @@ respect_restrict_scale_down: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. --- @@ -2989,7 +3145,7 @@ vng_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. --- @@ -5285,6 +5441,667 @@ internal_value: typing.Union[IResolvable, OceanAksNpVirtualNodeGroupLinuxOsConfi --- +### OceanAksNpVirtualNodeGroupSchedulingOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_spotinst import ocean_aks_np_virtual_node_group + +oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str +) +``` + +| **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`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **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. | +| put_shutdown_hours | *No description.* | +| reset_shutdown_hours | *No description.* | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `put_shutdown_hours` + +```python +def put_shutdown_hours( + is_enabled: typing.Union[bool, IResolvable] = None, + time_windows: typing.List[str] = None +) -> None +``` + +###### `is_enabled`Optional + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#is_enabled OceanAksNpVirtualNodeGroup#is_enabled}. + +--- + +###### `time_windows`Optional + +- *Type:* typing.List[str] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#time_windows OceanAksNpVirtualNodeGroup#time_windows}. + +--- + +##### `reset_shutdown_hours` + +```python +def reset_shutdown_hours() -> None +``` + + +#### Properties + +| **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.* | +| shutdown_hours | OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference | *No description.* | +| shutdown_hours_input | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | *No description.* | +| internal_value | OceanAksNpVirtualNodeGroupScheduling | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `shutdown_hours`Required + +```python +shutdown_hours: OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference + +--- + +##### `shutdown_hours_input`Optional + +```python +shutdown_hours_input: OceanAksNpVirtualNodeGroupSchedulingShutdownHours +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + +##### `internal_value`Optional + +```python +internal_value: OceanAksNpVirtualNodeGroupScheduling +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + + +### OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_spotinst import ocean_aks_np_virtual_node_group + +oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str +) +``` + +| **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`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **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. | +| reset_is_enabled | *No description.* | +| reset_time_windows | *No description.* | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `reset_is_enabled` + +```python +def reset_is_enabled() -> None +``` + +##### `reset_time_windows` + +```python +def reset_time_windows() -> None +``` + + +#### Properties + +| **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.* | +| is_enabled_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | +| time_windows_input | typing.List[str] | *No description.* | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | *No description.* | +| time_windows | typing.List[str] | *No description.* | +| internal_value | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `is_enabled_input`Optional + +```python +is_enabled_input: typing.Union[bool, IResolvable] +``` + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +--- + +##### `time_windows_input`Optional + +```python +time_windows_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `is_enabled`Required + +```python +is_enabled: typing.Union[bool, IResolvable] +``` + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +--- + +##### `time_windows`Required + +```python +time_windows: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `internal_value`Optional + +```python +internal_value: OceanAksNpVirtualNodeGroupSchedulingShutdownHours +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + + ### OceanAksNpVirtualNodeGroupTaintsList #### Initializers @@ -6065,7 +6882,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. --- @@ -6073,7 +6890,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. --- @@ -6081,7 +6898,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. --- @@ -6089,7 +6906,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. --- @@ -6097,7 +6914,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. --- @@ -6105,7 +6922,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. --- @@ -6113,7 +6930,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. --- @@ -6121,7 +6938,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. --- diff --git a/docs/oceanAksNpVirtualNodeGroup.typescript.md b/docs/oceanAksNpVirtualNodeGroup.typescript.md index 1a8aa6f1..9b103c50 100644 --- a/docs/oceanAksNpVirtualNodeGroup.typescript.md +++ b/docs/oceanAksNpVirtualNodeGroup.typescript.md @@ -4,7 +4,7 @@ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -76,6 +76,7 @@ Must be unique amongst siblings in the same scope | putFilters | *No description.* | | putHeadrooms | *No description.* | | putLinuxOsConfig | *No description.* | +| putScheduling | *No description.* | | putTaints | *No description.* | | putUpdatePolicy | *No description.* | | resetAvailabilityZones | *No description.* | @@ -95,6 +96,7 @@ Must be unique amongst siblings in the same scope | resetOsSku | *No description.* | | resetOsType | *No description.* | | resetPodSubnetIds | *No description.* | +| resetScheduling | *No description.* | | resetSpotPercentage | *No description.* | | resetTags | *No description.* | | resetTaints | *No description.* | @@ -427,6 +429,18 @@ public putLinuxOsConfig(value: IResolvable | OceanAksNpVirtualNodeGroupLinuxOsCo --- +##### `putScheduling` + +```typescript +public putScheduling(value: OceanAksNpVirtualNodeGroupScheduling): void +``` + +###### `value`Required + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + ##### `putTaints` ```typescript @@ -553,6 +567,12 @@ public resetOsType(): void public resetPodSubnetIds(): void ``` +##### `resetScheduling` + +```typescript +public resetScheduling(): void +``` + ##### `resetSpotPercentage` ```typescript @@ -686,7 +706,7 @@ The construct id used in the generated config for the OceanAksNpVirtualNodeGroup The id of the existing OceanAksNpVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -719,6 +739,7 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | filters | OceanAksNpVirtualNodeGroupFiltersOutputReference | *No description.* | | headrooms | OceanAksNpVirtualNodeGroupHeadroomsList | *No description.* | | linuxOsConfig | OceanAksNpVirtualNodeGroupLinuxOsConfigList | *No description.* | +| scheduling | OceanAksNpVirtualNodeGroupSchedulingOutputReference | *No description.* | | taints | OceanAksNpVirtualNodeGroupTaintsList | *No description.* | | updatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicyOutputReference | *No description.* | | availabilityZonesInput | string[] | *No description.* | @@ -740,6 +761,7 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | osSkuInput | string | *No description.* | | osTypeInput | string | *No description.* | | podSubnetIdsInput | string[] | *No description.* | +| schedulingInput | OceanAksNpVirtualNodeGroupScheduling | *No description.* | | spotPercentageInput | number | *No description.* | | tagsInput | {[ key: string ]: string} | *No description.* | | taintsInput | cdktf.IResolvable \| OceanAksNpVirtualNodeGroupTaints[] | *No description.* | @@ -939,6 +961,16 @@ public readonly linuxOsConfig: OceanAksNpVirtualNodeGroupLinuxOsConfigList; --- +##### `scheduling`Required + +```typescript +public readonly scheduling: OceanAksNpVirtualNodeGroupSchedulingOutputReference; +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingOutputReference + +--- + ##### `taints`Required ```typescript @@ -1149,6 +1181,16 @@ public readonly podSubnetIdsInput: string[]; --- +##### `schedulingInput`Optional + +```typescript +public readonly schedulingInput: OceanAksNpVirtualNodeGroupScheduling; +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + ##### `spotPercentageInput`Optional ```typescript @@ -1430,30 +1472,31 @@ const oceanAksNpVirtualNodeGroupConfig: oceanAksNpVirtualNodeGroup.OceanAksNpVir | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | -| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | -| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | -| enableNodePublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | -| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. | +| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. | +| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. | +| enableNodePublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. | +| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. | | filters | OceanAksNpVirtualNodeGroupFilters | filters block. | | headrooms | cdktf.IResolvable \| OceanAksNpVirtualNodeGroupHeadrooms[] | headrooms block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | -| kubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | -| labels | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. | +| kubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. | +| labels | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | | linuxOsConfig | cdktf.IResolvable \| OceanAksNpVirtualNodeGroupLinuxOsConfig[] | linux_os_config block. | -| maxCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | -| maxPodsPerNode | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | -| minCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | -| osDiskSizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | -| osDiskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | -| osSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | -| osType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| podSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | -| tags | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| maxCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. | +| maxPodsPerNode | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. | +| minCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. | +| osDiskSizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. | +| osDiskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. | +| osSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. | +| osType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| podSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| scheduling | OceanAksNpVirtualNodeGroupScheduling | scheduling block. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. | +| tags | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | cdktf.IResolvable \| OceanAksNpVirtualNodeGroupTaints[] | taints block. | | updatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| vnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| vnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -1535,7 +1578,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -1547,7 +1590,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -1559,7 +1602,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -1571,7 +1614,7 @@ public readonly enableNodePublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -1583,7 +1626,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -1597,7 +1640,7 @@ public readonly filters: OceanAksNpVirtualNodeGroupFilters; filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -1611,7 +1654,7 @@ public readonly headrooms: IResolvable | OceanAksNpVirtualNodeGroupHeadrooms[]; headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -1623,7 +1666,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1638,7 +1681,7 @@ public readonly kubernetesVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -1650,7 +1693,7 @@ public readonly labels: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -1664,7 +1707,7 @@ public readonly linuxOsConfig: IResolvable | OceanAksNpVirtualNodeGroupLinuxOsCo linux_os_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} --- @@ -1676,7 +1719,7 @@ public readonly maxCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -1688,7 +1731,7 @@ public readonly maxPodsPerNode: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -1700,7 +1743,7 @@ public readonly minCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -1712,7 +1755,7 @@ public readonly osDiskSizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -1724,7 +1767,7 @@ public readonly osDiskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -1736,7 +1779,7 @@ public readonly osSku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -1748,7 +1791,7 @@ public readonly osType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -1760,7 +1803,21 @@ public readonly podSubnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. + +--- + +##### `scheduling`Optional + +```typescript +public readonly scheduling: OceanAksNpVirtualNodeGroupScheduling; +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +scheduling block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#scheduling OceanAksNpVirtualNodeGroup#scheduling} --- @@ -1772,7 +1829,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -1784,7 +1841,7 @@ public readonly tags: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -1798,7 +1855,7 @@ public readonly taints: IResolvable | OceanAksNpVirtualNodeGroupTaints[]; taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -1812,7 +1869,7 @@ public readonly updatePolicy: OceanAksNpVirtualNodeGroupUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -1824,7 +1881,7 @@ public readonly vnetSubnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -1842,21 +1899,21 @@ const oceanAksNpVirtualNodeGroupFilters: oceanAksNpVirtualNodeGroup.OceanAksNpVi | **Name** | **Type** | **Description** | | --- | --- | --- | -| acceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | -| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| diskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | -| excludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| gpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | -| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. | -| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| minDisk | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | -| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | -| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| minNics | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | -| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. | -| series | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | -| vmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | +| acceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | +| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| diskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | +| excludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| gpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | +| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. | +| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| minDisk | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | +| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | +| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| minNics | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | +| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. | +| series | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| vmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | --- @@ -1868,7 +1925,7 @@ public readonly acceleratedNetworking: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. --- @@ -1880,7 +1937,7 @@ public readonly architectures: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -1892,7 +1949,7 @@ public readonly diskPerformance: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. --- @@ -1904,7 +1961,7 @@ public readonly excludeSeries: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -1916,7 +1973,7 @@ public readonly gpuTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. --- @@ -1928,7 +1985,7 @@ public readonly maxGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. --- @@ -1940,7 +1997,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -1952,7 +2009,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -1964,7 +2021,7 @@ public readonly minDisk: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. --- @@ -1976,7 +2033,7 @@ public readonly minGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. --- @@ -1988,7 +2045,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -2000,7 +2057,7 @@ public readonly minNics: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. --- @@ -2012,7 +2069,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -2024,7 +2081,7 @@ public readonly series: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -2036,7 +2093,7 @@ public readonly vmTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. --- @@ -2054,10 +2111,10 @@ const oceanAksNpVirtualNodeGroupHeadrooms: oceanAksNpVirtualNodeGroup.OceanAksNp | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. | -| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. | +| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -2069,7 +2126,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -2081,7 +2138,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -2093,7 +2150,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -2105,7 +2162,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -2137,7 +2194,7 @@ public readonly sysctls: IResolvable | OceanAksNpVirtualNodeGroupLinuxOsConfigSy sysctls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#sysctls OceanAksNpVirtualNodeGroup#sysctls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#sysctls OceanAksNpVirtualNodeGroup#sysctls} --- @@ -2155,7 +2212,7 @@ const oceanAksNpVirtualNodeGroupLinuxOsConfigSysctls: oceanAksNpVirtualNodeGroup | **Name** | **Type** | **Description** | | --- | --- | --- | -| vmMaxMapCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. | +| vmMaxMapCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. | --- @@ -2167,7 +2224,82 @@ public readonly vmMaxMapCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count}. + +--- + +### OceanAksNpVirtualNodeGroupScheduling + +#### Initializer + +```typescript +import { oceanAksNpVirtualNodeGroup } from '@cdktf/provider-spotinst' + +const oceanAksNpVirtualNodeGroupScheduling: oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupScheduling = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| shutdownHours | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | shutdown_hours block. | + +--- + +##### `shutdownHours`Optional + +```typescript +public readonly shutdownHours: OceanAksNpVirtualNodeGroupSchedulingShutdownHours; +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +shutdown_hours block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#shutdown_hours OceanAksNpVirtualNodeGroup#shutdown_hours} + +--- + +### OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +#### Initializer + +```typescript +import { oceanAksNpVirtualNodeGroup } from '@cdktf/provider-spotinst' + +const oceanAksNpVirtualNodeGroupSchedulingShutdownHours: oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHours = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#is_enabled OceanAksNpVirtualNodeGroup#is_enabled}. | +| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#time_windows OceanAksNpVirtualNodeGroup#time_windows}. | + +--- + +##### `isEnabled`Optional + +```typescript +public readonly isEnabled: boolean | IResolvable; +``` + +- *Type:* boolean | cdktf.IResolvable + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#is_enabled OceanAksNpVirtualNodeGroup#is_enabled}. + +--- + +##### `timeWindows`Optional + +```typescript +public readonly timeWindows: string[]; +``` + +- *Type:* string[] + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#time_windows OceanAksNpVirtualNodeGroup#time_windows}. --- @@ -2185,9 +2317,9 @@ const oceanAksNpVirtualNodeGroupTaints: oceanAksNpVirtualNodeGroup.OceanAksNpVir | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | +| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -2199,7 +2331,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -2211,7 +2343,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -2223,7 +2355,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- @@ -2241,8 +2373,8 @@ const oceanAksNpVirtualNodeGroupUpdatePolicy: oceanAksNpVirtualNodeGroup.OceanAk | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | -| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | +| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | +| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | | rollConfig | OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig | roll_config block. | --- @@ -2255,7 +2387,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. --- @@ -2267,7 +2399,7 @@ public readonly conditionedRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. --- @@ -2281,7 +2413,7 @@ public readonly rollConfig: OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} --- @@ -2299,14 +2431,14 @@ const oceanAksNpVirtualNodeGroupUpdatePolicyRollConfig: oceanAksNpVirtualNodeGro | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | -| nodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | -| nodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | -| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | -| respectRestrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | -| vngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | +| nodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | +| nodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | +| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | +| respectRestrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | +| vngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | --- @@ -2318,7 +2450,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. --- @@ -2330,7 +2462,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. --- @@ -2342,7 +2474,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. --- @@ -2354,7 +2486,7 @@ public readonly nodeNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. --- @@ -2366,7 +2498,7 @@ public readonly nodePoolNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. --- @@ -2378,7 +2510,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. --- @@ -2390,7 +2522,7 @@ public readonly respectRestrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. --- @@ -2402,7 +2534,7 @@ public readonly vngIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. --- @@ -4560,6 +4692,604 @@ public readonly internalValue: IResolvable | OceanAksNpVirtualNodeGroupLinuxOsCo --- +### OceanAksNpVirtualNodeGroupSchedulingOutputReference + +#### Initializers + +```typescript +import { oceanAksNpVirtualNodeGroup } from '@cdktf/provider-spotinst' + +new oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingOutputReference(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`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| putShutdownHours | *No description.* | +| resetShutdownHours | *No description.* | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `putShutdownHours` + +```typescript +public putShutdownHours(value: OceanAksNpVirtualNodeGroupSchedulingShutdownHours): void +``` + +###### `value`Required + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + +##### `resetShutdownHours` + +```typescript +public resetShutdownHours(): void +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| shutdownHours | OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference | *No description.* | +| shutdownHoursInput | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | *No description.* | +| internalValue | OceanAksNpVirtualNodeGroupScheduling | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `shutdownHours`Required + +```typescript +public readonly shutdownHours: OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference; +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference + +--- + +##### `shutdownHoursInput`Optional + +```typescript +public readonly shutdownHoursInput: OceanAksNpVirtualNodeGroupSchedulingShutdownHours; +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: OceanAksNpVirtualNodeGroupScheduling; +``` + +- *Type:* OceanAksNpVirtualNodeGroupScheduling + +--- + + +### OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference + +#### Initializers + +```typescript +import { oceanAksNpVirtualNodeGroup } from '@cdktf/provider-spotinst' + +new oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference(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`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetIsEnabled | *No description.* | +| resetTimeWindows | *No description.* | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `resetIsEnabled` + +```typescript +public resetIsEnabled(): void +``` + +##### `resetTimeWindows` + +```typescript +public resetTimeWindows(): void +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| isEnabledInput | boolean \| cdktf.IResolvable | *No description.* | +| timeWindowsInput | string[] | *No description.* | +| isEnabled | boolean \| cdktf.IResolvable | *No description.* | +| timeWindows | string[] | *No description.* | +| internalValue | OceanAksNpVirtualNodeGroupSchedulingShutdownHours | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `isEnabledInput`Optional + +```typescript +public readonly isEnabledInput: boolean | IResolvable; +``` + +- *Type:* boolean | cdktf.IResolvable + +--- + +##### `timeWindowsInput`Optional + +```typescript +public readonly timeWindowsInput: string[]; +``` + +- *Type:* string[] + +--- + +##### `isEnabled`Required + +```typescript +public readonly isEnabled: boolean | IResolvable; +``` + +- *Type:* boolean | cdktf.IResolvable + +--- + +##### `timeWindows`Required + +```typescript +public readonly timeWindows: string[]; +``` + +- *Type:* string[] + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: OceanAksNpVirtualNodeGroupSchedulingShutdownHours; +``` + +- *Type:* OceanAksNpVirtualNodeGroupSchedulingShutdownHours + +--- + + ### OceanAksNpVirtualNodeGroupTaintsList #### Initializers diff --git a/docs/oceanAws.csharp.md b/docs/oceanAws.csharp.md index ad7f722c..e5005039 100644 --- a/docs/oceanAws.csharp.md +++ b/docs/oceanAws.csharp.md @@ -4,7 +4,7 @@ ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -916,7 +916,7 @@ The construct id used in the generated config for the OceanAws to import. The id of the existing OceanAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use --- @@ -2075,9 +2075,9 @@ new OceanAwsAttachLoadBalancer { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | --- @@ -2089,7 +2089,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -2101,7 +2101,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -2113,7 +2113,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -2141,14 +2141,14 @@ new OceanAwsAutoscaler { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. | -| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. | +| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. | +| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. | | AutoscaleDown | OceanAwsAutoscalerAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | OceanAwsAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. | -| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. | -| EnableAutomaticAndManualHeadroom | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. | -| ExtendedResourceDefinitions | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | +| AutoscaleIsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. | +| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. | +| EnableAutomaticAndManualHeadroom | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. | +| ExtendedResourceDefinitions | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | ResourceLimits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -2161,7 +2161,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -2173,7 +2173,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -2187,7 +2187,7 @@ public OceanAwsAutoscalerAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -2201,7 +2201,7 @@ public OceanAwsAutoscalerAutoscaleHeadroom AutoscaleHeadroom { get; set; } autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -2213,7 +2213,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -2225,7 +2225,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -2237,7 +2237,7 @@ public object EnableAutomaticAndManualHeadroom { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -2249,7 +2249,7 @@ public string[] ExtendedResourceDefinitions { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -2263,7 +2263,7 @@ public OceanAwsAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -2285,9 +2285,9 @@ new OceanAwsAutoscalerAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| IsAggressiveScaleDownEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| IsAggressiveScaleDownEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | +| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -2299,7 +2299,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -2311,7 +2311,7 @@ public object IsAggressiveScaleDownEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. --- @@ -2323,7 +2323,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -2346,10 +2346,10 @@ new OceanAwsAutoscalerAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. | -| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. | +| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -2361,7 +2361,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -2373,7 +2373,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -2385,7 +2385,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -2397,7 +2397,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -2418,8 +2418,8 @@ new OceanAwsAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | -| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | +| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -2431,7 +2431,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -2443,7 +2443,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -2464,7 +2464,7 @@ new OceanAwsBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | Ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2477,7 +2477,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -2491,7 +2491,7 @@ public OceanAwsBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -2520,16 +2520,16 @@ new OceanAwsBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. | +| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. | | DynamicIops | OceanAwsBlockDeviceMappingsEbsDynamicIops | dynamic_iops block. | | DynamicVolumeSize | OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iops OceanAws#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. | -| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. | -| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. | -| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | +| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iops OceanAws#iops}. | +| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. | +| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. | +| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. | +| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -2541,7 +2541,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -2555,7 +2555,7 @@ public OceanAwsBlockDeviceMappingsEbsDynamicIops DynamicIops { get; set; } dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -2569,7 +2569,7 @@ public OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize DynamicVolumeSize { get; dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -2581,7 +2581,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -2593,7 +2593,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -2605,7 +2605,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -2617,7 +2617,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -2629,7 +2629,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -2641,7 +2641,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -2653,7 +2653,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -2675,9 +2675,9 @@ new OceanAwsBlockDeviceMappingsEbsDynamicIops { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | +| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | +| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2689,7 +2689,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2701,7 +2701,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2713,7 +2713,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2735,9 +2735,9 @@ new OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | +| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | +| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2749,7 +2749,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2761,7 +2761,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2773,7 +2773,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2793,7 +2793,7 @@ new OceanAwsClusterOrientation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AvailabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | +| AvailabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -2805,7 +2805,7 @@ public string AvailabilityVsCost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -2881,49 +2881,49 @@ new OceanAwsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | -| SecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | -| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | -| AssociateIpv6Address | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | -| AssociatePublicIpAddress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| SecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | +| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | +| AssociateIpv6Address | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | +| AssociatePublicIpAddress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | AttachLoadBalancer | object | attach_load_balancer block. | | Autoscaler | OceanAwsAutoscaler | autoscaler block. | -| Blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| Blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | | BlockDeviceMappings | object | block_device_mappings block. | | ClusterOrientation | object | cluster_orientation block. | -| ControllerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| ControllerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | | DetachLoadBalancer | object | detach_load_balancer block. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | -| EbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | -| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | +| EbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | +| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | | Filters | OceanAwsFilters | filters block. | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| HealthCheckUnhealthyDurationBeforeReplacement | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| HealthCheckUnhealthyDurationBeforeReplacement | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. | | InstanceMetadataOptions | OceanAwsInstanceMetadataOptions | instance_metadata_options block. | -| KeyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | +| KeyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | | LoadBalancers | object | load_balancers block. | | Logging | OceanAwsLogging | logging block. | -| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | -| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | -| Monitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. | -| ReservedEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | +| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | +| Monitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. | +| ReservedEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | | ResourceTagSpecification | object | resource_tag_specification block. | -| RootVolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | +| RootVolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | ScheduledTask | OceanAwsScheduledTask | scheduled_task block. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | -| SpreadNodesBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | +| SpreadNodesBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | | Tags | object | tags block. | | UpdatePolicy | OceanAwsUpdatePolicy | update_policy block. | -| UseAsTemplateOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | -| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | -| UtilizeCommitments | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | -| UtilizeReservedInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | -| Whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | +| UseAsTemplateOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | +| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | +| UtilizeCommitments | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | +| UtilizeReservedInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | +| Whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -3005,7 +3005,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -3017,7 +3017,7 @@ public string[] SecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -3029,7 +3029,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -3041,7 +3041,7 @@ public object AssociateIpv6Address { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -3053,7 +3053,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -3067,7 +3067,7 @@ public object AttachLoadBalancer { get; set; } attach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} --- @@ -3081,7 +3081,7 @@ public OceanAwsAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -3093,7 +3093,7 @@ public string[] Blacklist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -3107,7 +3107,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -3121,7 +3121,7 @@ public object ClusterOrientation { get; set; } cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -3133,7 +3133,7 @@ public string ControllerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -3145,7 +3145,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -3159,7 +3159,7 @@ public object DetachLoadBalancer { get; set; } detach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} --- @@ -3171,7 +3171,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -3183,7 +3183,7 @@ public object EbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -3195,7 +3195,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -3209,7 +3209,7 @@ public OceanAwsFilters Filters { get; set; } filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -3221,7 +3221,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -3233,7 +3233,7 @@ public double HealthCheckUnhealthyDurationBeforeReplacement { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -3245,7 +3245,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -3257,7 +3257,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3274,7 +3274,7 @@ public OceanAwsInstanceMetadataOptions InstanceMetadataOptions { get; set; } instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -3286,7 +3286,7 @@ public string KeyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -3300,7 +3300,7 @@ public object LoadBalancers { get; set; } load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -3314,7 +3314,7 @@ public OceanAwsLogging Logging { get; set; } logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -3326,7 +3326,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -3338,7 +3338,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -3350,7 +3350,7 @@ public object Monitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -3362,7 +3362,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3374,7 +3374,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -3386,7 +3386,7 @@ public double ReservedEnis { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. --- @@ -3400,7 +3400,7 @@ public object ResourceTagSpecification { get; set; } resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -3412,7 +3412,7 @@ public double RootVolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -3426,7 +3426,7 @@ public OceanAwsScheduledTask ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -3438,7 +3438,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -3450,7 +3450,7 @@ public string SpreadNodesBy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -3464,7 +3464,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -3478,7 +3478,7 @@ public OceanAwsUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -3490,7 +3490,7 @@ public object UseAsTemplateOnly { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -3502,7 +3502,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -3514,7 +3514,7 @@ public object UtilizeCommitments { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -3526,7 +3526,7 @@ public object UtilizeReservedInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -3538,7 +3538,7 @@ public string[] Whitelist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -3560,9 +3560,9 @@ new OceanAwsDetachLoadBalancer { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | --- @@ -3574,7 +3574,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -3586,7 +3586,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -3598,7 +3598,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3636,25 +3636,25 @@ new OceanAwsFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | -| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#categories OceanAws#categories}. | -| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. | -| ExcludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. | -| ExcludeMetal | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. | -| Hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | -| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. | -| IsEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. | -| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | -| MaxNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. | -| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | -| MinEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. | -| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. | -| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. | -| MinNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. | -| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. | -| RootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. | -| VirtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | +| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | +| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#categories OceanAws#categories}. | +| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. | +| ExcludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. | +| ExcludeMetal | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. | +| Hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | +| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. | +| IsEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. | +| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | +| MaxNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. | +| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | +| MinEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. | +| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. | +| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. | +| MinNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. | +| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. | +| RootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. | +| VirtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -3666,7 +3666,7 @@ public string[] Architectures { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -3678,7 +3678,7 @@ public string[] Categories { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -3690,7 +3690,7 @@ public string[] DiskTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -3702,7 +3702,7 @@ public string[] ExcludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -3714,7 +3714,7 @@ public object ExcludeMetal { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -3726,7 +3726,7 @@ public string[] Hypervisor { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -3738,7 +3738,7 @@ public string[] IncludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -3750,7 +3750,7 @@ public string IsEnaSupported { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -3762,7 +3762,7 @@ public double MaxGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -3774,7 +3774,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -3786,7 +3786,7 @@ public double MaxNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -3798,7 +3798,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -3810,7 +3810,7 @@ public double MinEnis { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -3822,7 +3822,7 @@ public double MinGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -3834,7 +3834,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -3846,7 +3846,7 @@ public double MinNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -3858,7 +3858,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -3870,7 +3870,7 @@ public string[] RootDeviceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -3882,7 +3882,7 @@ public string[] VirtualizationTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -3903,8 +3903,8 @@ new OceanAwsInstanceMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. | -| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | +| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. | +| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -3916,7 +3916,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -3928,7 +3928,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -3950,9 +3950,9 @@ new OceanAwsLoadBalancers { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -3964,7 +3964,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -3976,7 +3976,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3988,7 +3988,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -4022,7 +4022,7 @@ public OceanAwsLoggingExport Export { get; set; } export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -4056,7 +4056,7 @@ public object S3 { get; set; } s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -4076,7 +4076,7 @@ new OceanAwsLoggingExportS3 { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -4088,7 +4088,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4111,7 +4111,7 @@ new OceanAwsResourceTagSpecification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagVolumes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | +| ShouldTagVolumes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -4123,7 +4123,7 @@ public object ShouldTagVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -4159,7 +4159,7 @@ public OceanAwsScheduledTaskShutdownHours ShutdownHours { get; set; } shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -4173,7 +4173,7 @@ public object Tasks { get; set; } tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -4194,8 +4194,8 @@ new OceanAwsScheduledTaskShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | +| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -4207,7 +4207,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -4219,7 +4219,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4242,9 +4242,9 @@ new OceanAwsScheduledTaskTasks { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | | Parameters | OceanAwsScheduledTaskTasksParameters | parameters block. | --- @@ -4257,7 +4257,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -4269,7 +4269,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4281,7 +4281,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -4295,7 +4295,7 @@ public OceanAwsScheduledTaskTasksParameters Parameters { get; set; } parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#parameters OceanAws#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#parameters OceanAws#parameters} --- @@ -4331,7 +4331,7 @@ public OceanAwsScheduledTaskTasksParametersAmiAutoUpdate AmiAutoUpdate { get; se ami_auto_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} --- @@ -4345,7 +4345,7 @@ public OceanAwsScheduledTaskTasksParametersParametersClusterRoll ParametersClust parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} --- @@ -4369,9 +4369,9 @@ new OceanAwsScheduledTaskTasksParametersAmiAutoUpdate { | **Name** | **Type** | **Description** | | --- | --- | --- | | AmiAutoUpdateClusterRoll | OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll | ami_auto_update_cluster_roll block. | -| ApplyRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | -| MinorVersion | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | -| Patch | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#patch OceanAws#patch}. | +| ApplyRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | +| MinorVersion | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | +| Patch | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#patch OceanAws#patch}. | --- @@ -4385,7 +4385,7 @@ public OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll ami_auto_update_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} --- @@ -4397,7 +4397,7 @@ public object ApplyRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. --- @@ -4409,7 +4409,7 @@ public object MinorVersion { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. --- @@ -4421,7 +4421,7 @@ public object Patch { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#patch OceanAws#patch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#patch OceanAws#patch}. --- @@ -4444,10 +4444,10 @@ new OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4459,7 +4459,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4471,7 +4471,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4483,7 +4483,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4495,7 +4495,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4518,10 +4518,10 @@ new OceanAwsScheduledTaskTasksParametersParametersClusterRoll { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4533,7 +4533,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4545,7 +4545,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4557,7 +4557,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4569,7 +4569,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4590,8 +4590,8 @@ new OceanAwsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key OceanAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#value OceanAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key OceanAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -4603,7 +4603,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -4615,7 +4615,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -4639,10 +4639,10 @@ new OceanAwsUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. | -| AutoApplyTags | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. | -| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | -| ConditionedRollParams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. | +| AutoApplyTags | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. | +| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| ConditionedRollParams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | | RollConfig | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -4655,7 +4655,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -4667,7 +4667,7 @@ public object AutoApplyTags { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -4679,7 +4679,7 @@ public object ConditionedRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -4691,7 +4691,7 @@ public string[] ConditionedRollParams { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. --- @@ -4705,7 +4705,7 @@ public OceanAwsUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -4728,10 +4728,10 @@ new OceanAwsUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| LaunchSpecIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| LaunchSpecIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4743,7 +4743,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4755,7 +4755,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4767,7 +4767,7 @@ public string[] LaunchSpecIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -4779,7 +4779,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAws.go.md b/docs/oceanAws.go.md index 8311584c..ebe4bde3 100644 --- a/docs/oceanAws.go.md +++ b/docs/oceanAws.go.md @@ -4,7 +4,7 @@ ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -916,7 +916,7 @@ The construct id used in the generated config for the OceanAws to import. The id of the existing OceanAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use --- @@ -2075,9 +2075,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | --- @@ -2089,7 +2089,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -2101,7 +2101,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -2113,7 +2113,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -2141,14 +2141,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. | -| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. | +| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. | +| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. | | AutoscaleDown | OceanAwsAutoscalerAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | OceanAwsAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. | -| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. | -| EnableAutomaticAndManualHeadroom | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. | -| ExtendedResourceDefinitions | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | +| AutoscaleIsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. | +| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. | +| EnableAutomaticAndManualHeadroom | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. | +| ExtendedResourceDefinitions | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | ResourceLimits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -2161,7 +2161,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -2173,7 +2173,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -2187,7 +2187,7 @@ AutoscaleDown OceanAwsAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -2201,7 +2201,7 @@ AutoscaleHeadroom OceanAwsAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -2213,7 +2213,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -2225,7 +2225,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -2237,7 +2237,7 @@ EnableAutomaticAndManualHeadroom interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -2249,7 +2249,7 @@ ExtendedResourceDefinitions *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -2263,7 +2263,7 @@ ResourceLimits OceanAwsAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -2285,9 +2285,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| IsAggressiveScaleDownEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| IsAggressiveScaleDownEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | +| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -2299,7 +2299,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -2311,7 +2311,7 @@ IsAggressiveScaleDownEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. --- @@ -2323,7 +2323,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -2346,10 +2346,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. | -| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. | +| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -2361,7 +2361,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -2373,7 +2373,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -2385,7 +2385,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -2397,7 +2397,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -2418,8 +2418,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | -| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | +| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -2431,7 +2431,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -2443,7 +2443,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -2464,7 +2464,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | Ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2477,7 +2477,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -2491,7 +2491,7 @@ Ebs OceanAwsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -2520,16 +2520,16 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. | +| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. | | DynamicIops | OceanAwsBlockDeviceMappingsEbsDynamicIops | dynamic_iops block. | | DynamicVolumeSize | OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iops OceanAws#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. | -| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. | -| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. | -| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | +| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iops OceanAws#iops}. | +| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. | +| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. | +| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. | +| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -2541,7 +2541,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -2555,7 +2555,7 @@ DynamicIops OceanAwsBlockDeviceMappingsEbsDynamicIops dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -2569,7 +2569,7 @@ DynamicVolumeSize OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -2581,7 +2581,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -2593,7 +2593,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -2605,7 +2605,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -2617,7 +2617,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -2629,7 +2629,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -2641,7 +2641,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -2653,7 +2653,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -2675,9 +2675,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | +| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | +| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2689,7 +2689,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2701,7 +2701,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2713,7 +2713,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2735,9 +2735,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | +| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | +| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2749,7 +2749,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2761,7 +2761,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2773,7 +2773,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2793,7 +2793,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AvailabilityVsCost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | +| AvailabilityVsCost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -2805,7 +2805,7 @@ AvailabilityVsCost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -2881,49 +2881,49 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | -| SecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | -| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | -| AssociateIpv6Address | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | -| AssociatePublicIpAddress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| SecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | +| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | +| AssociateIpv6Address | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | +| AssociatePublicIpAddress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | AttachLoadBalancer | interface{} | attach_load_balancer block. | | Autoscaler | OceanAwsAutoscaler | autoscaler block. | -| Blacklist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| Blacklist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | | BlockDeviceMappings | interface{} | block_device_mappings block. | | ClusterOrientation | interface{} | cluster_orientation block. | -| ControllerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| ControllerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | | DetachLoadBalancer | interface{} | detach_load_balancer block. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | -| EbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | +| EbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | +| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | | Filters | OceanAwsFilters | filters block. | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| HealthCheckUnhealthyDurationBeforeReplacement | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| HealthCheckUnhealthyDurationBeforeReplacement | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. | | InstanceMetadataOptions | OceanAwsInstanceMetadataOptions | instance_metadata_options block. | -| KeyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | +| KeyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | | LoadBalancers | interface{} | load_balancers block. | | Logging | OceanAwsLogging | logging block. | -| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | -| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | -| Monitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. | -| ReservedEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | +| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | +| Monitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. | +| ReservedEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | | ResourceTagSpecification | interface{} | resource_tag_specification block. | -| RootVolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | +| RootVolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | ScheduledTask | OceanAwsScheduledTask | scheduled_task block. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | -| SpreadNodesBy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | +| SpreadNodesBy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | | Tags | interface{} | tags block. | | UpdatePolicy | OceanAwsUpdatePolicy | update_policy block. | -| UseAsTemplateOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | -| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | -| UtilizeCommitments | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | -| UtilizeReservedInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | -| Whitelist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | +| UseAsTemplateOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | +| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | +| UtilizeCommitments | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | +| UtilizeReservedInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | +| Whitelist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -3005,7 +3005,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -3017,7 +3017,7 @@ SecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -3029,7 +3029,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -3041,7 +3041,7 @@ AssociateIpv6Address interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -3053,7 +3053,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -3067,7 +3067,7 @@ AttachLoadBalancer interface{} attach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} --- @@ -3081,7 +3081,7 @@ Autoscaler OceanAwsAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -3093,7 +3093,7 @@ Blacklist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -3107,7 +3107,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -3121,7 +3121,7 @@ ClusterOrientation interface{} cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -3133,7 +3133,7 @@ ControllerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -3145,7 +3145,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -3159,7 +3159,7 @@ DetachLoadBalancer interface{} detach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} --- @@ -3171,7 +3171,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -3183,7 +3183,7 @@ EbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -3195,7 +3195,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -3209,7 +3209,7 @@ Filters OceanAwsFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -3221,7 +3221,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -3233,7 +3233,7 @@ HealthCheckUnhealthyDurationBeforeReplacement *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -3245,7 +3245,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -3257,7 +3257,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3274,7 +3274,7 @@ InstanceMetadataOptions OceanAwsInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -3286,7 +3286,7 @@ KeyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -3300,7 +3300,7 @@ LoadBalancers interface{} load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -3314,7 +3314,7 @@ Logging OceanAwsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -3326,7 +3326,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -3338,7 +3338,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -3350,7 +3350,7 @@ Monitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -3362,7 +3362,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3374,7 +3374,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -3386,7 +3386,7 @@ ReservedEnis *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. --- @@ -3400,7 +3400,7 @@ ResourceTagSpecification interface{} resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -3412,7 +3412,7 @@ RootVolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -3426,7 +3426,7 @@ ScheduledTask OceanAwsScheduledTask scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -3438,7 +3438,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -3450,7 +3450,7 @@ SpreadNodesBy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -3464,7 +3464,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -3478,7 +3478,7 @@ UpdatePolicy OceanAwsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -3490,7 +3490,7 @@ UseAsTemplateOnly interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -3502,7 +3502,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -3514,7 +3514,7 @@ UtilizeCommitments interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -3526,7 +3526,7 @@ UtilizeReservedInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -3538,7 +3538,7 @@ Whitelist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -3560,9 +3560,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | --- @@ -3574,7 +3574,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -3586,7 +3586,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -3598,7 +3598,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3636,25 +3636,25 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | -| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#categories OceanAws#categories}. | -| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. | -| ExcludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. | -| ExcludeMetal | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. | -| Hypervisor | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | -| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. | -| IsEnaSupported | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. | -| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | -| MaxNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. | -| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | -| MinEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. | -| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. | -| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. | -| MinNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. | -| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. | -| RootDeviceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. | -| VirtualizationTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | +| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | +| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#categories OceanAws#categories}. | +| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. | +| ExcludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. | +| ExcludeMetal | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. | +| Hypervisor | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | +| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. | +| IsEnaSupported | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. | +| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | +| MaxNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. | +| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | +| MinEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. | +| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. | +| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. | +| MinNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. | +| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. | +| RootDeviceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. | +| VirtualizationTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -3666,7 +3666,7 @@ Architectures *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -3678,7 +3678,7 @@ Categories *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -3690,7 +3690,7 @@ DiskTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -3702,7 +3702,7 @@ ExcludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -3714,7 +3714,7 @@ ExcludeMetal interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -3726,7 +3726,7 @@ Hypervisor *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -3738,7 +3738,7 @@ IncludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -3750,7 +3750,7 @@ IsEnaSupported *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -3762,7 +3762,7 @@ MaxGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -3774,7 +3774,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -3786,7 +3786,7 @@ MaxNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -3798,7 +3798,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -3810,7 +3810,7 @@ MinEnis *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -3822,7 +3822,7 @@ MinGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -3834,7 +3834,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -3846,7 +3846,7 @@ MinNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -3858,7 +3858,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -3870,7 +3870,7 @@ RootDeviceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -3882,7 +3882,7 @@ VirtualizationTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -3903,8 +3903,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. | -| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | +| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. | +| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -3916,7 +3916,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -3928,7 +3928,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -3950,9 +3950,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -3964,7 +3964,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -3976,7 +3976,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3988,7 +3988,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -4022,7 +4022,7 @@ Export OceanAwsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -4056,7 +4056,7 @@ S3 interface{} s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -4076,7 +4076,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -4088,7 +4088,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4111,7 +4111,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagVolumes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | +| ShouldTagVolumes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -4123,7 +4123,7 @@ ShouldTagVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -4159,7 +4159,7 @@ ShutdownHours OceanAwsScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -4173,7 +4173,7 @@ Tasks interface{} tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -4194,8 +4194,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | +| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -4207,7 +4207,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -4219,7 +4219,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4242,9 +4242,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | | Parameters | OceanAwsScheduledTaskTasksParameters | parameters block. | --- @@ -4257,7 +4257,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -4269,7 +4269,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4281,7 +4281,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -4295,7 +4295,7 @@ Parameters OceanAwsScheduledTaskTasksParameters parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#parameters OceanAws#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#parameters OceanAws#parameters} --- @@ -4331,7 +4331,7 @@ AmiAutoUpdate OceanAwsScheduledTaskTasksParametersAmiAutoUpdate ami_auto_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} --- @@ -4345,7 +4345,7 @@ ParametersClusterRoll OceanAwsScheduledTaskTasksParametersParametersClusterRoll parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} --- @@ -4369,9 +4369,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | AmiAutoUpdateClusterRoll | OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll | ami_auto_update_cluster_roll block. | -| ApplyRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | -| MinorVersion | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | -| Patch | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#patch OceanAws#patch}. | +| ApplyRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | +| MinorVersion | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | +| Patch | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#patch OceanAws#patch}. | --- @@ -4385,7 +4385,7 @@ AmiAutoUpdateClusterRoll OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAut ami_auto_update_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} --- @@ -4397,7 +4397,7 @@ ApplyRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. --- @@ -4409,7 +4409,7 @@ MinorVersion interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. --- @@ -4421,7 +4421,7 @@ Patch interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#patch OceanAws#patch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#patch OceanAws#patch}. --- @@ -4444,10 +4444,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4459,7 +4459,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4471,7 +4471,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4483,7 +4483,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4495,7 +4495,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4518,10 +4518,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4533,7 +4533,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4545,7 +4545,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4557,7 +4557,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4569,7 +4569,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4590,8 +4590,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key OceanAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#value OceanAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key OceanAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -4603,7 +4603,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -4615,7 +4615,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -4639,10 +4639,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. | -| AutoApplyTags | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. | -| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | -| ConditionedRollParams | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. | +| AutoApplyTags | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. | +| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| ConditionedRollParams | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | | RollConfig | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -4655,7 +4655,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -4667,7 +4667,7 @@ AutoApplyTags interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -4679,7 +4679,7 @@ ConditionedRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -4691,7 +4691,7 @@ ConditionedRollParams *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. --- @@ -4705,7 +4705,7 @@ RollConfig OceanAwsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -4728,10 +4728,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| LaunchSpecIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| LaunchSpecIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4743,7 +4743,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4755,7 +4755,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4767,7 +4767,7 @@ LaunchSpecIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -4779,7 +4779,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAws.java.md b/docs/oceanAws.java.md index b6d4364f..b3033a94 100644 --- a/docs/oceanAws.java.md +++ b/docs/oceanAws.java.md @@ -4,7 +4,7 @@ ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -95,49 +95,49 @@ OceanAws.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | -| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | -| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | -| associateIpv6Address | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | -| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | +| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | +| associateIpv6Address | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | +| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | attachLoadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsAttachLoadBalancer> | attach_load_balancer block. | | autoscaler | OceanAwsAutoscaler | autoscaler block. | -| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | | blockDeviceMappings | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsBlockDeviceMappings> | block_device_mappings block. | | clusterOrientation | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsClusterOrientation> | cluster_orientation block. | -| controllerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| controllerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | | detachLoadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsDetachLoadBalancer> | detach_load_balancer block. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | -| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | +| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | | filters | OceanAwsFilters | filters block. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| healthCheckUnhealthyDurationBeforeReplacement | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| healthCheckUnhealthyDurationBeforeReplacement | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. | | instanceMetadataOptions | OceanAwsInstanceMetadataOptions | instance_metadata_options block. | -| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | +| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | | loadBalancers | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLoadBalancers> | load_balancers block. | | logging | OceanAwsLogging | logging block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | -| monitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. | -| reservedEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | +| monitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. | +| reservedEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | | resourceTagSpecification | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsResourceTagSpecification> | resource_tag_specification block. | -| rootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | +| rootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduledTask | OceanAwsScheduledTask | scheduled_task block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | -| spreadNodesBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | +| spreadNodesBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsTags> | tags block. | | updatePolicy | OceanAwsUpdatePolicy | update_policy block. | -| useAsTemplateOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | -| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | -| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | -| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | +| useAsTemplateOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | +| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | +| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | +| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -205,7 +205,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti attach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -293,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -301,7 +301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -311,7 +311,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti detach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -327,7 +327,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -345,7 +345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -353,7 +353,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -361,7 +361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -377,7 +377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -390,7 +390,7 @@ If you experience problems setting this value it might not be settable. Please t instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -398,7 +398,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -408,7 +408,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -418,7 +418,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -426,7 +426,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -434,7 +434,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -442,7 +442,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -450,7 +450,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -458,7 +458,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -466,7 +466,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. --- @@ -476,7 +476,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -484,7 +484,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -494,7 +494,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -502,7 +502,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -510,7 +510,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -520,7 +520,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -530,7 +530,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -538,7 +538,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -546,7 +546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -554,7 +554,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -562,7 +562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -570,7 +570,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -1446,7 +1446,7 @@ The construct id used in the generated config for the OceanAws to import. The id of the existing OceanAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use --- @@ -2605,9 +2605,9 @@ OceanAwsAttachLoadBalancer.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | -| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | --- @@ -2619,7 +2619,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -2631,7 +2631,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -2643,7 +2643,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -2674,14 +2674,14 @@ OceanAwsAutoscaler.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. | -| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. | +| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. | +| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. | | autoscaleDown | OceanAwsAutoscalerAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | OceanAwsAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. | -| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. | -| enableAutomaticAndManualHeadroom | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. | -| extendedResourceDefinitions | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | +| autoscaleIsAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. | +| autoscaleIsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. | +| enableAutomaticAndManualHeadroom | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. | +| extendedResourceDefinitions | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | resourceLimits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -2694,7 +2694,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -2706,7 +2706,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -2720,7 +2720,7 @@ public OceanAwsAutoscalerAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -2734,7 +2734,7 @@ public OceanAwsAutoscalerAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -2746,7 +2746,7 @@ public java.lang.Object getAutoscaleIsAutoConfig(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -2758,7 +2758,7 @@ public java.lang.Object getAutoscaleIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -2770,7 +2770,7 @@ public java.lang.Object getEnableAutomaticAndManualHeadroom(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -2782,7 +2782,7 @@ public java.util.List getExtendedResourceDefinitions(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -2796,7 +2796,7 @@ public OceanAwsAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -2819,9 +2819,9 @@ OceanAwsAutoscalerAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| isAggressiveScaleDownEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| isAggressiveScaleDownEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | +| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -2833,7 +2833,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -2845,7 +2845,7 @@ public java.lang.Object getIsAggressiveScaleDownEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. --- @@ -2857,7 +2857,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -2880,10 +2880,10 @@ OceanAwsAutoscalerAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. | -| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. | +| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -2895,7 +2895,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -2907,7 +2907,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -2919,7 +2919,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -2931,7 +2931,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -2952,8 +2952,8 @@ OceanAwsAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | -| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | +| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -2965,7 +2965,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -2977,7 +2977,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -2998,7 +2998,7 @@ OceanAwsBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | +| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -3011,7 +3011,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -3025,7 +3025,7 @@ public OceanAwsBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -3056,16 +3056,16 @@ OceanAwsBlockDeviceMappingsEbs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. | +| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. | | dynamicIops | OceanAwsBlockDeviceMappingsEbsDynamicIops | dynamic_iops block. | | dynamicVolumeSize | OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iops OceanAws#iops}. | -| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. | -| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. | -| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | -| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. | -| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | +| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | +| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iops OceanAws#iops}. | +| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. | +| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. | +| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | +| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. | +| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -3077,7 +3077,7 @@ public java.lang.Object getDeleteOnTermination(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -3091,7 +3091,7 @@ public OceanAwsBlockDeviceMappingsEbsDynamicIops getDynamicIops(); dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -3105,7 +3105,7 @@ public OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize getDynamicVolumeSize(); dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -3117,7 +3117,7 @@ public java.lang.Object getEncrypted(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -3129,7 +3129,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -3141,7 +3141,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -3153,7 +3153,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -3165,7 +3165,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -3177,7 +3177,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -3189,7 +3189,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -3211,9 +3211,9 @@ OceanAwsBlockDeviceMappingsEbsDynamicIops.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | +| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | +| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -3225,7 +3225,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -3237,7 +3237,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -3249,7 +3249,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -3271,9 +3271,9 @@ OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | +| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | +| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -3285,7 +3285,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -3297,7 +3297,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -3309,7 +3309,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -3329,7 +3329,7 @@ OceanAwsClusterOrientation.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| availabilityVsCost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | +| availabilityVsCost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -3341,7 +3341,7 @@ public java.lang.String getAvailabilityVsCost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -3436,49 +3436,49 @@ OceanAwsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | -| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | -| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | -| associateIpv6Address | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | -| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | +| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | +| associateIpv6Address | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | +| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | attachLoadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsAttachLoadBalancer> | attach_load_balancer block. | | autoscaler | OceanAwsAutoscaler | autoscaler block. | -| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | | blockDeviceMappings | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsBlockDeviceMappings> | block_device_mappings block. | | clusterOrientation | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsClusterOrientation> | cluster_orientation block. | -| controllerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| controllerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | | detachLoadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsDetachLoadBalancer> | detach_load_balancer block. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | -| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | +| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | | filters | OceanAwsFilters | filters block. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| healthCheckUnhealthyDurationBeforeReplacement | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| healthCheckUnhealthyDurationBeforeReplacement | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. | | instanceMetadataOptions | OceanAwsInstanceMetadataOptions | instance_metadata_options block. | -| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | +| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | | loadBalancers | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLoadBalancers> | load_balancers block. | | logging | OceanAwsLogging | logging block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | -| monitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. | -| reservedEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | +| monitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. | +| reservedEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | | resourceTagSpecification | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsResourceTagSpecification> | resource_tag_specification block. | -| rootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | +| rootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduledTask | OceanAwsScheduledTask | scheduled_task block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | -| spreadNodesBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | +| spreadNodesBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsTags> | tags block. | | updatePolicy | OceanAwsUpdatePolicy | update_policy block. | -| useAsTemplateOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | -| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | -| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | -| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | +| useAsTemplateOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | +| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | +| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | +| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -3560,7 +3560,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -3572,7 +3572,7 @@ public java.util.List getSecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -3584,7 +3584,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -3596,7 +3596,7 @@ public java.lang.Object getAssociateIpv6Address(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -3608,7 +3608,7 @@ public java.lang.Object getAssociatePublicIpAddress(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -3622,7 +3622,7 @@ public java.lang.Object getAttachLoadBalancer(); attach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} --- @@ -3636,7 +3636,7 @@ public OceanAwsAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -3648,7 +3648,7 @@ public java.util.List getBlacklist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -3662,7 +3662,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -3676,7 +3676,7 @@ public java.lang.Object getClusterOrientation(); cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -3688,7 +3688,7 @@ public java.lang.String getControllerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -3700,7 +3700,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -3714,7 +3714,7 @@ public java.lang.Object getDetachLoadBalancer(); detach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} --- @@ -3726,7 +3726,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -3738,7 +3738,7 @@ public java.lang.Object getEbsOptimized(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -3750,7 +3750,7 @@ public java.lang.Object getFallbackToOndemand(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -3764,7 +3764,7 @@ public OceanAwsFilters getFilters(); filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -3776,7 +3776,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -3788,7 +3788,7 @@ public java.lang.Number getHealthCheckUnhealthyDurationBeforeReplacement(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -3800,7 +3800,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -3812,7 +3812,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3829,7 +3829,7 @@ public OceanAwsInstanceMetadataOptions getInstanceMetadataOptions(); instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -3841,7 +3841,7 @@ public java.lang.String getKeyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -3855,7 +3855,7 @@ public java.lang.Object getLoadBalancers(); load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -3869,7 +3869,7 @@ public OceanAwsLogging getLogging(); logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -3881,7 +3881,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -3893,7 +3893,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -3905,7 +3905,7 @@ public java.lang.Object getMonitoring(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -3917,7 +3917,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3929,7 +3929,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -3941,7 +3941,7 @@ public java.lang.Number getReservedEnis(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. --- @@ -3955,7 +3955,7 @@ public java.lang.Object getResourceTagSpecification(); resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -3967,7 +3967,7 @@ public java.lang.Number getRootVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -3981,7 +3981,7 @@ public OceanAwsScheduledTask getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -3993,7 +3993,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -4005,7 +4005,7 @@ public java.lang.String getSpreadNodesBy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -4019,7 +4019,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -4033,7 +4033,7 @@ public OceanAwsUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -4045,7 +4045,7 @@ public java.lang.Object getUseAsTemplateOnly(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -4057,7 +4057,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -4069,7 +4069,7 @@ public java.lang.Object getUtilizeCommitments(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -4081,7 +4081,7 @@ public java.lang.Object getUtilizeReservedInstances(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -4093,7 +4093,7 @@ public java.util.List getWhitelist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -4115,9 +4115,9 @@ OceanAwsDetachLoadBalancer.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | -| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | --- @@ -4129,7 +4129,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -4141,7 +4141,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -4153,7 +4153,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -4192,25 +4192,25 @@ OceanAwsFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | -| categories | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#categories OceanAws#categories}. | -| diskTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. | -| excludeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. | -| excludeMetal | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. | -| hypervisor | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | -| includeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. | -| isEnaSupported | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. | -| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | -| maxNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. | -| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | -| minEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. | -| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. | -| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. | -| minNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. | -| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. | -| rootDeviceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. | -| virtualizationTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | +| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | +| categories | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#categories OceanAws#categories}. | +| diskTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. | +| excludeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. | +| excludeMetal | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. | +| hypervisor | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | +| includeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. | +| isEnaSupported | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. | +| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | +| maxNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. | +| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | +| minEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. | +| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. | +| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. | +| minNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. | +| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. | +| rootDeviceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. | +| virtualizationTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -4222,7 +4222,7 @@ public java.util.List getArchitectures(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -4234,7 +4234,7 @@ public java.util.List getCategories(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -4246,7 +4246,7 @@ public java.util.List getDiskTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -4258,7 +4258,7 @@ public java.util.List getExcludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -4270,7 +4270,7 @@ public java.lang.Object getExcludeMetal(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -4282,7 +4282,7 @@ public java.util.List getHypervisor(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -4294,7 +4294,7 @@ public java.util.List getIncludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -4306,7 +4306,7 @@ public java.lang.String getIsEnaSupported(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -4318,7 +4318,7 @@ public java.lang.Number getMaxGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -4330,7 +4330,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -4342,7 +4342,7 @@ public java.lang.Number getMaxNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -4354,7 +4354,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -4366,7 +4366,7 @@ public java.lang.Number getMinEnis(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -4378,7 +4378,7 @@ public java.lang.Number getMinGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -4390,7 +4390,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -4402,7 +4402,7 @@ public java.lang.Number getMinNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -4414,7 +4414,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -4426,7 +4426,7 @@ public java.util.List getRootDeviceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -4438,7 +4438,7 @@ public java.util.List getVirtualizationTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -4459,8 +4459,8 @@ OceanAwsInstanceMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. | -| httpPutResponseHopLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | +| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. | +| httpPutResponseHopLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -4472,7 +4472,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -4484,7 +4484,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -4506,9 +4506,9 @@ OceanAwsLoadBalancers.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -4520,7 +4520,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -4532,7 +4532,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -4544,7 +4544,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -4578,7 +4578,7 @@ public OceanAwsLoggingExport getExport(); export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -4613,7 +4613,7 @@ public java.lang.Object getS3(); s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -4633,7 +4633,7 @@ OceanAwsLoggingExportS3.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -4645,7 +4645,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4669,7 +4669,7 @@ OceanAwsResourceTagSpecification.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldTagVolumes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | +| shouldTagVolumes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -4681,7 +4681,7 @@ public java.lang.Object getShouldTagVolumes(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -4718,7 +4718,7 @@ public OceanAwsScheduledTaskShutdownHours getShutdownHours(); shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -4732,7 +4732,7 @@ public java.lang.Object getTasks(); tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -4754,8 +4754,8 @@ OceanAwsScheduledTaskShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | +| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -4767,7 +4767,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -4779,7 +4779,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4803,9 +4803,9 @@ OceanAwsScheduledTaskTasks.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | | parameters | OceanAwsScheduledTaskTasksParameters | parameters block. | --- @@ -4818,7 +4818,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -4830,7 +4830,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4842,7 +4842,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -4856,7 +4856,7 @@ public OceanAwsScheduledTaskTasksParameters getParameters(); parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#parameters OceanAws#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#parameters OceanAws#parameters} --- @@ -4892,7 +4892,7 @@ public OceanAwsScheduledTaskTasksParametersAmiAutoUpdate getAmiAutoUpdate(); ami_auto_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} --- @@ -4906,7 +4906,7 @@ public OceanAwsScheduledTaskTasksParametersParametersClusterRoll getParametersCl parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} --- @@ -4933,9 +4933,9 @@ OceanAwsScheduledTaskTasksParametersAmiAutoUpdate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | amiAutoUpdateClusterRoll | OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll | ami_auto_update_cluster_roll block. | -| applyRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | -| minorVersion | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | -| patch | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#patch OceanAws#patch}. | +| applyRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | +| minorVersion | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | +| patch | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#patch OceanAws#patch}. | --- @@ -4949,7 +4949,7 @@ public OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll ami_auto_update_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} --- @@ -4961,7 +4961,7 @@ public java.lang.Object getApplyRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. --- @@ -4973,7 +4973,7 @@ public java.lang.Object getMinorVersion(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. --- @@ -4985,7 +4985,7 @@ public java.lang.Object getPatch(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#patch OceanAws#patch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#patch OceanAws#patch}. --- @@ -5009,10 +5009,10 @@ OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll.builde | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. | -| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -5024,7 +5024,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -5036,7 +5036,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -5048,7 +5048,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -5060,7 +5060,7 @@ public java.lang.Object getRespectPdb(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -5084,10 +5084,10 @@ OceanAwsScheduledTaskTasksParametersParametersClusterRoll.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. | -| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -5099,7 +5099,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -5111,7 +5111,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -5123,7 +5123,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -5135,7 +5135,7 @@ public java.lang.Object getRespectPdb(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -5156,8 +5156,8 @@ OceanAwsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key OceanAws#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#value OceanAws#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key OceanAws#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -5169,7 +5169,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -5181,7 +5181,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -5208,10 +5208,10 @@ OceanAwsUpdatePolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. | -| autoApplyTags | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. | -| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | -| conditionedRollParams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | +| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. | +| autoApplyTags | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. | +| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| conditionedRollParams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | | rollConfig | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -5224,7 +5224,7 @@ public java.lang.Object getShouldRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -5236,7 +5236,7 @@ public java.lang.Object getAutoApplyTags(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -5248,7 +5248,7 @@ public java.lang.Object getConditionedRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -5260,7 +5260,7 @@ public java.util.List getConditionedRollParams(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. --- @@ -5274,7 +5274,7 @@ public OceanAwsUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -5298,10 +5298,10 @@ OceanAwsUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| launchSpecIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. | -| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| launchSpecIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. | +| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -5313,7 +5313,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -5325,7 +5325,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -5337,7 +5337,7 @@ public java.util.List getLaunchSpecIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -5349,7 +5349,7 @@ public java.lang.Object getRespectPdb(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAws.python.md b/docs/oceanAws.python.md index b03db401..11a3b518 100644 --- a/docs/oceanAws.python.md +++ b/docs/oceanAws.python.md @@ -4,7 +4,7 @@ ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -78,49 +78,49 @@ oceanAws.OceanAws( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | -| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | -| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | -| associate_ipv6_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | -| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | +| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | +| associate_ipv6_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | +| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | attach_load_balancer | typing.Union[cdktf.IResolvable, typing.List[OceanAwsAttachLoadBalancer]] | attach_load_balancer block. | | autoscaler | OceanAwsAutoscaler | autoscaler block. | -| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | | block_device_mappings | typing.Union[cdktf.IResolvable, typing.List[OceanAwsBlockDeviceMappings]] | block_device_mappings block. | | cluster_orientation | typing.Union[cdktf.IResolvable, typing.List[OceanAwsClusterOrientation]] | cluster_orientation block. | -| controller_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| controller_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | | detach_load_balancer | typing.Union[cdktf.IResolvable, typing.List[OceanAwsDetachLoadBalancer]] | detach_load_balancer block. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | -| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | +| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | | filters | OceanAwsFilters | filters block. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| health_check_unhealthy_duration_before_replacement | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| health_check_unhealthy_duration_before_replacement | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. | | instance_metadata_options | OceanAwsInstanceMetadataOptions | instance_metadata_options block. | -| key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | +| key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | | load_balancers | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLoadBalancers]] | load_balancers block. | | logging | OceanAwsLogging | logging block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | -| monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. | -| reserved_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | +| monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. | +| reserved_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | | resource_tag_specification | typing.Union[cdktf.IResolvable, typing.List[OceanAwsResourceTagSpecification]] | resource_tag_specification block. | -| root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | +| root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduled_task | OceanAwsScheduledTask | scheduled_task block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | -| spread_nodes_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | +| spread_nodes_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | | tags | typing.Union[cdktf.IResolvable, typing.List[OceanAwsTags]] | tags block. | | update_policy | OceanAwsUpdatePolicy | update_policy block. | -| use_as_template_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | -| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | -| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | -| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | +| use_as_template_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | +| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | +| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | +| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -188,7 +188,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti attach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -258,7 +258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -268,7 +268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -294,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti detach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} --- @@ -302,7 +302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -318,7 +318,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -328,7 +328,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -336,7 +336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -344,7 +344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -352,7 +352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -373,7 +373,7 @@ If you experience problems setting this value it might not be settable. Please t instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -381,7 +381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -401,7 +401,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -409,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -417,7 +417,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -425,7 +425,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -433,7 +433,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -441,7 +441,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -449,7 +449,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. --- @@ -459,7 +459,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -467,7 +467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -477,7 +477,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -485,7 +485,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -493,7 +493,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -503,7 +503,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -513,7 +513,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -521,7 +521,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -529,7 +529,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -537,7 +537,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -545,7 +545,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -553,7 +553,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -999,7 +999,7 @@ def put_autoscaler( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -1007,7 +1007,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -1017,7 +1017,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -1027,7 +1027,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -1035,7 +1035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -1043,7 +1043,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -1051,7 +1051,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -1059,7 +1059,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -1069,7 +1069,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -1145,7 +1145,7 @@ def put_filters( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -1153,7 +1153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -1161,7 +1161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -1169,7 +1169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -1177,7 +1177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -1185,7 +1185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -1193,7 +1193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -1201,7 +1201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -1209,7 +1209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -1217,7 +1217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -1225,7 +1225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -1233,7 +1233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -1241,7 +1241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -1249,7 +1249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -1257,7 +1257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -1265,7 +1265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -1273,7 +1273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -1281,7 +1281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -1289,7 +1289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -1306,7 +1306,7 @@ def put_instance_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -1314,7 +1314,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -1346,7 +1346,7 @@ def put_logging( export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -1379,7 +1379,7 @@ def put_scheduled_task( shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -1389,7 +1389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -1423,7 +1423,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -1431,7 +1431,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -1439,7 +1439,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -1447,7 +1447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. --- @@ -1457,7 +1457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -1815,7 +1815,7 @@ The construct id used in the generated config for the OceanAws to import. The id of the existing OceanAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use --- @@ -2974,9 +2974,9 @@ oceanAws.OceanAwsAttachLoadBalancer( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | --- @@ -2988,7 +2988,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -3000,7 +3000,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -3012,7 +3012,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3040,14 +3040,14 @@ oceanAws.OceanAwsAutoscaler( | **Name** | **Type** | **Description** | | --- | --- | --- | -| auto_headroom_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. | -| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. | +| auto_headroom_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. | +| autoscale_cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. | | autoscale_down | OceanAwsAutoscalerAutoscaleDown | autoscale_down block. | | autoscale_headroom | OceanAwsAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| autoscale_is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. | -| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. | -| enable_automatic_and_manual_headroom | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. | -| extended_resource_definitions | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | +| autoscale_is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. | +| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. | +| enable_automatic_and_manual_headroom | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. | +| extended_resource_definitions | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | resource_limits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -3060,7 +3060,7 @@ auto_headroom_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -3072,7 +3072,7 @@ autoscale_cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -3086,7 +3086,7 @@ autoscale_down: OceanAwsAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -3100,7 +3100,7 @@ autoscale_headroom: OceanAwsAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -3112,7 +3112,7 @@ autoscale_is_auto_config: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -3124,7 +3124,7 @@ autoscale_is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -3136,7 +3136,7 @@ enable_automatic_and_manual_headroom: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -3148,7 +3148,7 @@ extended_resource_definitions: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -3162,7 +3162,7 @@ resource_limits: OceanAwsAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -3184,9 +3184,9 @@ oceanAws.OceanAwsAutoscalerAutoscaleDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| is_aggressive_scale_down_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | -| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| is_aggressive_scale_down_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | +| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -3198,7 +3198,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -3210,7 +3210,7 @@ is_aggressive_scale_down_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. --- @@ -3222,7 +3222,7 @@ max_scale_down_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -3245,10 +3245,10 @@ oceanAws.OceanAwsAutoscalerAutoscaleHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. | -| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. | +| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -3260,7 +3260,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -3272,7 +3272,7 @@ gpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -3284,7 +3284,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -3296,7 +3296,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -3317,8 +3317,8 @@ oceanAws.OceanAwsAutoscalerResourceLimits( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | -| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | +| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -3330,7 +3330,7 @@ max_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -3342,7 +3342,7 @@ max_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -3363,7 +3363,7 @@ oceanAws.OceanAwsBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -3376,7 +3376,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -3390,7 +3390,7 @@ ebs: OceanAwsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -3419,16 +3419,16 @@ oceanAws.OceanAwsBlockDeviceMappingsEbs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. | +| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. | | dynamic_iops | OceanAwsBlockDeviceMappingsEbsDynamicIops | dynamic_iops block. | | dynamic_volume_size | OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | -| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iops OceanAws#iops}. | -| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. | -| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. | -| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | -| volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. | -| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | +| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | +| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iops OceanAws#iops}. | +| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. | +| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. | +| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | +| volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. | +| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -3440,7 +3440,7 @@ delete_on_termination: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -3454,7 +3454,7 @@ dynamic_iops: OceanAwsBlockDeviceMappingsEbsDynamicIops dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -3468,7 +3468,7 @@ dynamic_volume_size: OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -3480,7 +3480,7 @@ encrypted: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -3492,7 +3492,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -3504,7 +3504,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -3516,7 +3516,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -3528,7 +3528,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -3540,7 +3540,7 @@ volume_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -3552,7 +3552,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -3574,9 +3574,9 @@ oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops( | **Name** | **Type** | **Description** | | --- | --- | --- | -| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | +| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | +| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -3588,7 +3588,7 @@ base_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -3600,7 +3600,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -3612,7 +3612,7 @@ size_per_resource_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -3634,9 +3634,9 @@ oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize( | **Name** | **Type** | **Description** | | --- | --- | --- | -| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | +| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | +| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -3648,7 +3648,7 @@ base_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -3660,7 +3660,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -3672,7 +3672,7 @@ size_per_resource_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -3692,7 +3692,7 @@ oceanAws.OceanAwsClusterOrientation( | **Name** | **Type** | **Description** | | --- | --- | --- | -| availability_vs_cost | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | +| availability_vs_cost | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -3704,7 +3704,7 @@ availability_vs_cost: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -3780,49 +3780,49 @@ oceanAws.OceanAwsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | -| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | -| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | -| associate_ipv6_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | -| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | +| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | +| associate_ipv6_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | +| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | attach_load_balancer | typing.Union[cdktf.IResolvable, typing.List[OceanAwsAttachLoadBalancer]] | attach_load_balancer block. | | autoscaler | OceanAwsAutoscaler | autoscaler block. | -| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | | block_device_mappings | typing.Union[cdktf.IResolvable, typing.List[OceanAwsBlockDeviceMappings]] | block_device_mappings block. | | cluster_orientation | typing.Union[cdktf.IResolvable, typing.List[OceanAwsClusterOrientation]] | cluster_orientation block. | -| controller_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| controller_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | | detach_load_balancer | typing.Union[cdktf.IResolvable, typing.List[OceanAwsDetachLoadBalancer]] | detach_load_balancer block. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | -| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | +| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | | filters | OceanAwsFilters | filters block. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| health_check_unhealthy_duration_before_replacement | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| health_check_unhealthy_duration_before_replacement | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. | | instance_metadata_options | OceanAwsInstanceMetadataOptions | instance_metadata_options block. | -| key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | +| key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | | load_balancers | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLoadBalancers]] | load_balancers block. | | logging | OceanAwsLogging | logging block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | -| monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. | -| reserved_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | +| monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. | +| reserved_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | | resource_tag_specification | typing.Union[cdktf.IResolvable, typing.List[OceanAwsResourceTagSpecification]] | resource_tag_specification block. | -| root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | +| root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduled_task | OceanAwsScheduledTask | scheduled_task block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | -| spread_nodes_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | +| spread_nodes_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | | tags | typing.Union[cdktf.IResolvable, typing.List[OceanAwsTags]] | tags block. | | update_policy | OceanAwsUpdatePolicy | update_policy block. | -| use_as_template_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | -| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | -| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | -| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | +| use_as_template_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | +| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | +| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | +| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -3904,7 +3904,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -3916,7 +3916,7 @@ security_groups: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -3928,7 +3928,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -3940,7 +3940,7 @@ associate_ipv6_address: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -3952,7 +3952,7 @@ associate_public_ip_address: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -3966,7 +3966,7 @@ attach_load_balancer: typing.Union[IResolvable, typing.List[OceanAwsAttachLoadBa attach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} --- @@ -3980,7 +3980,7 @@ autoscaler: OceanAwsAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -3992,7 +3992,7 @@ blacklist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -4006,7 +4006,7 @@ block_device_mappings: typing.Union[IResolvable, typing.List[OceanAwsBlockDevice block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -4020,7 +4020,7 @@ cluster_orientation: typing.Union[IResolvable, typing.List[OceanAwsClusterOrient cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -4032,7 +4032,7 @@ controller_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -4044,7 +4044,7 @@ desired_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -4058,7 +4058,7 @@ detach_load_balancer: typing.Union[IResolvable, typing.List[OceanAwsDetachLoadBa detach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} --- @@ -4070,7 +4070,7 @@ draining_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -4082,7 +4082,7 @@ ebs_optimized: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -4094,7 +4094,7 @@ fallback_to_ondemand: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -4108,7 +4108,7 @@ filters: OceanAwsFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -4120,7 +4120,7 @@ grace_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -4132,7 +4132,7 @@ health_check_unhealthy_duration_before_replacement: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -4144,7 +4144,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -4156,7 +4156,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4173,7 +4173,7 @@ instance_metadata_options: OceanAwsInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -4185,7 +4185,7 @@ key_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -4199,7 +4199,7 @@ load_balancers: typing.Union[IResolvable, typing.List[OceanAwsLoadBalancers]] load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -4213,7 +4213,7 @@ logging: OceanAwsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -4225,7 +4225,7 @@ max_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -4237,7 +4237,7 @@ min_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -4249,7 +4249,7 @@ monitoring: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -4261,7 +4261,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -4273,7 +4273,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -4285,7 +4285,7 @@ reserved_enis: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. --- @@ -4299,7 +4299,7 @@ resource_tag_specification: typing.Union[IResolvable, typing.List[OceanAwsResour resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -4311,7 +4311,7 @@ root_volume_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -4325,7 +4325,7 @@ scheduled_task: OceanAwsScheduledTask scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -4337,7 +4337,7 @@ spot_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -4349,7 +4349,7 @@ spread_nodes_by: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -4363,7 +4363,7 @@ tags: typing.Union[IResolvable, typing.List[OceanAwsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -4377,7 +4377,7 @@ update_policy: OceanAwsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -4389,7 +4389,7 @@ use_as_template_only: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -4401,7 +4401,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -4413,7 +4413,7 @@ utilize_commitments: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -4425,7 +4425,7 @@ utilize_reserved_instances: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -4437,7 +4437,7 @@ whitelist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -4459,9 +4459,9 @@ oceanAws.OceanAwsDetachLoadBalancer( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | --- @@ -4473,7 +4473,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -4485,7 +4485,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -4497,7 +4497,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -4535,25 +4535,25 @@ oceanAws.OceanAwsFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | -| categories | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#categories OceanAws#categories}. | -| disk_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. | -| exclude_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. | -| exclude_metal | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. | -| hypervisor | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | -| include_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. | -| is_ena_supported | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. | -| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | -| max_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. | -| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | -| min_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. | -| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. | -| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. | -| min_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. | -| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. | -| root_device_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. | -| virtualization_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | +| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | +| categories | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#categories OceanAws#categories}. | +| disk_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. | +| exclude_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. | +| exclude_metal | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. | +| hypervisor | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | +| include_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. | +| is_ena_supported | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. | +| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | +| max_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. | +| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | +| min_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. | +| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. | +| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. | +| min_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. | +| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. | +| root_device_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. | +| virtualization_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -4565,7 +4565,7 @@ architectures: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -4577,7 +4577,7 @@ categories: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -4589,7 +4589,7 @@ disk_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -4601,7 +4601,7 @@ exclude_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -4613,7 +4613,7 @@ exclude_metal: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -4625,7 +4625,7 @@ hypervisor: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -4637,7 +4637,7 @@ include_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -4649,7 +4649,7 @@ is_ena_supported: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -4661,7 +4661,7 @@ max_gpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -4673,7 +4673,7 @@ max_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -4685,7 +4685,7 @@ max_network_performance: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -4697,7 +4697,7 @@ max_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -4709,7 +4709,7 @@ min_enis: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -4721,7 +4721,7 @@ min_gpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -4733,7 +4733,7 @@ min_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -4745,7 +4745,7 @@ min_network_performance: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -4757,7 +4757,7 @@ min_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -4769,7 +4769,7 @@ root_device_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -4781,7 +4781,7 @@ virtualization_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -4802,8 +4802,8 @@ oceanAws.OceanAwsInstanceMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. | -| http_put_response_hop_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | +| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. | +| http_put_response_hop_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -4815,7 +4815,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -4827,7 +4827,7 @@ http_put_response_hop_limit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -4849,9 +4849,9 @@ oceanAws.OceanAwsLoadBalancers( | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -4863,7 +4863,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -4875,7 +4875,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -4887,7 +4887,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -4921,7 +4921,7 @@ export: OceanAwsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -4955,7 +4955,7 @@ s3: typing.Union[IResolvable, typing.List[OceanAwsLoggingExportS3]] s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -4975,7 +4975,7 @@ oceanAws.OceanAwsLoggingExportS3( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -4987,7 +4987,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -5010,7 +5010,7 @@ oceanAws.OceanAwsResourceTagSpecification( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_tag_volumes | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | +| should_tag_volumes | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -5022,7 +5022,7 @@ should_tag_volumes: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -5058,7 +5058,7 @@ shutdown_hours: OceanAwsScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -5072,7 +5072,7 @@ tasks: typing.Union[IResolvable, typing.List[OceanAwsScheduledTaskTasks]] tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -5093,8 +5093,8 @@ oceanAws.OceanAwsScheduledTaskShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | +| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -5106,7 +5106,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -5118,7 +5118,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -5141,9 +5141,9 @@ oceanAws.OceanAwsScheduledTaskTasks( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | | parameters | OceanAwsScheduledTaskTasksParameters | parameters block. | --- @@ -5156,7 +5156,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -5168,7 +5168,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -5180,7 +5180,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -5194,7 +5194,7 @@ parameters: OceanAwsScheduledTaskTasksParameters parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#parameters OceanAws#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#parameters OceanAws#parameters} --- @@ -5230,7 +5230,7 @@ ami_auto_update: OceanAwsScheduledTaskTasksParametersAmiAutoUpdate ami_auto_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} --- @@ -5244,7 +5244,7 @@ parameters_cluster_roll: OceanAwsScheduledTaskTasksParametersParametersClusterRo parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} --- @@ -5268,9 +5268,9 @@ oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdate( | **Name** | **Type** | **Description** | | --- | --- | --- | | ami_auto_update_cluster_roll | OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll | ami_auto_update_cluster_roll block. | -| apply_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | -| minor_version | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | -| patch | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#patch OceanAws#patch}. | +| apply_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | +| minor_version | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | +| patch | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#patch OceanAws#patch}. | --- @@ -5284,7 +5284,7 @@ ami_auto_update_cluster_roll: OceanAwsScheduledTaskTasksParametersAmiAutoUpdateA ami_auto_update_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} --- @@ -5296,7 +5296,7 @@ apply_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. --- @@ -5308,7 +5308,7 @@ minor_version: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. --- @@ -5320,7 +5320,7 @@ patch: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#patch OceanAws#patch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#patch OceanAws#patch}. --- @@ -5343,10 +5343,10 @@ oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRo | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. | -| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -5358,7 +5358,7 @@ batch_min_healthy_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -5370,7 +5370,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -5382,7 +5382,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -5394,7 +5394,7 @@ respect_pdb: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -5417,10 +5417,10 @@ oceanAws.OceanAwsScheduledTaskTasksParametersParametersClusterRoll( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. | -| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -5432,7 +5432,7 @@ batch_min_healthy_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -5444,7 +5444,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -5456,7 +5456,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -5468,7 +5468,7 @@ respect_pdb: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -5489,8 +5489,8 @@ oceanAws.OceanAwsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key OceanAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#value OceanAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key OceanAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -5502,7 +5502,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -5514,7 +5514,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -5538,10 +5538,10 @@ oceanAws.OceanAwsUpdatePolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. | -| auto_apply_tags | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. | -| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | -| conditioned_roll_params | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | +| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. | +| auto_apply_tags | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. | +| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| conditioned_roll_params | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | | roll_config | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -5554,7 +5554,7 @@ should_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -5566,7 +5566,7 @@ auto_apply_tags: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -5578,7 +5578,7 @@ conditioned_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -5590,7 +5590,7 @@ conditioned_roll_params: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. --- @@ -5604,7 +5604,7 @@ roll_config: OceanAwsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -5627,10 +5627,10 @@ oceanAws.OceanAwsUpdatePolicyRollConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| launch_spec_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. | -| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| launch_spec_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. | +| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -5642,7 +5642,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -5654,7 +5654,7 @@ batch_min_healthy_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -5666,7 +5666,7 @@ launch_spec_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -5678,7 +5678,7 @@ respect_pdb: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -7233,7 +7233,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -7241,7 +7241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. --- @@ -7249,7 +7249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -7268,7 +7268,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -7276,7 +7276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -7284,7 +7284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -7292,7 +7292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -7309,7 +7309,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -7317,7 +7317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -8885,7 +8885,7 @@ def put_dynamic_iops( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -8893,7 +8893,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -8901,7 +8901,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -8919,7 +8919,7 @@ def put_dynamic_volume_size( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -8927,7 +8927,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -8935,7 +8935,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -9707,7 +9707,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -9717,7 +9717,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -9727,7 +9727,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -9735,7 +9735,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -9743,7 +9743,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -9751,7 +9751,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -9759,7 +9759,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -9767,7 +9767,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -9775,7 +9775,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -9783,7 +9783,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -13675,7 +13675,7 @@ def put_export( s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -14491,7 +14491,7 @@ def put_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -14499,7 +14499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -15379,7 +15379,7 @@ def put_parameters( ami_auto_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} --- @@ -15389,7 +15389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} --- @@ -16171,7 +16171,7 @@ def put_ami_auto_update_cluster_roll( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -16179,7 +16179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -16187,7 +16187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -16195,7 +16195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -16606,7 +16606,7 @@ def put_ami_auto_update( ami_auto_update_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} --- @@ -16614,7 +16614,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. --- @@ -16622,7 +16622,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. --- @@ -16630,7 +16630,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#patch OceanAws#patch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#patch OceanAws#patch}. --- @@ -16649,7 +16649,7 @@ def put_parameters_cluster_roll( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -16657,7 +16657,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -16665,7 +16665,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -16673,7 +16673,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -17925,7 +17925,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -17933,7 +17933,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -17941,7 +17941,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -17949,7 +17949,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAws.typescript.md b/docs/oceanAws.typescript.md index 33b0e9c7..0960c34b 100644 --- a/docs/oceanAws.typescript.md +++ b/docs/oceanAws.typescript.md @@ -4,7 +4,7 @@ ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -916,7 +916,7 @@ The construct id used in the generated config for the OceanAws to import. The id of the existing OceanAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use --- @@ -2071,9 +2071,9 @@ const oceanAwsAttachLoadBalancer: oceanAws.OceanAwsAttachLoadBalancer = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | --- @@ -2085,7 +2085,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -2097,7 +2097,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -2109,7 +2109,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -2127,14 +2127,14 @@ const oceanAwsAutoscaler: oceanAws.OceanAwsAutoscaler = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. | -| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. | +| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. | +| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. | | autoscaleDown | OceanAwsAutoscalerAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | OceanAwsAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. | -| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. | -| enableAutomaticAndManualHeadroom | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. | -| extendedResourceDefinitions | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | +| autoscaleIsAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. | +| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. | +| enableAutomaticAndManualHeadroom | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. | +| extendedResourceDefinitions | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | resourceLimits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -2147,7 +2147,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -2159,7 +2159,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -2173,7 +2173,7 @@ public readonly autoscaleDown: OceanAwsAutoscalerAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -2187,7 +2187,7 @@ public readonly autoscaleHeadroom: OceanAwsAutoscalerAutoscaleHeadroom; autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -2199,7 +2199,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -2211,7 +2211,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -2223,7 +2223,7 @@ public readonly enableAutomaticAndManualHeadroom: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -2235,7 +2235,7 @@ public readonly extendedResourceDefinitions: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -2249,7 +2249,7 @@ public readonly resourceLimits: OceanAwsAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -2267,9 +2267,9 @@ const oceanAwsAutoscalerAutoscaleDown: oceanAws.OceanAwsAutoscalerAutoscaleDown | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| isAggressiveScaleDownEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| isAggressiveScaleDownEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | +| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -2281,7 +2281,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -2293,7 +2293,7 @@ public readonly isAggressiveScaleDownEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. --- @@ -2305,7 +2305,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -2323,10 +2323,10 @@ const oceanAwsAutoscalerAutoscaleHeadroom: oceanAws.OceanAwsAutoscalerAutoscaleH | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. | -| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. | +| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -2338,7 +2338,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -2350,7 +2350,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -2362,7 +2362,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -2374,7 +2374,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -2392,8 +2392,8 @@ const oceanAwsAutoscalerResourceLimits: oceanAws.OceanAwsAutoscalerResourceLimit | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | -| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | +| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -2405,7 +2405,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -2417,7 +2417,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -2435,7 +2435,7 @@ const oceanAwsBlockDeviceMappings: oceanAws.OceanAwsBlockDeviceMappings = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2448,7 +2448,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -2462,7 +2462,7 @@ public readonly ebs: OceanAwsBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -2480,16 +2480,16 @@ const oceanAwsBlockDeviceMappingsEbs: oceanAws.OceanAwsBlockDeviceMappingsEbs = | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. | +| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. | | dynamicIops | OceanAwsBlockDeviceMappingsEbsDynamicIops | dynamic_iops block. | | dynamicVolumeSize | OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iops OceanAws#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. | -| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. | -| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. | -| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | +| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iops OceanAws#iops}. | +| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. | +| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. | +| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. | +| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -2501,7 +2501,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -2515,7 +2515,7 @@ public readonly dynamicIops: OceanAwsBlockDeviceMappingsEbsDynamicIops; dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -2529,7 +2529,7 @@ public readonly dynamicVolumeSize: OceanAwsBlockDeviceMappingsEbsDynamicVolumeSi dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -2541,7 +2541,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -2553,7 +2553,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -2565,7 +2565,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -2577,7 +2577,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -2589,7 +2589,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -2601,7 +2601,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -2613,7 +2613,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -2631,9 +2631,9 @@ const oceanAwsBlockDeviceMappingsEbsDynamicIops: oceanAws.OceanAwsBlockDeviceMap | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | +| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | +| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2645,7 +2645,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2657,7 +2657,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2669,7 +2669,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2687,9 +2687,9 @@ const oceanAwsBlockDeviceMappingsEbsDynamicVolumeSize: oceanAws.OceanAwsBlockDev | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | +| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. | +| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2701,7 +2701,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2713,7 +2713,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2725,7 +2725,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2743,7 +2743,7 @@ const oceanAwsClusterOrientation: oceanAws.OceanAwsClusterOrientation = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| availabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | +| availabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -2755,7 +2755,7 @@ public readonly availabilityVsCost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -2780,49 +2780,49 @@ const oceanAwsConfig: oceanAws.OceanAwsConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | -| securityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | -| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | -| associateIpv6Address | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | -| associatePublicIpAddress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| securityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | +| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | +| associateIpv6Address | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. | +| associatePublicIpAddress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | attachLoadBalancer | cdktf.IResolvable \| OceanAwsAttachLoadBalancer[] | attach_load_balancer block. | | autoscaler | OceanAwsAutoscaler | autoscaler block. | -| blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | | blockDeviceMappings | cdktf.IResolvable \| OceanAwsBlockDeviceMappings[] | block_device_mappings block. | | clusterOrientation | cdktf.IResolvable \| OceanAwsClusterOrientation[] | cluster_orientation block. | -| controllerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| controllerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | | detachLoadBalancer | cdktf.IResolvable \| OceanAwsDetachLoadBalancer[] | detach_load_balancer block. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | -| ebsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | -| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | +| ebsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | +| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | | filters | OceanAwsFilters | filters block. | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| healthCheckUnhealthyDurationBeforeReplacement | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| healthCheckUnhealthyDurationBeforeReplacement | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. | | instanceMetadataOptions | OceanAwsInstanceMetadataOptions | instance_metadata_options block. | -| keyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | +| keyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. | | loadBalancers | cdktf.IResolvable \| OceanAwsLoadBalancers[] | load_balancers block. | | logging | OceanAwsLogging | logging block. | -| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | -| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | -| monitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. | -| reservedEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. | +| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. | +| monitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. | +| reservedEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. | | resourceTagSpecification | cdktf.IResolvable \| OceanAwsResourceTagSpecification[] | resource_tag_specification block. | -| rootVolumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | +| rootVolumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduledTask | OceanAwsScheduledTask | scheduled_task block. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | -| spreadNodesBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | +| spreadNodesBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. | | tags | cdktf.IResolvable \| OceanAwsTags[] | tags block. | | updatePolicy | OceanAwsUpdatePolicy | update_policy block. | -| useAsTemplateOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | -| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | -| utilizeCommitments | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | -| utilizeReservedInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | -| whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | +| useAsTemplateOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. | +| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. | +| utilizeCommitments | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | +| utilizeReservedInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. | +| whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -2904,7 +2904,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -2916,7 +2916,7 @@ public readonly securityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -2928,7 +2928,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -2940,7 +2940,7 @@ public readonly associateIpv6Address: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -2952,7 +2952,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -2966,7 +2966,7 @@ public readonly attachLoadBalancer: IResolvable | OceanAwsAttachLoadBalancer[]; attach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} --- @@ -2980,7 +2980,7 @@ public readonly autoscaler: OceanAwsAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -2992,7 +2992,7 @@ public readonly blacklist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -3006,7 +3006,7 @@ public readonly blockDeviceMappings: IResolvable | OceanAwsBlockDeviceMappings[] block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -3020,7 +3020,7 @@ public readonly clusterOrientation: IResolvable | OceanAwsClusterOrientation[]; cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -3032,7 +3032,7 @@ public readonly controllerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -3044,7 +3044,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -3058,7 +3058,7 @@ public readonly detachLoadBalancer: IResolvable | OceanAwsDetachLoadBalancer[]; detach_load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} --- @@ -3070,7 +3070,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -3082,7 +3082,7 @@ public readonly ebsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -3094,7 +3094,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -3108,7 +3108,7 @@ public readonly filters: OceanAwsFilters; filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -3120,7 +3120,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -3132,7 +3132,7 @@ public readonly healthCheckUnhealthyDurationBeforeReplacement: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -3144,7 +3144,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -3156,7 +3156,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3173,7 +3173,7 @@ public readonly instanceMetadataOptions: OceanAwsInstanceMetadataOptions; instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -3185,7 +3185,7 @@ public readonly keyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -3199,7 +3199,7 @@ public readonly loadBalancers: IResolvable | OceanAwsLoadBalancers[]; load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -3213,7 +3213,7 @@ public readonly logging: OceanAwsLogging; logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -3225,7 +3225,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -3237,7 +3237,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -3249,7 +3249,7 @@ public readonly monitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -3261,7 +3261,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3273,7 +3273,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -3285,7 +3285,7 @@ public readonly reservedEnis: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis}. --- @@ -3299,7 +3299,7 @@ public readonly resourceTagSpecification: IResolvable | OceanAwsResourceTagSpeci resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -3311,7 +3311,7 @@ public readonly rootVolumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -3325,7 +3325,7 @@ public readonly scheduledTask: OceanAwsScheduledTask; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -3337,7 +3337,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -3349,7 +3349,7 @@ public readonly spreadNodesBy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -3363,7 +3363,7 @@ public readonly tags: IResolvable | OceanAwsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -3377,7 +3377,7 @@ public readonly updatePolicy: OceanAwsUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -3389,7 +3389,7 @@ public readonly useAsTemplateOnly: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -3401,7 +3401,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -3413,7 +3413,7 @@ public readonly utilizeCommitments: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -3425,7 +3425,7 @@ public readonly utilizeReservedInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -3437,7 +3437,7 @@ public readonly whitelist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -3455,9 +3455,9 @@ const oceanAwsDetachLoadBalancer: oceanAws.OceanAwsDetachLoadBalancer = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | --- @@ -3469,7 +3469,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -3481,7 +3481,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -3493,7 +3493,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3511,25 +3511,25 @@ const oceanAwsFilters: oceanAws.OceanAwsFilters = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | -| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#categories OceanAws#categories}. | -| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. | -| excludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. | -| excludeMetal | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. | -| hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | -| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. | -| isEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. | -| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | -| maxNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. | -| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | -| minEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. | -| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. | -| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. | -| minNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. | -| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. | -| rootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. | -| virtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | +| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | +| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#categories OceanAws#categories}. | +| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. | +| excludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. | +| excludeMetal | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. | +| hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | +| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. | +| isEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. | +| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. | +| maxNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. | +| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | +| minEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. | +| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. | +| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. | +| minNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. | +| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. | +| rootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. | +| virtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -3541,7 +3541,7 @@ public readonly architectures: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -3553,7 +3553,7 @@ public readonly categories: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -3565,7 +3565,7 @@ public readonly diskTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -3577,7 +3577,7 @@ public readonly excludeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -3589,7 +3589,7 @@ public readonly excludeMetal: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -3601,7 +3601,7 @@ public readonly hypervisor: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -3613,7 +3613,7 @@ public readonly includeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -3625,7 +3625,7 @@ public readonly isEnaSupported: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -3637,7 +3637,7 @@ public readonly maxGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -3649,7 +3649,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -3661,7 +3661,7 @@ public readonly maxNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -3673,7 +3673,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -3685,7 +3685,7 @@ public readonly minEnis: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -3697,7 +3697,7 @@ public readonly minGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -3709,7 +3709,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -3721,7 +3721,7 @@ public readonly minNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -3733,7 +3733,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -3745,7 +3745,7 @@ public readonly rootDeviceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -3757,7 +3757,7 @@ public readonly virtualizationTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -3775,8 +3775,8 @@ const oceanAwsInstanceMetadataOptions: oceanAws.OceanAwsInstanceMetadataOptions | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. | -| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | +| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. | +| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -3788,7 +3788,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -3800,7 +3800,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -3818,9 +3818,9 @@ const oceanAwsLoadBalancers: oceanAws.OceanAwsLoadBalancers = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -3832,7 +3832,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -3844,7 +3844,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3856,7 +3856,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -3888,7 +3888,7 @@ public readonly export: OceanAwsLoggingExport; export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -3920,7 +3920,7 @@ public readonly s3: IResolvable | OceanAwsLoggingExportS3[]; s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -3938,7 +3938,7 @@ const oceanAwsLoggingExportS3: oceanAws.OceanAwsLoggingExportS3 = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -3950,7 +3950,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3971,7 +3971,7 @@ const oceanAwsResourceTagSpecification: oceanAws.OceanAwsResourceTagSpecificatio | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldTagVolumes | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | +| shouldTagVolumes | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -3983,7 +3983,7 @@ public readonly shouldTagVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -4016,7 +4016,7 @@ public readonly shutdownHours: OceanAwsScheduledTaskShutdownHours; shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -4030,7 +4030,7 @@ public readonly tasks: IResolvable | OceanAwsScheduledTaskTasks[]; tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -4048,8 +4048,8 @@ const oceanAwsScheduledTaskShutdownHours: oceanAws.OceanAwsScheduledTaskShutdown | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | +| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -4061,7 +4061,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -4073,7 +4073,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4091,9 +4091,9 @@ const oceanAwsScheduledTaskTasks: oceanAws.OceanAwsScheduledTaskTasks = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | | parameters | OceanAwsScheduledTaskTasksParameters | parameters block. | --- @@ -4106,7 +4106,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -4118,7 +4118,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4130,7 +4130,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -4144,7 +4144,7 @@ public readonly parameters: OceanAwsScheduledTaskTasksParameters; parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#parameters OceanAws#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#parameters OceanAws#parameters} --- @@ -4177,7 +4177,7 @@ public readonly amiAutoUpdate: OceanAwsScheduledTaskTasksParametersAmiAutoUpdate ami_auto_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} --- @@ -4191,7 +4191,7 @@ public readonly parametersClusterRoll: OceanAwsScheduledTaskTasksParametersParam parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} --- @@ -4210,9 +4210,9 @@ const oceanAwsScheduledTaskTasksParametersAmiAutoUpdate: oceanAws.OceanAwsSchedu | **Name** | **Type** | **Description** | | --- | --- | --- | | amiAutoUpdateClusterRoll | OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll | ami_auto_update_cluster_roll block. | -| applyRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | -| minorVersion | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | -| patch | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#patch OceanAws#patch}. | +| applyRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | +| minorVersion | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | +| patch | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#patch OceanAws#patch}. | --- @@ -4226,7 +4226,7 @@ public readonly amiAutoUpdateClusterRoll: OceanAwsScheduledTaskTasksParametersAm ami_auto_update_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} --- @@ -4238,7 +4238,7 @@ public readonly applyRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. --- @@ -4250,7 +4250,7 @@ public readonly minorVersion: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. --- @@ -4262,7 +4262,7 @@ public readonly patch: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#patch OceanAws#patch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#patch OceanAws#patch}. --- @@ -4280,10 +4280,10 @@ const oceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll: | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. | -| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4295,7 +4295,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4307,7 +4307,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4319,7 +4319,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4331,7 +4331,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4349,10 +4349,10 @@ const oceanAwsScheduledTaskTasksParametersParametersClusterRoll: oceanAws.OceanA | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. | -| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4364,7 +4364,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4376,7 +4376,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4388,7 +4388,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4400,7 +4400,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4418,8 +4418,8 @@ const oceanAwsTags: oceanAws.OceanAwsTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key OceanAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#value OceanAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key OceanAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -4431,7 +4431,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -4443,7 +4443,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -4461,10 +4461,10 @@ const oceanAwsUpdatePolicy: oceanAws.OceanAwsUpdatePolicy = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. | -| autoApplyTags | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. | -| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | -| conditionedRollParams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | +| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. | +| autoApplyTags | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. | +| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| conditionedRollParams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | | rollConfig | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -4477,7 +4477,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -4489,7 +4489,7 @@ public readonly autoApplyTags: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -4501,7 +4501,7 @@ public readonly conditionedRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -4513,7 +4513,7 @@ public readonly conditionedRollParams: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. --- @@ -4527,7 +4527,7 @@ public readonly rollConfig: OceanAwsUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -4545,10 +4545,10 @@ const oceanAwsUpdatePolicyRollConfig: oceanAws.OceanAwsUpdatePolicyRollConfig = | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| launchSpecIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. | -| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| launchSpecIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. | +| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4560,7 +4560,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4572,7 +4572,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4584,7 +4584,7 @@ public readonly launchSpecIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -4596,7 +4596,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAwsExtendedResourceDefinition.csharp.md b/docs/oceanAwsExtendedResourceDefinition.csharp.md index 7fdf932b..97cf4f7d 100644 --- a/docs/oceanAwsExtendedResourceDefinition.csharp.md +++ b/docs/oceanAwsExtendedResourceDefinition.csharp.md @@ -4,7 +4,7 @@ ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanAwsExtendedResourceDe The id of the existing OceanAwsExtendedResourceDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ new OceanAwsExtendedResourceDefinitionConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | -| ResourceMapping | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | +| ResourceMapping | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -851,7 +851,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -863,7 +863,7 @@ public System.Collections.Generic.IDictionary ResourceMapping { - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -875,7 +875,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanAwsExtendedResourceDefinition.go.md b/docs/oceanAwsExtendedResourceDefinition.go.md index 1d315f69..e5326ee4 100644 --- a/docs/oceanAwsExtendedResourceDefinition.go.md +++ b/docs/oceanAwsExtendedResourceDefinition.go.md @@ -4,7 +4,7 @@ ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanAwsExtendedResourceDe The id of the existing OceanAwsExtendedResourceDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextende | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | -| ResourceMapping | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | +| ResourceMapping | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -851,7 +851,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -863,7 +863,7 @@ ResourceMapping *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -875,7 +875,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanAwsExtendedResourceDefinition.java.md b/docs/oceanAwsExtendedResourceDefinition.java.md index 0ae87c8a..e0a13161 100644 --- a/docs/oceanAwsExtendedResourceDefinition.java.md +++ b/docs/oceanAwsExtendedResourceDefinition.java.md @@ -4,7 +4,7 @@ ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -40,9 +40,9 @@ OceanAwsExtendedResourceDefinition.Builder.create(Construct scope, java.lang.Str | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | -| resourceMapping | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | +| resourceMapping | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -563,7 +563,7 @@ The construct id used in the generated config for the OceanAwsExtendedResourceDe The id of the existing OceanAwsExtendedResourceDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use --- @@ -860,9 +860,9 @@ OceanAwsExtendedResourceDefinitionConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | -| resourceMapping | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | +| resourceMapping | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -944,7 +944,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -956,7 +956,7 @@ public java.util.Map getResourceMapping(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -968,7 +968,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanAwsExtendedResourceDefinition.python.md b/docs/oceanAwsExtendedResourceDefinition.python.md index cbeffb01..4cd91348 100644 --- a/docs/oceanAwsExtendedResourceDefinition.python.md +++ b/docs/oceanAwsExtendedResourceDefinition.python.md @@ -4,7 +4,7 @@ ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -38,9 +38,9 @@ oceanAwsExtendedResourceDefinition.OceanAwsExtendedResourceDefinition( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | -| resource_mapping | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | +| resource_mapping | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -607,7 +607,7 @@ The construct id used in the generated config for the OceanAwsExtendedResourceDe The id of the existing OceanAwsExtendedResourceDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use --- @@ -900,9 +900,9 @@ oceanAwsExtendedResourceDefinition.OceanAwsExtendedResourceDefinitionConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | -| resource_mapping | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | +| resource_mapping | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -984,7 +984,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -996,7 +996,7 @@ resource_mapping: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -1008,7 +1008,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanAwsExtendedResourceDefinition.typescript.md b/docs/oceanAwsExtendedResourceDefinition.typescript.md index 614efa5a..deb8e5e3 100644 --- a/docs/oceanAwsExtendedResourceDefinition.typescript.md +++ b/docs/oceanAwsExtendedResourceDefinition.typescript.md @@ -4,7 +4,7 @@ ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanAwsExtendedResourceDe The id of the existing OceanAwsExtendedResourceDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use --- @@ -756,9 +756,9 @@ const oceanAwsExtendedResourceDefinitionConfig: oceanAwsExtendedResourceDefiniti | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | -| resourceMapping | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. | +| resourceMapping | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -840,7 +840,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -852,7 +852,7 @@ public readonly resourceMapping: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -864,7 +864,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanAwsLaunchSpec.csharp.md b/docs/oceanAwsLaunchSpec.csharp.md index a89b008a..6920f32b 100644 --- a/docs/oceanAwsLaunchSpec.csharp.md +++ b/docs/oceanAwsLaunchSpec.csharp.md @@ -4,7 +4,7 @@ ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers @@ -945,7 +945,7 @@ The construct id used in the generated config for the OceanAwsLaunchSpec to impo The id of the existing OceanAwsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1904,7 +1904,7 @@ new OceanAwsLaunchSpecAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | +| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -1916,7 +1916,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -1939,10 +1939,10 @@ new OceanAwsLaunchSpecAutoscaleHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | -| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | +| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -1954,7 +1954,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -1966,7 +1966,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -1978,7 +1978,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -1990,7 +1990,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -2010,7 +2010,7 @@ new OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | +| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -2022,7 +2022,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -2045,10 +2045,10 @@ new OceanAwsLaunchSpecBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. | | Ebs | OceanAwsLaunchSpecBlockDeviceMappingsEbs | ebs block. | -| NoDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. | -| VirtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | +| NoDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. | +| VirtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -2060,7 +2060,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -2074,7 +2074,7 @@ public OceanAwsLaunchSpecBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -2086,7 +2086,7 @@ public string NoDevice { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -2098,7 +2098,7 @@ public string VirtualName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -2126,15 +2126,15 @@ new OceanAwsLaunchSpecBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. | +| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. | | DynamicVolumeSize | OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. | -| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. | -| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. | -| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | +| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. | +| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. | +| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. | +| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. | +| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -2146,7 +2146,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -2160,7 +2160,7 @@ public OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize DynamicVolumeSi dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -2172,7 +2172,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -2184,7 +2184,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -2196,7 +2196,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -2208,7 +2208,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -2220,7 +2220,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -2232,7 +2232,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -2244,7 +2244,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -2266,9 +2266,9 @@ new OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. | -| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | +| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. | +| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. | +| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -2280,7 +2280,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -2292,7 +2292,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -2304,7 +2304,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -2371,8 +2371,8 @@ new OceanAwsLaunchSpecConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | -| AssociatePublicIpAddress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | +| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | +| AssociatePublicIpAddress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | | AutoscaleDown | object | autoscale_down block. | | AutoscaleHeadrooms | object | autoscale_headrooms block. | | AutoscaleHeadroomsAutomatic | object | autoscale_headrooms_automatic block. | @@ -2381,30 +2381,30 @@ new OceanAwsLaunchSpecConfig { | DeleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | ElasticIpPool | object | elastic_ip_pool block. | | EphemeralStorage | object | ephemeral_storage block. | -| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | +| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | | Images | object | images block. | | InstanceMetadataOptions | OceanAwsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| InstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | +| InstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | InstanceTypesFilters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | Labels | object | labels block. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| PreferredOdTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | -| PreferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | -| ReservedEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| PreferredOdTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | +| PreferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| ReservedEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | | ResourceLimits | object | resource_limits block. | -| RestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | -| RootVolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | +| RestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | +| RootVolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | | SchedulingShutdownHours | OceanAwsLaunchSpecSchedulingShutdownHours | scheduling_shutdown_hours block. | | SchedulingTask | object | scheduling_task block. | -| SecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | +| SecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | | Strategy | object | strategy block. | -| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | +| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | | Tags | object | tags block. | | Taints | object | taints block. | | UpdatePolicy | OceanAwsLaunchSpecUpdatePolicy | update_policy block. | -| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | +| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -2486,7 +2486,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -2498,7 +2498,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -2512,7 +2512,7 @@ public object AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -2526,7 +2526,7 @@ public object AutoscaleHeadrooms { get; set; } autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -2540,7 +2540,7 @@ public object AutoscaleHeadroomsAutomatic { get; set; } autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -2554,7 +2554,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -2568,7 +2568,7 @@ public OceanAwsLaunchSpecCreateOptions CreateOptions { get; set; } create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -2582,7 +2582,7 @@ public OceanAwsLaunchSpecDeleteOptions DeleteOptions { get; set; } delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -2596,7 +2596,7 @@ public object ElasticIpPool { get; set; } elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -2610,7 +2610,7 @@ public object EphemeralStorage { get; set; } ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -2622,7 +2622,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -2634,7 +2634,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2649,7 +2649,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2663,7 +2663,7 @@ public object Images { get; set; } images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -2677,7 +2677,7 @@ public OceanAwsLaunchSpecInstanceMetadataOptions InstanceMetadataOptions { get; instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -2689,7 +2689,7 @@ public string[] InstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -2703,7 +2703,7 @@ public OceanAwsLaunchSpecInstanceTypesFilters InstanceTypesFilters { get; set; } instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -2717,7 +2717,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -2729,7 +2729,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -2741,7 +2741,7 @@ public string[] PreferredOdTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. --- @@ -2753,7 +2753,7 @@ public string[] PreferredSpotTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -2765,7 +2765,7 @@ public double ReservedEnis { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. --- @@ -2779,7 +2779,7 @@ public object ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -2791,7 +2791,7 @@ public object RestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -2803,7 +2803,7 @@ public double RootVolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -2817,7 +2817,7 @@ public OceanAwsLaunchSpecSchedulingShutdownHours SchedulingShutdownHours { get; scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -2831,7 +2831,7 @@ public object SchedulingTask { get; set; } scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -2843,7 +2843,7 @@ public string[] SecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -2857,7 +2857,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -2869,7 +2869,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -2883,7 +2883,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -2897,7 +2897,7 @@ public object Taints { get; set; } taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -2911,7 +2911,7 @@ public OceanAwsLaunchSpecUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -2923,7 +2923,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -2943,7 +2943,7 @@ new OceanAwsLaunchSpecCreateOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| InitialNodes | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | +| InitialNodes | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -2955,7 +2955,7 @@ public double InitialNodes { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -2976,8 +2976,8 @@ new OceanAwsLaunchSpecDeleteOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ForceDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. | -| DeleteNodes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | +| ForceDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. | +| DeleteNodes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -2989,7 +2989,7 @@ public object ForceDelete { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -3001,7 +3001,7 @@ public object DeleteNodes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -3035,7 +3035,7 @@ public OceanAwsLaunchSpecElasticIpPoolTagSelector TagSelector { get; set; } tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -3056,8 +3056,8 @@ new OceanAwsLaunchSpecElasticIpPoolTagSelector { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. | -| TagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | +| TagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. | +| TagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -3069,7 +3069,7 @@ public string TagKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -3081,7 +3081,7 @@ public string TagValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -3101,7 +3101,7 @@ new OceanAwsLaunchSpecEphemeralStorage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EphemeralStorageDeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | +| EphemeralStorageDeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | --- @@ -3113,7 +3113,7 @@ public string EphemeralStorageDeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. --- @@ -3133,7 +3133,7 @@ new OceanAwsLaunchSpecImages { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -3145,7 +3145,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3166,8 +3166,8 @@ new OceanAwsLaunchSpecInstanceMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. | -| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | +| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. | +| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -3179,7 +3179,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -3191,7 +3191,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -3228,24 +3228,24 @@ new OceanAwsLaunchSpecInstanceTypesFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | -| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | -| ExcludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | -| ExcludeMetal | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | -| Hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | -| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | -| IsEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | -| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | -| MaxNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | -| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | -| MinEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | -| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | -| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | -| MinNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | -| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | -| RootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | -| VirtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | +| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | +| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | +| ExcludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | +| ExcludeMetal | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | +| Hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | +| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | +| IsEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | +| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | +| MaxNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | +| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | +| MinEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | +| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | +| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | +| MinNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | +| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | +| RootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | +| VirtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | --- @@ -3257,7 +3257,7 @@ public string[] Categories { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. --- @@ -3269,7 +3269,7 @@ public string[] DiskTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. --- @@ -3281,7 +3281,7 @@ public string[] ExcludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. --- @@ -3293,7 +3293,7 @@ public object ExcludeMetal { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. --- @@ -3305,7 +3305,7 @@ public string[] Hypervisor { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. --- @@ -3317,7 +3317,7 @@ public string[] IncludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. --- @@ -3329,7 +3329,7 @@ public string IsEnaSupported { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. --- @@ -3341,7 +3341,7 @@ public double MaxGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. --- @@ -3353,7 +3353,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. --- @@ -3365,7 +3365,7 @@ public double MaxNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. --- @@ -3377,7 +3377,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. --- @@ -3389,7 +3389,7 @@ public double MinEnis { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. --- @@ -3401,7 +3401,7 @@ public double MinGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. --- @@ -3413,7 +3413,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. --- @@ -3425,7 +3425,7 @@ public double MinNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. --- @@ -3437,7 +3437,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. --- @@ -3449,7 +3449,7 @@ public string[] RootDeviceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. --- @@ -3461,7 +3461,7 @@ public string[] VirtualizationTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. --- @@ -3482,8 +3482,8 @@ new OceanAwsLaunchSpecLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3495,7 +3495,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3507,7 +3507,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3528,8 +3528,8 @@ new OceanAwsLaunchSpecResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. | -| MinInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | +| MaxInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. | +| MinInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -3541,7 +3541,7 @@ public double MaxInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -3553,7 +3553,7 @@ public double MinInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -3574,8 +3574,8 @@ new OceanAwsLaunchSpecSchedulingShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | +| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -3587,7 +3587,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -3599,7 +3599,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3622,9 +3622,9 @@ new OceanAwsLaunchSpecSchedulingTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | | TaskHeadroom | object | task_headroom block. | --- @@ -3637,7 +3637,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -3649,7 +3649,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3661,7 +3661,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -3675,7 +3675,7 @@ public object TaskHeadroom { get; set; } task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -3698,10 +3698,10 @@ new OceanAwsLaunchSpecSchedulingTaskTaskHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | -| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | +| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -3713,7 +3713,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -3725,7 +3725,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -3737,7 +3737,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -3749,7 +3749,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -3772,10 +3772,10 @@ new OceanAwsLaunchSpecStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | -| UtilizeCommitments | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. | -| UtilizeReservedInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | +| UtilizeCommitments | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. | +| UtilizeReservedInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. | --- @@ -3787,7 +3787,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. --- @@ -3799,7 +3799,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -3811,7 +3811,7 @@ public object UtilizeCommitments { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. --- @@ -3823,7 +3823,7 @@ public object UtilizeReservedInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. --- @@ -3844,8 +3844,8 @@ new OceanAwsLaunchSpecTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3857,7 +3857,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3869,7 +3869,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3891,9 +3891,9 @@ new OceanAwsLaunchSpecTaints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3905,7 +3905,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -3917,7 +3917,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3929,7 +3929,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3950,7 +3950,7 @@ new OceanAwsLaunchSpecUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | RollConfig | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3963,7 +3963,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -3977,7 +3977,7 @@ public OceanAwsLaunchSpecUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -3998,8 +3998,8 @@ new OceanAwsLaunchSpecUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. | --- @@ -4011,7 +4011,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- @@ -4023,7 +4023,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. --- diff --git a/docs/oceanAwsLaunchSpec.go.md b/docs/oceanAwsLaunchSpec.go.md index 82ee7c52..163de6a5 100644 --- a/docs/oceanAwsLaunchSpec.go.md +++ b/docs/oceanAwsLaunchSpec.go.md @@ -4,7 +4,7 @@ ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers @@ -945,7 +945,7 @@ The construct id used in the generated config for the OceanAwsLaunchSpec to impo The id of the existing OceanAwsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1904,7 +1904,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | +| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -1916,7 +1916,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -1939,10 +1939,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | -| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | +| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -1954,7 +1954,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -1966,7 +1966,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -1978,7 +1978,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -1990,7 +1990,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -2010,7 +2010,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | +| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -2022,7 +2022,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -2045,10 +2045,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. | | Ebs | OceanAwsLaunchSpecBlockDeviceMappingsEbs | ebs block. | -| NoDevice | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. | -| VirtualName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | +| NoDevice | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. | +| VirtualName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -2060,7 +2060,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -2074,7 +2074,7 @@ Ebs OceanAwsLaunchSpecBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -2086,7 +2086,7 @@ NoDevice *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -2098,7 +2098,7 @@ VirtualName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -2126,15 +2126,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. | +| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. | | DynamicVolumeSize | OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. | -| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. | -| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. | -| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | +| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. | +| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. | +| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. | +| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. | +| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -2146,7 +2146,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -2160,7 +2160,7 @@ DynamicVolumeSize OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -2172,7 +2172,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -2184,7 +2184,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -2196,7 +2196,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -2208,7 +2208,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -2220,7 +2220,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -2232,7 +2232,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -2244,7 +2244,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -2266,9 +2266,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. | -| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | +| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. | +| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. | +| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -2280,7 +2280,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -2292,7 +2292,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -2304,7 +2304,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -2371,8 +2371,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | -| AssociatePublicIpAddress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | +| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | +| AssociatePublicIpAddress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | | AutoscaleDown | interface{} | autoscale_down block. | | AutoscaleHeadrooms | interface{} | autoscale_headrooms block. | | AutoscaleHeadroomsAutomatic | interface{} | autoscale_headrooms_automatic block. | @@ -2381,30 +2381,30 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | DeleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | ElasticIpPool | interface{} | elastic_ip_pool block. | | EphemeralStorage | interface{} | ephemeral_storage block. | -| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | +| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | | Images | interface{} | images block. | | InstanceMetadataOptions | OceanAwsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| InstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | +| InstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | InstanceTypesFilters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | Labels | interface{} | labels block. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| PreferredOdTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | -| PreferredSpotTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | -| ReservedEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| PreferredOdTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | +| PreferredSpotTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| ReservedEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | | ResourceLimits | interface{} | resource_limits block. | -| RestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | -| RootVolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | +| RestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | +| RootVolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | | SchedulingShutdownHours | OceanAwsLaunchSpecSchedulingShutdownHours | scheduling_shutdown_hours block. | | SchedulingTask | interface{} | scheduling_task block. | -| SecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | +| SecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | | Strategy | interface{} | strategy block. | -| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | +| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | | Tags | interface{} | tags block. | | Taints | interface{} | taints block. | | UpdatePolicy | OceanAwsLaunchSpecUpdatePolicy | update_policy block. | -| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | +| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -2486,7 +2486,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -2498,7 +2498,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -2512,7 +2512,7 @@ AutoscaleDown interface{} autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -2526,7 +2526,7 @@ AutoscaleHeadrooms interface{} autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -2540,7 +2540,7 @@ AutoscaleHeadroomsAutomatic interface{} autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -2554,7 +2554,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -2568,7 +2568,7 @@ CreateOptions OceanAwsLaunchSpecCreateOptions create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -2582,7 +2582,7 @@ DeleteOptions OceanAwsLaunchSpecDeleteOptions delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -2596,7 +2596,7 @@ ElasticIpPool interface{} elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -2610,7 +2610,7 @@ EphemeralStorage interface{} ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -2622,7 +2622,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -2634,7 +2634,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2649,7 +2649,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2663,7 +2663,7 @@ Images interface{} images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -2677,7 +2677,7 @@ InstanceMetadataOptions OceanAwsLaunchSpecInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -2689,7 +2689,7 @@ InstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -2703,7 +2703,7 @@ InstanceTypesFilters OceanAwsLaunchSpecInstanceTypesFilters instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -2717,7 +2717,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -2729,7 +2729,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -2741,7 +2741,7 @@ PreferredOdTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. --- @@ -2753,7 +2753,7 @@ PreferredSpotTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -2765,7 +2765,7 @@ ReservedEnis *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. --- @@ -2779,7 +2779,7 @@ ResourceLimits interface{} resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -2791,7 +2791,7 @@ RestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -2803,7 +2803,7 @@ RootVolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -2817,7 +2817,7 @@ SchedulingShutdownHours OceanAwsLaunchSpecSchedulingShutdownHours scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -2831,7 +2831,7 @@ SchedulingTask interface{} scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -2843,7 +2843,7 @@ SecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -2857,7 +2857,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -2869,7 +2869,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -2883,7 +2883,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -2897,7 +2897,7 @@ Taints interface{} taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -2911,7 +2911,7 @@ UpdatePolicy OceanAwsLaunchSpecUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -2923,7 +2923,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -2943,7 +2943,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| InitialNodes | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | +| InitialNodes | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -2955,7 +2955,7 @@ InitialNodes *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -2976,8 +2976,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ForceDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. | -| DeleteNodes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | +| ForceDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. | +| DeleteNodes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -2989,7 +2989,7 @@ ForceDelete interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -3001,7 +3001,7 @@ DeleteNodes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -3035,7 +3035,7 @@ TagSelector OceanAwsLaunchSpecElasticIpPoolTagSelector tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -3056,8 +3056,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. | -| TagValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | +| TagKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. | +| TagValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -3069,7 +3069,7 @@ TagKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -3081,7 +3081,7 @@ TagValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -3101,7 +3101,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| EphemeralStorageDeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | +| EphemeralStorageDeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | --- @@ -3113,7 +3113,7 @@ EphemeralStorageDeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. --- @@ -3133,7 +3133,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -3145,7 +3145,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3166,8 +3166,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. | -| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | +| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. | +| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -3179,7 +3179,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -3191,7 +3191,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -3228,24 +3228,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | -| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | -| ExcludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | -| ExcludeMetal | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | -| Hypervisor | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | -| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | -| IsEnaSupported | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | -| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | -| MaxNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | -| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | -| MinEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | -| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | -| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | -| MinNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | -| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | -| RootDeviceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | -| VirtualizationTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | +| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | +| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | +| ExcludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | +| ExcludeMetal | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | +| Hypervisor | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | +| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | +| IsEnaSupported | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | +| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | +| MaxNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | +| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | +| MinEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | +| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | +| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | +| MinNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | +| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | +| RootDeviceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | +| VirtualizationTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | --- @@ -3257,7 +3257,7 @@ Categories *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. --- @@ -3269,7 +3269,7 @@ DiskTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. --- @@ -3281,7 +3281,7 @@ ExcludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. --- @@ -3293,7 +3293,7 @@ ExcludeMetal interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. --- @@ -3305,7 +3305,7 @@ Hypervisor *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. --- @@ -3317,7 +3317,7 @@ IncludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. --- @@ -3329,7 +3329,7 @@ IsEnaSupported *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. --- @@ -3341,7 +3341,7 @@ MaxGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. --- @@ -3353,7 +3353,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. --- @@ -3365,7 +3365,7 @@ MaxNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. --- @@ -3377,7 +3377,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. --- @@ -3389,7 +3389,7 @@ MinEnis *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. --- @@ -3401,7 +3401,7 @@ MinGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. --- @@ -3413,7 +3413,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. --- @@ -3425,7 +3425,7 @@ MinNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. --- @@ -3437,7 +3437,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. --- @@ -3449,7 +3449,7 @@ RootDeviceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. --- @@ -3461,7 +3461,7 @@ VirtualizationTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. --- @@ -3482,8 +3482,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3495,7 +3495,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3507,7 +3507,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3528,8 +3528,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. | -| MinInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | +| MaxInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. | +| MinInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -3541,7 +3541,7 @@ MaxInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -3553,7 +3553,7 @@ MinInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -3574,8 +3574,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | +| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -3587,7 +3587,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -3599,7 +3599,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3622,9 +3622,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | | TaskHeadroom | interface{} | task_headroom block. | --- @@ -3637,7 +3637,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -3649,7 +3649,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3661,7 +3661,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -3675,7 +3675,7 @@ TaskHeadroom interface{} task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -3698,10 +3698,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | -| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | +| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -3713,7 +3713,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -3725,7 +3725,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -3737,7 +3737,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -3749,7 +3749,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -3772,10 +3772,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | -| UtilizeCommitments | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. | -| UtilizeReservedInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | +| UtilizeCommitments | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. | +| UtilizeReservedInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. | --- @@ -3787,7 +3787,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. --- @@ -3799,7 +3799,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -3811,7 +3811,7 @@ UtilizeCommitments interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. --- @@ -3823,7 +3823,7 @@ UtilizeReservedInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. --- @@ -3844,8 +3844,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3857,7 +3857,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3869,7 +3869,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3891,9 +3891,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3905,7 +3905,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -3917,7 +3917,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3929,7 +3929,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3950,7 +3950,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | RollConfig | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3963,7 +3963,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -3977,7 +3977,7 @@ RollConfig OceanAwsLaunchSpecUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -3998,8 +3998,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. | --- @@ -4011,7 +4011,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- @@ -4023,7 +4023,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. --- diff --git a/docs/oceanAwsLaunchSpec.java.md b/docs/oceanAwsLaunchSpec.java.md index a1b06898..de77a261 100644 --- a/docs/oceanAwsLaunchSpec.java.md +++ b/docs/oceanAwsLaunchSpec.java.md @@ -4,7 +4,7 @@ ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers @@ -86,8 +86,8 @@ OceanAwsLaunchSpec.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | -| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | +| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | | autoscaleDown | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecAutoscaleDown> | autoscale_down block. | | autoscaleHeadrooms | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecAutoscaleHeadrooms> | autoscale_headrooms block. | | autoscaleHeadroomsAutomatic | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic> | autoscale_headrooms_automatic block. | @@ -96,30 +96,30 @@ OceanAwsLaunchSpec.Builder.create(Construct scope, java.lang.String id) | deleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elasticIpPool | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecElasticIpPool> | elastic_ip_pool block. | | ephemeralStorage | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecEphemeralStorage> | ephemeral_storage block. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | | images | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecImages> | images block. | | instanceMetadataOptions | OceanAwsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | +| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | instanceTypesFilters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | labels | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecLabels> | labels block. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| preferredOdTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | -| preferredSpotTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | -| reservedEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| preferredOdTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | +| preferredSpotTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| reservedEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | | resourceLimits | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecResourceLimits> | resource_limits block. | -| restrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | -| rootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | +| restrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | +| rootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | | schedulingShutdownHours | OceanAwsLaunchSpecSchedulingShutdownHours | scheduling_shutdown_hours block. | | schedulingTask | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecSchedulingTask> | scheduling_task block. | -| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | +| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | | strategy | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecStrategy> | strategy block. | -| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | +| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecTags> | tags block. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecTaints> | taints block. | | updatePolicy | OceanAwsLaunchSpecUpdatePolicy | update_policy block. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -187,7 +187,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -302,7 +302,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -312,7 +312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -322,7 +322,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -330,7 +330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -340,7 +340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -350,7 +350,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -358,7 +358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -366,7 +366,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. --- @@ -374,7 +374,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -382,7 +382,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. --- @@ -392,7 +392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -400,7 +400,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -408,7 +408,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -418,7 +418,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -428,7 +428,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -436,7 +436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -446,7 +446,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -454,7 +454,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -464,7 +464,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -474,7 +474,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -484,7 +484,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -492,7 +492,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -1397,7 +1397,7 @@ The construct id used in the generated config for the OceanAwsLaunchSpec to impo The id of the existing OceanAwsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -2356,7 +2356,7 @@ OceanAwsLaunchSpecAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | +| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -2368,7 +2368,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -2391,10 +2391,10 @@ OceanAwsLaunchSpecAutoscaleHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | -| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | +| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -2406,7 +2406,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -2418,7 +2418,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -2430,7 +2430,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -2442,7 +2442,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -2462,7 +2462,7 @@ OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | +| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -2474,7 +2474,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -2497,10 +2497,10 @@ OceanAwsLaunchSpecBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. | +| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. | | ebs | OceanAwsLaunchSpecBlockDeviceMappingsEbs | ebs block. | -| noDevice | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. | -| virtualName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | +| noDevice | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. | +| virtualName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -2512,7 +2512,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -2526,7 +2526,7 @@ public OceanAwsLaunchSpecBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -2538,7 +2538,7 @@ public java.lang.String getNoDevice(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -2550,7 +2550,7 @@ public java.lang.String getVirtualName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -2580,15 +2580,15 @@ OceanAwsLaunchSpecBlockDeviceMappingsEbs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. | +| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. | | dynamicVolumeSize | OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. | -| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. | -| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. | -| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. | -| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. | -| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | +| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. | +| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. | +| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. | +| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. | +| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. | +| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. | +| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -2600,7 +2600,7 @@ public java.lang.Object getDeleteOnTermination(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -2614,7 +2614,7 @@ public OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize getDynamicVolum dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -2626,7 +2626,7 @@ public java.lang.Object getEncrypted(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -2638,7 +2638,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -2650,7 +2650,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -2662,7 +2662,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -2674,7 +2674,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -2686,7 +2686,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -2698,7 +2698,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -2720,9 +2720,9 @@ OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. | -| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. | -| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | +| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. | +| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. | +| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -2734,7 +2734,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -2746,7 +2746,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -2758,7 +2758,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -2844,8 +2844,8 @@ OceanAwsLaunchSpecConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | -| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | +| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | | autoscaleDown | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecAutoscaleDown> | autoscale_down block. | | autoscaleHeadrooms | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecAutoscaleHeadrooms> | autoscale_headrooms block. | | autoscaleHeadroomsAutomatic | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic> | autoscale_headrooms_automatic block. | @@ -2854,30 +2854,30 @@ OceanAwsLaunchSpecConfig.builder() | deleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elasticIpPool | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecElasticIpPool> | elastic_ip_pool block. | | ephemeralStorage | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecEphemeralStorage> | ephemeral_storage block. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | | images | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecImages> | images block. | | instanceMetadataOptions | OceanAwsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | +| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | instanceTypesFilters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | labels | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecLabels> | labels block. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| preferredOdTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | -| preferredSpotTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | -| reservedEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| preferredOdTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | +| preferredSpotTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| reservedEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | | resourceLimits | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecResourceLimits> | resource_limits block. | -| restrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | -| rootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | +| restrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | +| rootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | | schedulingShutdownHours | OceanAwsLaunchSpecSchedulingShutdownHours | scheduling_shutdown_hours block. | | schedulingTask | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecSchedulingTask> | scheduling_task block. | -| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | +| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | | strategy | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecStrategy> | strategy block. | -| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | +| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecTags> | tags block. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecTaints> | taints block. | | updatePolicy | OceanAwsLaunchSpecUpdatePolicy | update_policy block. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -2959,7 +2959,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -2971,7 +2971,7 @@ public java.lang.Object getAssociatePublicIpAddress(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -2985,7 +2985,7 @@ public java.lang.Object getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -2999,7 +2999,7 @@ public java.lang.Object getAutoscaleHeadrooms(); autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -3013,7 +3013,7 @@ public java.lang.Object getAutoscaleHeadroomsAutomatic(); autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -3027,7 +3027,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -3041,7 +3041,7 @@ public OceanAwsLaunchSpecCreateOptions getCreateOptions(); create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -3055,7 +3055,7 @@ public OceanAwsLaunchSpecDeleteOptions getDeleteOptions(); delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -3069,7 +3069,7 @@ public java.lang.Object getElasticIpPool(); elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -3083,7 +3083,7 @@ public java.lang.Object getEphemeralStorage(); ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -3095,7 +3095,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -3107,7 +3107,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3122,7 +3122,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3136,7 +3136,7 @@ public java.lang.Object getImages(); images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -3150,7 +3150,7 @@ public OceanAwsLaunchSpecInstanceMetadataOptions getInstanceMetadataOptions(); instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -3162,7 +3162,7 @@ public java.util.List getInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -3176,7 +3176,7 @@ public OceanAwsLaunchSpecInstanceTypesFilters getInstanceTypesFilters(); instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -3190,7 +3190,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -3202,7 +3202,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -3214,7 +3214,7 @@ public java.util.List getPreferredOdTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. --- @@ -3226,7 +3226,7 @@ public java.util.List getPreferredSpotTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -3238,7 +3238,7 @@ public java.lang.Number getReservedEnis(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. --- @@ -3252,7 +3252,7 @@ public java.lang.Object getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -3264,7 +3264,7 @@ public java.lang.Object getRestrictScaleDown(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -3276,7 +3276,7 @@ public java.lang.Number getRootVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -3290,7 +3290,7 @@ public OceanAwsLaunchSpecSchedulingShutdownHours getSchedulingShutdownHours(); scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -3304,7 +3304,7 @@ public java.lang.Object getSchedulingTask(); scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -3316,7 +3316,7 @@ public java.util.List getSecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -3330,7 +3330,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -3342,7 +3342,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -3356,7 +3356,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -3370,7 +3370,7 @@ public java.lang.Object getTaints(); taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -3384,7 +3384,7 @@ public OceanAwsLaunchSpecUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -3396,7 +3396,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -3416,7 +3416,7 @@ OceanAwsLaunchSpecCreateOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| initialNodes | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | +| initialNodes | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -3428,7 +3428,7 @@ public java.lang.Number getInitialNodes(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -3451,8 +3451,8 @@ OceanAwsLaunchSpecDeleteOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| forceDelete | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. | -| deleteNodes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | +| forceDelete | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. | +| deleteNodes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -3464,7 +3464,7 @@ public java.lang.Object getForceDelete(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -3476,7 +3476,7 @@ public java.lang.Object getDeleteNodes(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -3510,7 +3510,7 @@ public OceanAwsLaunchSpecElasticIpPoolTagSelector getTagSelector(); tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -3531,8 +3531,8 @@ OceanAwsLaunchSpecElasticIpPoolTagSelector.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. | -| tagValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | +| tagKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. | +| tagValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -3544,7 +3544,7 @@ public java.lang.String getTagKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -3556,7 +3556,7 @@ public java.lang.String getTagValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -3576,7 +3576,7 @@ OceanAwsLaunchSpecEphemeralStorage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ephemeralStorageDeviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | +| ephemeralStorageDeviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | --- @@ -3588,7 +3588,7 @@ public java.lang.String getEphemeralStorageDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. --- @@ -3608,7 +3608,7 @@ OceanAwsLaunchSpecImages.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -3620,7 +3620,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3641,8 +3641,8 @@ OceanAwsLaunchSpecInstanceMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. | -| httpPutResponseHopLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | +| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. | +| httpPutResponseHopLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -3654,7 +3654,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -3666,7 +3666,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -3704,24 +3704,24 @@ OceanAwsLaunchSpecInstanceTypesFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| categories | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | -| diskTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | -| excludeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | -| excludeMetal | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | -| hypervisor | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | -| includeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | -| isEnaSupported | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | -| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | -| maxNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | -| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | -| minEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | -| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | -| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | -| minNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | -| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | -| rootDeviceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | -| virtualizationTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | +| categories | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | +| diskTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | +| excludeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | +| excludeMetal | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | +| hypervisor | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | +| includeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | +| isEnaSupported | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | +| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | +| maxNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | +| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | +| minEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | +| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | +| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | +| minNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | +| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | +| rootDeviceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | +| virtualizationTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | --- @@ -3733,7 +3733,7 @@ public java.util.List getCategories(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. --- @@ -3745,7 +3745,7 @@ public java.util.List getDiskTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. --- @@ -3757,7 +3757,7 @@ public java.util.List getExcludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. --- @@ -3769,7 +3769,7 @@ public java.lang.Object getExcludeMetal(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. --- @@ -3781,7 +3781,7 @@ public java.util.List getHypervisor(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. --- @@ -3793,7 +3793,7 @@ public java.util.List getIncludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. --- @@ -3805,7 +3805,7 @@ public java.lang.String getIsEnaSupported(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. --- @@ -3817,7 +3817,7 @@ public java.lang.Number getMaxGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. --- @@ -3829,7 +3829,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. --- @@ -3841,7 +3841,7 @@ public java.lang.Number getMaxNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. --- @@ -3853,7 +3853,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. --- @@ -3865,7 +3865,7 @@ public java.lang.Number getMinEnis(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. --- @@ -3877,7 +3877,7 @@ public java.lang.Number getMinGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. --- @@ -3889,7 +3889,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. --- @@ -3901,7 +3901,7 @@ public java.lang.Number getMinNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. --- @@ -3913,7 +3913,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. --- @@ -3925,7 +3925,7 @@ public java.util.List getRootDeviceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. --- @@ -3937,7 +3937,7 @@ public java.util.List getVirtualizationTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. --- @@ -3958,8 +3958,8 @@ OceanAwsLaunchSpecLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3971,7 +3971,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3983,7 +3983,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -4004,8 +4004,8 @@ OceanAwsLaunchSpecResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. | -| minInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | +| maxInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. | +| minInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -4017,7 +4017,7 @@ public java.lang.Number getMaxInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -4029,7 +4029,7 @@ public java.lang.Number getMinInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -4051,8 +4051,8 @@ OceanAwsLaunchSpecSchedulingShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | +| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -4064,7 +4064,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -4076,7 +4076,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -4101,9 +4101,9 @@ OceanAwsLaunchSpecSchedulingTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | | taskHeadroom | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecSchedulingTaskTaskHeadroom> | task_headroom block. | --- @@ -4116,7 +4116,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -4128,7 +4128,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -4140,7 +4140,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -4154,7 +4154,7 @@ public java.lang.Object getTaskHeadroom(); task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -4177,10 +4177,10 @@ OceanAwsLaunchSpecSchedulingTaskTaskHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | -| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | +| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -4192,7 +4192,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -4204,7 +4204,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -4216,7 +4216,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -4228,7 +4228,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -4253,10 +4253,10 @@ OceanAwsLaunchSpecStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | -| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. | -| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | +| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. | +| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. | --- @@ -4268,7 +4268,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. --- @@ -4280,7 +4280,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -4292,7 +4292,7 @@ public java.lang.Object getUtilizeCommitments(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. --- @@ -4304,7 +4304,7 @@ public java.lang.Object getUtilizeReservedInstances(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. --- @@ -4325,8 +4325,8 @@ OceanAwsLaunchSpecTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -4338,7 +4338,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -4350,7 +4350,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -4372,9 +4372,9 @@ OceanAwsLaunchSpecTaints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -4386,7 +4386,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -4398,7 +4398,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -4410,7 +4410,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -4432,7 +4432,7 @@ OceanAwsLaunchSpecUpdatePolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | +| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | rollConfig | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -4445,7 +4445,7 @@ public java.lang.Object getShouldRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -4459,7 +4459,7 @@ public OceanAwsLaunchSpecUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -4481,8 +4481,8 @@ OceanAwsLaunchSpecUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | -| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | +| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. | --- @@ -4494,7 +4494,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- @@ -4506,7 +4506,7 @@ public java.lang.Object getRespectPdb(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. --- diff --git a/docs/oceanAwsLaunchSpec.python.md b/docs/oceanAwsLaunchSpec.python.md index a1ef7b72..cd35b93c 100644 --- a/docs/oceanAwsLaunchSpec.python.md +++ b/docs/oceanAwsLaunchSpec.python.md @@ -4,7 +4,7 @@ ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers @@ -69,8 +69,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpec( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | -| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | +| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | | autoscale_down | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecAutoscaleDown]] | autoscale_down block. | | autoscale_headrooms | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecAutoscaleHeadrooms]] | autoscale_headrooms block. | | autoscale_headrooms_automatic | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic]] | autoscale_headrooms_automatic block. | @@ -79,30 +79,30 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpec( | delete_options | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elastic_ip_pool | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecElasticIpPool]] | elastic_ip_pool block. | | ephemeral_storage | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecEphemeralStorage]] | ephemeral_storage block. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | | images | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecImages]] | images block. | | instance_metadata_options | OceanAwsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | +| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | instance_types_filters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | labels | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecLabels]] | labels block. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| preferred_od_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | -| preferred_spot_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | -| reserved_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| preferred_od_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | +| preferred_spot_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| reserved_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | | resource_limits | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecResourceLimits]] | resource_limits block. | -| restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | -| root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | +| restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | +| root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | | scheduling_shutdown_hours | OceanAwsLaunchSpecSchedulingShutdownHours | scheduling_shutdown_hours block. | | scheduling_task | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecSchedulingTask]] | scheduling_task block. | -| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | +| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | | strategy | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecStrategy]] | strategy block. | -| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | +| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | | tags | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecTags]] | tags block. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecTaints]] | taints block. | | update_policy | OceanAwsLaunchSpecUpdatePolicy | update_policy block. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -170,7 +170,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -258,7 +258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -285,7 +285,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -323,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -341,7 +341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. --- @@ -357,7 +357,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -383,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -401,7 +401,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -411,7 +411,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -419,7 +419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -429,7 +429,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -437,7 +437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -447,7 +447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -457,7 +457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -467,7 +467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -475,7 +475,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -954,7 +954,7 @@ def put_create_options( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -971,7 +971,7 @@ def put_delete_options( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -979,7 +979,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -1038,7 +1038,7 @@ def put_instance_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -1046,7 +1046,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -1079,7 +1079,7 @@ def put_instance_types_filters( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. --- @@ -1087,7 +1087,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. --- @@ -1095,7 +1095,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. --- @@ -1103,7 +1103,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. --- @@ -1111,7 +1111,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. --- @@ -1119,7 +1119,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. --- @@ -1127,7 +1127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. --- @@ -1135,7 +1135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. --- @@ -1143,7 +1143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. --- @@ -1151,7 +1151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. --- @@ -1159,7 +1159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. --- @@ -1167,7 +1167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. --- @@ -1175,7 +1175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. --- @@ -1183,7 +1183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. --- @@ -1191,7 +1191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. --- @@ -1199,7 +1199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. --- @@ -1207,7 +1207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. --- @@ -1215,7 +1215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. --- @@ -1260,7 +1260,7 @@ def put_scheduling_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -1268,7 +1268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -1341,7 +1341,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -1351,7 +1351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -1667,7 +1667,7 @@ The construct id used in the generated config for the OceanAwsLaunchSpec to impo The id of the existing OceanAwsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -2626,7 +2626,7 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecAutoscaleDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | +| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -2638,7 +2638,7 @@ max_scale_down_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -2661,10 +2661,10 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecAutoscaleHeadrooms( | **Name** | **Type** | **Description** | | --- | --- | --- | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | -| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | +| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -2676,7 +2676,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -2688,7 +2688,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -2700,7 +2700,7 @@ gpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -2712,7 +2712,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -2732,7 +2732,7 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic( | **Name** | **Type** | **Description** | | --- | --- | --- | -| auto_headroom_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | +| auto_headroom_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -2744,7 +2744,7 @@ auto_headroom_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -2767,10 +2767,10 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. | | ebs | OceanAwsLaunchSpecBlockDeviceMappingsEbs | ebs block. | -| no_device | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. | -| virtual_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | +| no_device | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. | +| virtual_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -2782,7 +2782,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -2796,7 +2796,7 @@ ebs: OceanAwsLaunchSpecBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -2808,7 +2808,7 @@ no_device: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -2820,7 +2820,7 @@ virtual_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -2848,15 +2848,15 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. | +| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. | | dynamic_volume_size | OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. | -| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. | -| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. | -| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. | -| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. | -| volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. | -| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | +| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. | +| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. | +| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. | +| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. | +| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. | +| volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. | +| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -2868,7 +2868,7 @@ delete_on_termination: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -2882,7 +2882,7 @@ dynamic_volume_size: OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -2894,7 +2894,7 @@ encrypted: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -2906,7 +2906,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -2918,7 +2918,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -2930,7 +2930,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -2942,7 +2942,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -2954,7 +2954,7 @@ volume_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -2966,7 +2966,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -2988,9 +2988,9 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize( | **Name** | **Type** | **Description** | | --- | --- | --- | -| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. | -| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. | -| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | +| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. | +| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. | +| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -3002,7 +3002,7 @@ base_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -3014,7 +3014,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -3026,7 +3026,7 @@ size_per_resource_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -3093,8 +3093,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | -| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | +| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | | autoscale_down | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecAutoscaleDown]] | autoscale_down block. | | autoscale_headrooms | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecAutoscaleHeadrooms]] | autoscale_headrooms block. | | autoscale_headrooms_automatic | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic]] | autoscale_headrooms_automatic block. | @@ -3103,30 +3103,30 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecConfig( | delete_options | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elastic_ip_pool | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecElasticIpPool]] | elastic_ip_pool block. | | ephemeral_storage | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecEphemeralStorage]] | ephemeral_storage block. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | | images | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecImages]] | images block. | | instance_metadata_options | OceanAwsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | +| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | instance_types_filters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | labels | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecLabels]] | labels block. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| preferred_od_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | -| preferred_spot_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | -| reserved_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| preferred_od_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | +| preferred_spot_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| reserved_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | | resource_limits | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecResourceLimits]] | resource_limits block. | -| restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | -| root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | +| restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | +| root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | | scheduling_shutdown_hours | OceanAwsLaunchSpecSchedulingShutdownHours | scheduling_shutdown_hours block. | | scheduling_task | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecSchedulingTask]] | scheduling_task block. | -| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | +| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | | strategy | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecStrategy]] | strategy block. | -| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | +| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | | tags | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecTags]] | tags block. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecTaints]] | taints block. | | update_policy | OceanAwsLaunchSpecUpdatePolicy | update_policy block. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -3208,7 +3208,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -3220,7 +3220,7 @@ associate_public_ip_address: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -3234,7 +3234,7 @@ autoscale_down: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecAutoscal autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -3248,7 +3248,7 @@ autoscale_headrooms: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecAut autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -3262,7 +3262,7 @@ autoscale_headrooms_automatic: typing.Union[IResolvable, typing.List[OceanAwsLau autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -3276,7 +3276,7 @@ block_device_mappings: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecB block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -3290,7 +3290,7 @@ create_options: OceanAwsLaunchSpecCreateOptions create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -3304,7 +3304,7 @@ delete_options: OceanAwsLaunchSpecDeleteOptions delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -3318,7 +3318,7 @@ elastic_ip_pool: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecElastic elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -3332,7 +3332,7 @@ ephemeral_storage: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecEphem ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -3344,7 +3344,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -3356,7 +3356,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3371,7 +3371,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3385,7 +3385,7 @@ images: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecImages]] images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -3399,7 +3399,7 @@ instance_metadata_options: OceanAwsLaunchSpecInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -3411,7 +3411,7 @@ instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -3425,7 +3425,7 @@ instance_types_filters: OceanAwsLaunchSpecInstanceTypesFilters instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -3439,7 +3439,7 @@ labels: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecLabels]] labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -3451,7 +3451,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -3463,7 +3463,7 @@ preferred_od_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. --- @@ -3475,7 +3475,7 @@ preferred_spot_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -3487,7 +3487,7 @@ reserved_enis: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. --- @@ -3501,7 +3501,7 @@ resource_limits: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecResourc resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -3513,7 +3513,7 @@ restrict_scale_down: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -3525,7 +3525,7 @@ root_volume_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -3539,7 +3539,7 @@ scheduling_shutdown_hours: OceanAwsLaunchSpecSchedulingShutdownHours scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -3553,7 +3553,7 @@ scheduling_task: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecSchedul scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -3565,7 +3565,7 @@ security_groups: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -3579,7 +3579,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -3591,7 +3591,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -3605,7 +3605,7 @@ tags: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -3619,7 +3619,7 @@ taints: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecTaints]] taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -3633,7 +3633,7 @@ update_policy: OceanAwsLaunchSpecUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -3645,7 +3645,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -3665,7 +3665,7 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| initial_nodes | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | +| initial_nodes | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -3677,7 +3677,7 @@ initial_nodes: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -3698,8 +3698,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| force_delete | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. | -| delete_nodes | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | +| force_delete | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. | +| delete_nodes | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -3711,7 +3711,7 @@ force_delete: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -3723,7 +3723,7 @@ delete_nodes: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -3757,7 +3757,7 @@ tag_selector: OceanAwsLaunchSpecElasticIpPoolTagSelector tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -3778,8 +3778,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector( | **Name** | **Type** | **Description** | | --- | --- | --- | -| tag_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. | -| tag_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | +| tag_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. | +| tag_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -3791,7 +3791,7 @@ tag_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -3803,7 +3803,7 @@ tag_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -3823,7 +3823,7 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecEphemeralStorage( | **Name** | **Type** | **Description** | | --- | --- | --- | -| ephemeral_storage_device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | +| ephemeral_storage_device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | --- @@ -3835,7 +3835,7 @@ ephemeral_storage_device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. --- @@ -3855,7 +3855,7 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecImages( | **Name** | **Type** | **Description** | | --- | --- | --- | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -3867,7 +3867,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3888,8 +3888,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. | -| http_put_response_hop_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | +| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. | +| http_put_response_hop_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -3901,7 +3901,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -3913,7 +3913,7 @@ http_put_response_hop_limit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -3950,24 +3950,24 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| categories | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | -| disk_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | -| exclude_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | -| exclude_metal | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | -| hypervisor | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | -| include_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | -| is_ena_supported | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | -| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | -| max_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | -| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | -| min_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | -| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | -| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | -| min_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | -| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | -| root_device_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | -| virtualization_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | +| categories | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | +| disk_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | +| exclude_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | +| exclude_metal | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | +| hypervisor | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | +| include_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | +| is_ena_supported | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | +| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | +| max_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | +| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | +| min_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | +| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | +| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | +| min_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | +| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | +| root_device_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | +| virtualization_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | --- @@ -3979,7 +3979,7 @@ categories: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. --- @@ -3991,7 +3991,7 @@ disk_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. --- @@ -4003,7 +4003,7 @@ exclude_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. --- @@ -4015,7 +4015,7 @@ exclude_metal: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. --- @@ -4027,7 +4027,7 @@ hypervisor: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. --- @@ -4039,7 +4039,7 @@ include_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. --- @@ -4051,7 +4051,7 @@ is_ena_supported: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. --- @@ -4063,7 +4063,7 @@ max_gpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. --- @@ -4075,7 +4075,7 @@ max_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. --- @@ -4087,7 +4087,7 @@ max_network_performance: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. --- @@ -4099,7 +4099,7 @@ max_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. --- @@ -4111,7 +4111,7 @@ min_enis: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. --- @@ -4123,7 +4123,7 @@ min_gpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. --- @@ -4135,7 +4135,7 @@ min_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. --- @@ -4147,7 +4147,7 @@ min_network_performance: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. --- @@ -4159,7 +4159,7 @@ min_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. --- @@ -4171,7 +4171,7 @@ root_device_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. --- @@ -4183,7 +4183,7 @@ virtualization_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. --- @@ -4204,8 +4204,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -4217,7 +4217,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -4229,7 +4229,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -4250,8 +4250,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecResourceLimits( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_instance_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. | -| min_instance_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | +| max_instance_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. | +| min_instance_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -4263,7 +4263,7 @@ max_instance_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -4275,7 +4275,7 @@ min_instance_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -4296,8 +4296,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | +| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -4309,7 +4309,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -4321,7 +4321,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -4344,9 +4344,9 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | | task_headroom | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecSchedulingTaskTaskHeadroom]] | task_headroom block. | --- @@ -4359,7 +4359,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -4371,7 +4371,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -4383,7 +4383,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -4397,7 +4397,7 @@ task_headroom: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecSchedulin task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -4420,10 +4420,10 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingTaskTaskHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | -| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | +| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -4435,7 +4435,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -4447,7 +4447,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -4459,7 +4459,7 @@ gpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -4471,7 +4471,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -4494,10 +4494,10 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | -| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. | -| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | +| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. | +| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. | --- @@ -4509,7 +4509,7 @@ draining_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. --- @@ -4521,7 +4521,7 @@ spot_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -4533,7 +4533,7 @@ utilize_commitments: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. --- @@ -4545,7 +4545,7 @@ utilize_reserved_instances: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. --- @@ -4566,8 +4566,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -4579,7 +4579,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -4591,7 +4591,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -4613,9 +4613,9 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecTaints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -4627,7 +4627,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -4639,7 +4639,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -4651,7 +4651,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -4672,7 +4672,7 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | +| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | roll_config | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -4685,7 +4685,7 @@ should_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -4699,7 +4699,7 @@ roll_config: OceanAwsLaunchSpecUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -4720,8 +4720,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | -| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | +| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. | --- @@ -4733,7 +4733,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- @@ -4745,7 +4745,7 @@ respect_pdb: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. --- @@ -6902,7 +6902,7 @@ def put_dynamic_volume_size( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -6910,7 +6910,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -6918,7 +6918,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -7663,7 +7663,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -7673,7 +7673,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -7681,7 +7681,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -7689,7 +7689,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -7697,7 +7697,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -7705,7 +7705,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -7713,7 +7713,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -7721,7 +7721,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -7729,7 +7729,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -8952,7 +8952,7 @@ def put_tag_selector( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -8960,7 +8960,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -15833,7 +15833,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- @@ -15841,7 +15841,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. --- diff --git a/docs/oceanAwsLaunchSpec.typescript.md b/docs/oceanAwsLaunchSpec.typescript.md index bdcf81d8..60f01b8c 100644 --- a/docs/oceanAwsLaunchSpec.typescript.md +++ b/docs/oceanAwsLaunchSpec.typescript.md @@ -4,7 +4,7 @@ ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers @@ -945,7 +945,7 @@ The construct id used in the generated config for the OceanAwsLaunchSpec to impo The id of the existing OceanAwsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1902,7 +1902,7 @@ const oceanAwsLaunchSpecAutoscaleDown: oceanAwsLaunchSpec.OceanAwsLaunchSpecAuto | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | +| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -1914,7 +1914,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -1932,10 +1932,10 @@ const oceanAwsLaunchSpecAutoscaleHeadrooms: oceanAwsLaunchSpec.OceanAwsLaunchSpe | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | -| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | +| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -1947,7 +1947,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -1959,7 +1959,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -1971,7 +1971,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -1983,7 +1983,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -2001,7 +2001,7 @@ const oceanAwsLaunchSpecAutoscaleHeadroomsAutomatic: oceanAwsLaunchSpec.OceanAws | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | +| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -2013,7 +2013,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -2031,10 +2031,10 @@ const oceanAwsLaunchSpecBlockDeviceMappings: oceanAwsLaunchSpec.OceanAwsLaunchSp | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. | | ebs | OceanAwsLaunchSpecBlockDeviceMappingsEbs | ebs block. | -| noDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. | -| virtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | +| noDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. | +| virtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -2046,7 +2046,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -2060,7 +2060,7 @@ public readonly ebs: OceanAwsLaunchSpecBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -2072,7 +2072,7 @@ public readonly noDevice: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -2084,7 +2084,7 @@ public readonly virtualName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -2102,15 +2102,15 @@ const oceanAwsLaunchSpecBlockDeviceMappingsEbs: oceanAwsLaunchSpec.OceanAwsLaunc | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. | +| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. | | dynamicVolumeSize | OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. | -| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. | -| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. | -| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | +| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. | +| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. | +| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. | +| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. | +| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -2122,7 +2122,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -2136,7 +2136,7 @@ public readonly dynamicVolumeSize: OceanAwsLaunchSpecBlockDeviceMappingsEbsDynam dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -2148,7 +2148,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -2160,7 +2160,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -2172,7 +2172,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -2184,7 +2184,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -2196,7 +2196,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -2208,7 +2208,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -2220,7 +2220,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -2238,9 +2238,9 @@ const oceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize: oceanAwsLaunchS | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. | -| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | +| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. | +| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. | +| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -2252,7 +2252,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -2264,7 +2264,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -2276,7 +2276,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -2301,8 +2301,8 @@ const oceanAwsLaunchSpecConfig: oceanAwsLaunchSpec.OceanAwsLaunchSpecConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | -| associatePublicIpAddress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | +| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. | +| associatePublicIpAddress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. | | autoscaleDown | cdktf.IResolvable \| OceanAwsLaunchSpecAutoscaleDown[] | autoscale_down block. | | autoscaleHeadrooms | cdktf.IResolvable \| OceanAwsLaunchSpecAutoscaleHeadrooms[] | autoscale_headrooms block. | | autoscaleHeadroomsAutomatic | cdktf.IResolvable \| OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic[] | autoscale_headrooms_automatic block. | @@ -2311,30 +2311,30 @@ const oceanAwsLaunchSpecConfig: oceanAwsLaunchSpec.OceanAwsLaunchSpecConfig = { | deleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elasticIpPool | cdktf.IResolvable \| OceanAwsLaunchSpecElasticIpPool[] | elastic_ip_pool block. | | ephemeralStorage | cdktf.IResolvable \| OceanAwsLaunchSpecEphemeralStorage[] | ephemeral_storage block. | -| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | +| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | | images | cdktf.IResolvable \| OceanAwsLaunchSpecImages[] | images block. | | instanceMetadataOptions | OceanAwsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | +| instanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | instanceTypesFilters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | labels | cdktf.IResolvable \| OceanAwsLaunchSpecLabels[] | labels block. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| preferredOdTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | -| preferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | -| reservedEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| preferredOdTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. | +| preferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| reservedEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. | | resourceLimits | cdktf.IResolvable \| OceanAwsLaunchSpecResourceLimits[] | resource_limits block. | -| restrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | -| rootVolumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | +| restrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. | +| rootVolumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. | | schedulingShutdownHours | OceanAwsLaunchSpecSchedulingShutdownHours | scheduling_shutdown_hours block. | | schedulingTask | cdktf.IResolvable \| OceanAwsLaunchSpecSchedulingTask[] | scheduling_task block. | -| securityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | +| securityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. | | strategy | cdktf.IResolvable \| OceanAwsLaunchSpecStrategy[] | strategy block. | -| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | +| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. | | tags | cdktf.IResolvable \| OceanAwsLaunchSpecTags[] | tags block. | | taints | cdktf.IResolvable \| OceanAwsLaunchSpecTaints[] | taints block. | | updatePolicy | OceanAwsLaunchSpecUpdatePolicy | update_policy block. | -| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | +| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -2416,7 +2416,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -2428,7 +2428,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -2442,7 +2442,7 @@ public readonly autoscaleDown: IResolvable | OceanAwsLaunchSpecAutoscaleDown[]; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -2456,7 +2456,7 @@ public readonly autoscaleHeadrooms: IResolvable | OceanAwsLaunchSpecAutoscaleHea autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -2470,7 +2470,7 @@ public readonly autoscaleHeadroomsAutomatic: IResolvable | OceanAwsLaunchSpecAut autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -2484,7 +2484,7 @@ public readonly blockDeviceMappings: IResolvable | OceanAwsLaunchSpecBlockDevice block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -2498,7 +2498,7 @@ public readonly createOptions: OceanAwsLaunchSpecCreateOptions; create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -2512,7 +2512,7 @@ public readonly deleteOptions: OceanAwsLaunchSpecDeleteOptions; delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -2526,7 +2526,7 @@ public readonly elasticIpPool: IResolvable | OceanAwsLaunchSpecElasticIpPool[]; elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -2540,7 +2540,7 @@ public readonly ephemeralStorage: IResolvable | OceanAwsLaunchSpecEphemeralStora ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -2552,7 +2552,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -2564,7 +2564,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2579,7 +2579,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2593,7 +2593,7 @@ public readonly images: IResolvable | OceanAwsLaunchSpecImages[]; images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -2607,7 +2607,7 @@ public readonly instanceMetadataOptions: OceanAwsLaunchSpecInstanceMetadataOptio instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -2619,7 +2619,7 @@ public readonly instanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -2633,7 +2633,7 @@ public readonly instanceTypesFilters: OceanAwsLaunchSpecInstanceTypesFilters; instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -2647,7 +2647,7 @@ public readonly labels: IResolvable | OceanAwsLaunchSpecLabels[]; labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -2659,7 +2659,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -2671,7 +2671,7 @@ public readonly preferredOdTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types}. --- @@ -2683,7 +2683,7 @@ public readonly preferredSpotTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -2695,7 +2695,7 @@ public readonly reservedEnis: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis}. --- @@ -2709,7 +2709,7 @@ public readonly resourceLimits: IResolvable | OceanAwsLaunchSpecResourceLimits[] resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -2721,7 +2721,7 @@ public readonly restrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -2733,7 +2733,7 @@ public readonly rootVolumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -2747,7 +2747,7 @@ public readonly schedulingShutdownHours: OceanAwsLaunchSpecSchedulingShutdownHou scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -2761,7 +2761,7 @@ public readonly schedulingTask: IResolvable | OceanAwsLaunchSpecSchedulingTask[] scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -2773,7 +2773,7 @@ public readonly securityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -2787,7 +2787,7 @@ public readonly strategy: IResolvable | OceanAwsLaunchSpecStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -2799,7 +2799,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -2813,7 +2813,7 @@ public readonly tags: IResolvable | OceanAwsLaunchSpecTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -2827,7 +2827,7 @@ public readonly taints: IResolvable | OceanAwsLaunchSpecTaints[]; taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -2841,7 +2841,7 @@ public readonly updatePolicy: OceanAwsLaunchSpecUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -2853,7 +2853,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -2871,7 +2871,7 @@ const oceanAwsLaunchSpecCreateOptions: oceanAwsLaunchSpec.OceanAwsLaunchSpecCrea | **Name** | **Type** | **Description** | | --- | --- | --- | -| initialNodes | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | +| initialNodes | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -2883,7 +2883,7 @@ public readonly initialNodes: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -2901,8 +2901,8 @@ const oceanAwsLaunchSpecDeleteOptions: oceanAwsLaunchSpec.OceanAwsLaunchSpecDele | **Name** | **Type** | **Description** | | --- | --- | --- | -| forceDelete | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. | -| deleteNodes | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | +| forceDelete | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. | +| deleteNodes | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -2914,7 +2914,7 @@ public readonly forceDelete: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -2926,7 +2926,7 @@ public readonly deleteNodes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -2958,7 +2958,7 @@ public readonly tagSelector: OceanAwsLaunchSpecElasticIpPoolTagSelector; tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -2976,8 +2976,8 @@ const oceanAwsLaunchSpecElasticIpPoolTagSelector: oceanAwsLaunchSpec.OceanAwsLau | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. | -| tagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | +| tagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. | +| tagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -2989,7 +2989,7 @@ public readonly tagKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -3001,7 +3001,7 @@ public readonly tagValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -3019,7 +3019,7 @@ const oceanAwsLaunchSpecEphemeralStorage: oceanAwsLaunchSpec.OceanAwsLaunchSpecE | **Name** | **Type** | **Description** | | --- | --- | --- | -| ephemeralStorageDeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | +| ephemeralStorageDeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | --- @@ -3031,7 +3031,7 @@ public readonly ephemeralStorageDeviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. --- @@ -3049,7 +3049,7 @@ const oceanAwsLaunchSpecImages: oceanAwsLaunchSpec.OceanAwsLaunchSpecImages = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -3061,7 +3061,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3079,8 +3079,8 @@ const oceanAwsLaunchSpecInstanceMetadataOptions: oceanAwsLaunchSpec.OceanAwsLaun | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. | -| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | +| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. | +| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -3092,7 +3092,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -3104,7 +3104,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -3122,24 +3122,24 @@ const oceanAwsLaunchSpecInstanceTypesFilters: oceanAwsLaunchSpec.OceanAwsLaunchS | **Name** | **Type** | **Description** | | --- | --- | --- | -| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | -| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | -| excludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | -| excludeMetal | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | -| hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | -| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | -| isEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | -| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | -| maxNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | -| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | -| minEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | -| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | -| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | -| minNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | -| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | -| rootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | -| virtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | +| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | +| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | +| excludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | +| excludeMetal | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | +| hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | +| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | +| isEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | +| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | +| maxNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | +| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | +| minEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | +| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | +| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | +| minNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | +| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | +| rootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | +| virtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | --- @@ -3151,7 +3151,7 @@ public readonly categories: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. --- @@ -3163,7 +3163,7 @@ public readonly diskTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. --- @@ -3175,7 +3175,7 @@ public readonly excludeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. --- @@ -3187,7 +3187,7 @@ public readonly excludeMetal: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. --- @@ -3199,7 +3199,7 @@ public readonly hypervisor: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. --- @@ -3211,7 +3211,7 @@ public readonly includeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. --- @@ -3223,7 +3223,7 @@ public readonly isEnaSupported: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. --- @@ -3235,7 +3235,7 @@ public readonly maxGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. --- @@ -3247,7 +3247,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. --- @@ -3259,7 +3259,7 @@ public readonly maxNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. --- @@ -3271,7 +3271,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. --- @@ -3283,7 +3283,7 @@ public readonly minEnis: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. --- @@ -3295,7 +3295,7 @@ public readonly minGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. --- @@ -3307,7 +3307,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. --- @@ -3319,7 +3319,7 @@ public readonly minNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. --- @@ -3331,7 +3331,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. --- @@ -3343,7 +3343,7 @@ public readonly rootDeviceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. --- @@ -3355,7 +3355,7 @@ public readonly virtualizationTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. --- @@ -3373,8 +3373,8 @@ const oceanAwsLaunchSpecLabels: oceanAwsLaunchSpec.OceanAwsLaunchSpecLabels = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3386,7 +3386,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3398,7 +3398,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3416,8 +3416,8 @@ const oceanAwsLaunchSpecResourceLimits: oceanAwsLaunchSpec.OceanAwsLaunchSpecRes | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. | -| minInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | +| maxInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. | +| minInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -3429,7 +3429,7 @@ public readonly maxInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -3441,7 +3441,7 @@ public readonly minInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -3459,8 +3459,8 @@ const oceanAwsLaunchSpecSchedulingShutdownHours: oceanAwsLaunchSpec.OceanAwsLaun | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | +| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -3472,7 +3472,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -3484,7 +3484,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3502,9 +3502,9 @@ const oceanAwsLaunchSpecSchedulingTask: oceanAwsLaunchSpec.OceanAwsLaunchSpecSch | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | | taskHeadroom | cdktf.IResolvable \| OceanAwsLaunchSpecSchedulingTaskTaskHeadroom[] | task_headroom block. | --- @@ -3517,7 +3517,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -3529,7 +3529,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3541,7 +3541,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -3555,7 +3555,7 @@ public readonly taskHeadroom: IResolvable | OceanAwsLaunchSpecSchedulingTaskTask task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -3573,10 +3573,10 @@ const oceanAwsLaunchSpecSchedulingTaskTaskHeadroom: oceanAwsLaunchSpec.OceanAwsL | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | -| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. | +| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -3588,7 +3588,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -3600,7 +3600,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -3612,7 +3612,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -3624,7 +3624,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -3642,10 +3642,10 @@ const oceanAwsLaunchSpecStrategy: oceanAwsLaunchSpec.OceanAwsLaunchSpecStrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | -| utilizeCommitments | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. | -| utilizeReservedInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | +| utilizeCommitments | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. | +| utilizeReservedInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. | --- @@ -3657,7 +3657,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout}. --- @@ -3669,7 +3669,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -3681,7 +3681,7 @@ public readonly utilizeCommitments: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments}. --- @@ -3693,7 +3693,7 @@ public readonly utilizeReservedInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances}. --- @@ -3711,8 +3711,8 @@ const oceanAwsLaunchSpecTags: oceanAwsLaunchSpec.OceanAwsLaunchSpecTags = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3724,7 +3724,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3736,7 +3736,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3754,9 +3754,9 @@ const oceanAwsLaunchSpecTaints: oceanAwsLaunchSpec.OceanAwsLaunchSpecTaints = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3768,7 +3768,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -3780,7 +3780,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3792,7 +3792,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3810,7 +3810,7 @@ const oceanAwsLaunchSpecUpdatePolicy: oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdat | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | +| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | rollConfig | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3823,7 +3823,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -3837,7 +3837,7 @@ public readonly rollConfig: OceanAwsLaunchSpecUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -3855,8 +3855,8 @@ const oceanAwsLaunchSpecUpdatePolicyRollConfig: oceanAwsLaunchSpec.OceanAwsLaunc | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | -| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | +| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. | --- @@ -3868,7 +3868,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- @@ -3880,7 +3880,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb}. --- diff --git a/docs/oceanEcs.csharp.md b/docs/oceanEcs.csharp.md index 1711c853..3390363d 100644 --- a/docs/oceanEcs.csharp.md +++ b/docs/oceanEcs.csharp.md @@ -4,7 +4,7 @@ ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -786,7 +786,7 @@ The construct id used in the generated config for the OceanEcs to import. The id of the existing OceanEcs that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use --- @@ -1731,15 +1731,15 @@ new OceanEcsAutoscaler { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | +| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | | Down | OceanEcsAutoscalerDown | down block. | -| EnableAutomaticAndManualHeadroom | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. | +| EnableAutomaticAndManualHeadroom | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. | | Headroom | OceanEcsAutoscalerHeadroom | headroom block. | -| IsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| IsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | | ResourceLimits | OceanEcsAutoscalerResourceLimits | resource_limits block. | -| ShouldScaleDownNonServiceTasks | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | +| ShouldScaleDownNonServiceTasks | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -1751,7 +1751,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -1763,7 +1763,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -1777,7 +1777,7 @@ public OceanEcsAutoscalerDown Down { get; set; } down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -1789,7 +1789,7 @@ public object EnableAutomaticAndManualHeadroom { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -1803,7 +1803,7 @@ public OceanEcsAutoscalerHeadroom Headroom { get; set; } headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -1815,7 +1815,7 @@ public object IsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -1827,7 +1827,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -1841,7 +1841,7 @@ public OceanEcsAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -1853,7 +1853,7 @@ public object ShouldScaleDownNonServiceTasks { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -1873,7 +1873,7 @@ new OceanEcsAutoscalerDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | +| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -1885,7 +1885,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -1907,9 +1907,9 @@ new OceanEcsAutoscalerHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -1921,7 +1921,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -1933,7 +1933,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -1945,7 +1945,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -1966,8 +1966,8 @@ new OceanEcsAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | -| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | +| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -1979,7 +1979,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -1991,7 +1991,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -2014,10 +2014,10 @@ new OceanEcsBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. | | Ebs | OceanEcsBlockDeviceMappingsEbs | ebs block. | -| NoDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. | -| VirtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | +| NoDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. | +| VirtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -2029,7 +2029,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -2043,7 +2043,7 @@ public OceanEcsBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -2055,7 +2055,7 @@ public string NoDevice { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -2067,7 +2067,7 @@ public string VirtualName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -2095,15 +2095,15 @@ new OceanEcsBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. | +| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. | | DynamicVolumeSize | OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. | -| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. | -| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. | -| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | +| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | +| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. | +| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. | +| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. | +| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -2115,7 +2115,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -2129,7 +2129,7 @@ public OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize DynamicVolumeSize { get; dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -2141,7 +2141,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2153,7 +2153,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2165,7 +2165,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2177,7 +2177,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2189,7 +2189,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2201,7 +2201,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2213,7 +2213,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -2235,9 +2235,9 @@ new OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | -| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | +| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | +| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | +| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -2249,7 +2249,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -2261,7 +2261,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -2273,7 +2273,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -2293,7 +2293,7 @@ new OceanEcsClusterOrientation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AvailabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | +| AvailabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -2305,7 +2305,7 @@ public string AvailabilityVsCost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -2371,39 +2371,39 @@ new OceanEcsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. | -| SecurityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | -| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | -| AssociatePublicIpAddress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | +| ClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. | +| SecurityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | +| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | +| AssociatePublicIpAddress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | | Autoscaler | OceanEcsAutoscaler | autoscaler block. | -| Blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| Blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | | BlockDeviceMappings | object | block_device_mappings block. | | ClusterOrientation | object | cluster_orientation block. | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | -| EbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | +| EbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | | Filters | OceanEcsFilters | filters block. | -| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. | | InstanceMetadataOptions | OceanEcsInstanceMetadataOptions | instance_metadata_options block. | -| KeyPair | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | +| KeyPair | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | | Logging | OceanEcsLogging | logging block. | -| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | -| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | -| Monitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | +| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | +| Monitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | | OptimizeImages | OceanEcsOptimizeImages | optimize_images block. | | ScheduledTask | object | scheduled_task block. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | | Tags | object | tags block. | | UpdatePolicy | OceanEcsUpdatePolicy | update_policy block. | -| UseAsTemplateOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | -| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | -| UtilizeCommitments | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | -| UtilizeReservedInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | -| Whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | +| UseAsTemplateOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | +| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | +| UtilizeCommitments | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | +| UtilizeReservedInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | +| Whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -2485,7 +2485,7 @@ public string ClusterName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -2497,7 +2497,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -2509,7 +2509,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -2521,7 +2521,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -2533,7 +2533,7 @@ public string[] SecurityGroupIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -2545,7 +2545,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -2557,7 +2557,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -2571,7 +2571,7 @@ public OceanEcsAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -2583,7 +2583,7 @@ public string[] Blacklist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -2597,7 +2597,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -2611,7 +2611,7 @@ public object ClusterOrientation { get; set; } cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -2623,7 +2623,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -2635,7 +2635,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -2647,7 +2647,7 @@ public object EbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -2661,7 +2661,7 @@ public OceanEcsFilters Filters { get; set; } filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -2673,7 +2673,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -2685,7 +2685,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2702,7 +2702,7 @@ public OceanEcsInstanceMetadataOptions InstanceMetadataOptions { get; set; } instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -2714,7 +2714,7 @@ public string KeyPair { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -2728,7 +2728,7 @@ public OceanEcsLogging Logging { get; set; } logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -2740,7 +2740,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -2752,7 +2752,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -2764,7 +2764,7 @@ public object Monitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -2778,7 +2778,7 @@ public OceanEcsOptimizeImages OptimizeImages { get; set; } optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -2792,7 +2792,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -2804,7 +2804,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -2818,7 +2818,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -2832,7 +2832,7 @@ public OceanEcsUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -2844,7 +2844,7 @@ public object UseAsTemplateOnly { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -2856,7 +2856,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -2868,7 +2868,7 @@ public object UtilizeCommitments { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -2880,7 +2880,7 @@ public object UtilizeReservedInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -2892,7 +2892,7 @@ public string[] Whitelist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -2930,25 +2930,25 @@ new OceanEcsFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | -| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | -| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. | -| ExcludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. | -| ExcludeMetal | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. | -| Hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | -| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. | -| IsEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. | -| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | -| MaxNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. | -| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | -| MinEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. | -| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. | -| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. | -| MinNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. | -| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. | -| RootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. | -| VirtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | +| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | +| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | +| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. | +| ExcludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. | +| ExcludeMetal | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. | +| Hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | +| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. | +| IsEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. | +| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | +| MaxNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. | +| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | +| MinEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. | +| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. | +| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. | +| MinNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. | +| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. | +| RootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. | +| VirtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -2960,7 +2960,7 @@ public string[] Architectures { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -2972,7 +2972,7 @@ public string[] Categories { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -2984,7 +2984,7 @@ public string[] DiskTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -2996,7 +2996,7 @@ public string[] ExcludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -3008,7 +3008,7 @@ public object ExcludeMetal { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -3020,7 +3020,7 @@ public string[] Hypervisor { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -3032,7 +3032,7 @@ public string[] IncludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -3044,7 +3044,7 @@ public string IsEnaSupported { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -3056,7 +3056,7 @@ public double MaxGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -3068,7 +3068,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -3080,7 +3080,7 @@ public double MaxNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -3092,7 +3092,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -3104,7 +3104,7 @@ public double MinEnis { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -3116,7 +3116,7 @@ public double MinGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -3128,7 +3128,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -3140,7 +3140,7 @@ public double MinNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3152,7 +3152,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3164,7 +3164,7 @@ public string[] RootDeviceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3176,7 +3176,7 @@ public string[] VirtualizationTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3197,8 +3197,8 @@ new OceanEcsInstanceMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. | -| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | +| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. | +| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -3210,7 +3210,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -3222,7 +3222,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -3256,7 +3256,7 @@ public OceanEcsLoggingExport Export { get; set; } export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -3290,7 +3290,7 @@ public object S3 { get; set; } s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -3310,7 +3310,7 @@ new OceanEcsLoggingExportS3 { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -3322,7 +3322,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3347,9 +3347,9 @@ new OceanEcsOptimizeImages { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. | -| ShouldOptimizeEcsAmi | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | +| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. | +| ShouldOptimizeEcsAmi | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. | +| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -3361,7 +3361,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -3373,7 +3373,7 @@ public object ShouldOptimizeEcsAmi { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -3385,7 +3385,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3421,7 +3421,7 @@ public OceanEcsScheduledTaskShutdownHours ShutdownHours { get; set; } shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -3435,7 +3435,7 @@ public object Tasks { get; set; } tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -3456,8 +3456,8 @@ new OceanEcsScheduledTaskShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -3469,7 +3469,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3481,7 +3481,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3503,9 +3503,9 @@ new OceanEcsScheduledTaskTasks { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -3517,7 +3517,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -3529,7 +3529,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3541,7 +3541,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -3562,8 +3562,8 @@ new OceanEcsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key OceanEcs#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#value OceanEcs#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key OceanEcs#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -3575,7 +3575,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -3587,7 +3587,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -3610,9 +3610,9 @@ new OceanEcsUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. | -| AutoApplyTags | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. | -| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. | +| AutoApplyTags | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. | +| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | RollConfig | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -3625,7 +3625,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -3637,7 +3637,7 @@ public object AutoApplyTags { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -3649,7 +3649,7 @@ public object ConditionedRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -3663,7 +3663,7 @@ public OceanEcsUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -3684,8 +3684,8 @@ new OceanEcsUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -3697,7 +3697,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -3709,7 +3709,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. --- diff --git a/docs/oceanEcs.go.md b/docs/oceanEcs.go.md index d87497e3..58233cdb 100644 --- a/docs/oceanEcs.go.md +++ b/docs/oceanEcs.go.md @@ -4,7 +4,7 @@ ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -786,7 +786,7 @@ The construct id used in the generated config for the OceanEcs to import. The id of the existing OceanEcs that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use --- @@ -1731,15 +1731,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | +| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | | Down | OceanEcsAutoscalerDown | down block. | -| EnableAutomaticAndManualHeadroom | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. | +| EnableAutomaticAndManualHeadroom | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. | | Headroom | OceanEcsAutoscalerHeadroom | headroom block. | -| IsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| IsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | | ResourceLimits | OceanEcsAutoscalerResourceLimits | resource_limits block. | -| ShouldScaleDownNonServiceTasks | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | +| ShouldScaleDownNonServiceTasks | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -1751,7 +1751,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -1763,7 +1763,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -1777,7 +1777,7 @@ Down OceanEcsAutoscalerDown down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -1789,7 +1789,7 @@ EnableAutomaticAndManualHeadroom interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -1803,7 +1803,7 @@ Headroom OceanEcsAutoscalerHeadroom headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -1815,7 +1815,7 @@ IsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -1827,7 +1827,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -1841,7 +1841,7 @@ ResourceLimits OceanEcsAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -1853,7 +1853,7 @@ ShouldScaleDownNonServiceTasks interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -1873,7 +1873,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | +| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -1885,7 +1885,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -1907,9 +1907,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -1921,7 +1921,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -1933,7 +1933,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -1945,7 +1945,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -1966,8 +1966,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | -| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | +| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -1979,7 +1979,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -1991,7 +1991,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -2014,10 +2014,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. | | Ebs | OceanEcsBlockDeviceMappingsEbs | ebs block. | -| NoDevice | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. | -| VirtualName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | +| NoDevice | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. | +| VirtualName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -2029,7 +2029,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -2043,7 +2043,7 @@ Ebs OceanEcsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -2055,7 +2055,7 @@ NoDevice *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -2067,7 +2067,7 @@ VirtualName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -2095,15 +2095,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. | +| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. | | DynamicVolumeSize | OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. | -| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. | -| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. | -| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | +| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | +| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. | +| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. | +| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. | +| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -2115,7 +2115,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -2129,7 +2129,7 @@ DynamicVolumeSize OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -2141,7 +2141,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2153,7 +2153,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2165,7 +2165,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2177,7 +2177,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2189,7 +2189,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2201,7 +2201,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2213,7 +2213,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -2235,9 +2235,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | -| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | +| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | +| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | +| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -2249,7 +2249,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -2261,7 +2261,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -2273,7 +2273,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -2293,7 +2293,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AvailabilityVsCost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | +| AvailabilityVsCost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -2305,7 +2305,7 @@ AvailabilityVsCost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -2371,39 +2371,39 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. | -| SecurityGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | -| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | -| AssociatePublicIpAddress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | +| ClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. | +| SecurityGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | +| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | +| AssociatePublicIpAddress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | | Autoscaler | OceanEcsAutoscaler | autoscaler block. | -| Blacklist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| Blacklist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | | BlockDeviceMappings | interface{} | block_device_mappings block. | | ClusterOrientation | interface{} | cluster_orientation block. | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | -| EbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | +| EbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | | Filters | OceanEcsFilters | filters block. | -| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. | | InstanceMetadataOptions | OceanEcsInstanceMetadataOptions | instance_metadata_options block. | -| KeyPair | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | +| KeyPair | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | | Logging | OceanEcsLogging | logging block. | -| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | -| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | -| Monitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | +| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | +| Monitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | | OptimizeImages | OceanEcsOptimizeImages | optimize_images block. | | ScheduledTask | interface{} | scheduled_task block. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | | Tags | interface{} | tags block. | | UpdatePolicy | OceanEcsUpdatePolicy | update_policy block. | -| UseAsTemplateOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | -| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | -| UtilizeCommitments | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | -| UtilizeReservedInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | -| Whitelist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | +| UseAsTemplateOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | +| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | +| UtilizeCommitments | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | +| UtilizeReservedInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | +| Whitelist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -2485,7 +2485,7 @@ ClusterName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -2497,7 +2497,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -2509,7 +2509,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -2521,7 +2521,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -2533,7 +2533,7 @@ SecurityGroupIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -2545,7 +2545,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -2557,7 +2557,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -2571,7 +2571,7 @@ Autoscaler OceanEcsAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -2583,7 +2583,7 @@ Blacklist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -2597,7 +2597,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -2611,7 +2611,7 @@ ClusterOrientation interface{} cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -2623,7 +2623,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -2635,7 +2635,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -2647,7 +2647,7 @@ EbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -2661,7 +2661,7 @@ Filters OceanEcsFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -2673,7 +2673,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -2685,7 +2685,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2702,7 +2702,7 @@ InstanceMetadataOptions OceanEcsInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -2714,7 +2714,7 @@ KeyPair *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -2728,7 +2728,7 @@ Logging OceanEcsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -2740,7 +2740,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -2752,7 +2752,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -2764,7 +2764,7 @@ Monitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -2778,7 +2778,7 @@ OptimizeImages OceanEcsOptimizeImages optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -2792,7 +2792,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -2804,7 +2804,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -2818,7 +2818,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -2832,7 +2832,7 @@ UpdatePolicy OceanEcsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -2844,7 +2844,7 @@ UseAsTemplateOnly interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -2856,7 +2856,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -2868,7 +2868,7 @@ UtilizeCommitments interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -2880,7 +2880,7 @@ UtilizeReservedInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -2892,7 +2892,7 @@ Whitelist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -2930,25 +2930,25 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | -| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | -| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. | -| ExcludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. | -| ExcludeMetal | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. | -| Hypervisor | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | -| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. | -| IsEnaSupported | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. | -| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | -| MaxNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. | -| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | -| MinEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. | -| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. | -| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. | -| MinNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. | -| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. | -| RootDeviceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. | -| VirtualizationTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | +| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | +| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | +| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. | +| ExcludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. | +| ExcludeMetal | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. | +| Hypervisor | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | +| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. | +| IsEnaSupported | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. | +| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | +| MaxNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. | +| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | +| MinEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. | +| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. | +| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. | +| MinNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. | +| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. | +| RootDeviceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. | +| VirtualizationTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -2960,7 +2960,7 @@ Architectures *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -2972,7 +2972,7 @@ Categories *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -2984,7 +2984,7 @@ DiskTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -2996,7 +2996,7 @@ ExcludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -3008,7 +3008,7 @@ ExcludeMetal interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -3020,7 +3020,7 @@ Hypervisor *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -3032,7 +3032,7 @@ IncludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -3044,7 +3044,7 @@ IsEnaSupported *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -3056,7 +3056,7 @@ MaxGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -3068,7 +3068,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -3080,7 +3080,7 @@ MaxNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -3092,7 +3092,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -3104,7 +3104,7 @@ MinEnis *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -3116,7 +3116,7 @@ MinGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -3128,7 +3128,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -3140,7 +3140,7 @@ MinNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3152,7 +3152,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3164,7 +3164,7 @@ RootDeviceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3176,7 +3176,7 @@ VirtualizationTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3197,8 +3197,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. | -| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | +| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. | +| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -3210,7 +3210,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -3222,7 +3222,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -3256,7 +3256,7 @@ Export OceanEcsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -3290,7 +3290,7 @@ S3 interface{} s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -3310,7 +3310,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -3322,7 +3322,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3347,9 +3347,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. | -| ShouldOptimizeEcsAmi | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | +| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. | +| ShouldOptimizeEcsAmi | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. | +| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -3361,7 +3361,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -3373,7 +3373,7 @@ ShouldOptimizeEcsAmi interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -3385,7 +3385,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3421,7 +3421,7 @@ ShutdownHours OceanEcsScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -3435,7 +3435,7 @@ Tasks interface{} tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -3456,8 +3456,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -3469,7 +3469,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3481,7 +3481,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3503,9 +3503,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -3517,7 +3517,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -3529,7 +3529,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3541,7 +3541,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -3562,8 +3562,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key OceanEcs#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#value OceanEcs#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key OceanEcs#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -3575,7 +3575,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -3587,7 +3587,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -3610,9 +3610,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. | -| AutoApplyTags | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. | -| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. | +| AutoApplyTags | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. | +| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | RollConfig | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -3625,7 +3625,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -3637,7 +3637,7 @@ AutoApplyTags interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -3649,7 +3649,7 @@ ConditionedRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -3663,7 +3663,7 @@ RollConfig OceanEcsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -3684,8 +3684,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -3697,7 +3697,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -3709,7 +3709,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. --- diff --git a/docs/oceanEcs.java.md b/docs/oceanEcs.java.md index ccbf5530..a58a2be3 100644 --- a/docs/oceanEcs.java.md +++ b/docs/oceanEcs.java.md @@ -4,7 +4,7 @@ ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -80,39 +80,39 @@ OceanEcs.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| clusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. | -| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | -| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | -| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | +| clusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. | +| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | +| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | +| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | | autoscaler | OceanEcsAutoscaler | autoscaler block. | -| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | | blockDeviceMappings | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsBlockDeviceMappings> | block_device_mappings block. | | clusterOrientation | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsClusterOrientation> | cluster_orientation block. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | -| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | +| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | | filters | OceanEcsFilters | filters block. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. | | instanceMetadataOptions | OceanEcsInstanceMetadataOptions | instance_metadata_options block. | -| keyPair | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | +| keyPair | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | | logging | OceanEcsLogging | logging block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | -| monitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | +| monitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | | optimizeImages | OceanEcsOptimizeImages | optimize_images block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsScheduledTask> | scheduled_task block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsTags> | tags block. | | updatePolicy | OceanEcsUpdatePolicy | update_policy block. | -| useAsTemplateOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | -| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | -| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | -| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | +| useAsTemplateOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | +| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | +| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | +| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -180,7 +180,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -282,7 +282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -308,7 +308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -316,7 +316,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -329,7 +329,7 @@ If you experience problems setting this value it might not be settable. Please t instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -337,7 +337,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -347,7 +347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -363,7 +363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -371,7 +371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -381,7 +381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -399,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -409,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -419,7 +419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -427,7 +427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -435,7 +435,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -443,7 +443,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -451,7 +451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -459,7 +459,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -1205,7 +1205,7 @@ The construct id used in the generated config for the OceanEcs to import. The id of the existing OceanEcs that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use --- @@ -2154,15 +2154,15 @@ OceanEcsAutoscaler.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | +| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | | down | OceanEcsAutoscalerDown | down block. | -| enableAutomaticAndManualHeadroom | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. | +| enableAutomaticAndManualHeadroom | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. | | headroom | OceanEcsAutoscalerHeadroom | headroom block. | -| isAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| isAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | | resourceLimits | OceanEcsAutoscalerResourceLimits | resource_limits block. | -| shouldScaleDownNonServiceTasks | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | +| shouldScaleDownNonServiceTasks | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -2174,7 +2174,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -2186,7 +2186,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -2200,7 +2200,7 @@ public OceanEcsAutoscalerDown getDown(); down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -2212,7 +2212,7 @@ public java.lang.Object getEnableAutomaticAndManualHeadroom(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -2226,7 +2226,7 @@ public OceanEcsAutoscalerHeadroom getHeadroom(); headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -2238,7 +2238,7 @@ public java.lang.Object getIsAutoConfig(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -2250,7 +2250,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -2264,7 +2264,7 @@ public OceanEcsAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -2276,7 +2276,7 @@ public java.lang.Object getShouldScaleDownNonServiceTasks(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -2296,7 +2296,7 @@ OceanEcsAutoscalerDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | +| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -2308,7 +2308,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -2330,9 +2330,9 @@ OceanEcsAutoscalerHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -2344,7 +2344,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -2356,7 +2356,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -2368,7 +2368,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -2389,8 +2389,8 @@ OceanEcsAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | -| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | +| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -2402,7 +2402,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -2414,7 +2414,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -2437,10 +2437,10 @@ OceanEcsBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. | +| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. | | ebs | OceanEcsBlockDeviceMappingsEbs | ebs block. | -| noDevice | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. | -| virtualName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | +| noDevice | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. | +| virtualName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -2452,7 +2452,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -2466,7 +2466,7 @@ public OceanEcsBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -2478,7 +2478,7 @@ public java.lang.String getNoDevice(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -2490,7 +2490,7 @@ public java.lang.String getVirtualName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -2520,15 +2520,15 @@ OceanEcsBlockDeviceMappingsEbs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. | +| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. | | dynamicVolumeSize | OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | -| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. | -| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. | -| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | -| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. | -| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | +| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | +| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | +| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. | +| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. | +| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | +| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. | +| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -2540,7 +2540,7 @@ public java.lang.Object getDeleteOnTermination(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -2554,7 +2554,7 @@ public OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize getDynamicVolumeSize(); dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -2566,7 +2566,7 @@ public java.lang.Object getEncrypted(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2578,7 +2578,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2590,7 +2590,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2602,7 +2602,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2614,7 +2614,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2626,7 +2626,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2638,7 +2638,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -2660,9 +2660,9 @@ OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | -| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | -| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | +| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | +| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | +| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -2674,7 +2674,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -2686,7 +2686,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -2698,7 +2698,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -2718,7 +2718,7 @@ OceanEcsClusterOrientation.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| availabilityVsCost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | +| availabilityVsCost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -2730,7 +2730,7 @@ public java.lang.String getAvailabilityVsCost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -2810,39 +2810,39 @@ OceanEcsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| clusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. | -| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | -| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | -| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | +| clusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. | +| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | +| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | +| associatePublicIpAddress | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | | autoscaler | OceanEcsAutoscaler | autoscaler block. | -| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | | blockDeviceMappings | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsBlockDeviceMappings> | block_device_mappings block. | | clusterOrientation | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsClusterOrientation> | cluster_orientation block. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | -| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | +| ebsOptimized | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | | filters | OceanEcsFilters | filters block. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. | | instanceMetadataOptions | OceanEcsInstanceMetadataOptions | instance_metadata_options block. | -| keyPair | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | +| keyPair | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | | logging | OceanEcsLogging | logging block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | -| monitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | +| monitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | | optimizeImages | OceanEcsOptimizeImages | optimize_images block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsScheduledTask> | scheduled_task block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsTags> | tags block. | | updatePolicy | OceanEcsUpdatePolicy | update_policy block. | -| useAsTemplateOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | -| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | -| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | -| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | +| useAsTemplateOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | +| utilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | +| utilizeReservedInstances | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | +| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -2924,7 +2924,7 @@ public java.lang.String getClusterName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -2936,7 +2936,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -2948,7 +2948,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -2960,7 +2960,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -2972,7 +2972,7 @@ public java.util.List getSecurityGroupIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -2984,7 +2984,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -2996,7 +2996,7 @@ public java.lang.Object getAssociatePublicIpAddress(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -3010,7 +3010,7 @@ public OceanEcsAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -3022,7 +3022,7 @@ public java.util.List getBlacklist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -3036,7 +3036,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -3050,7 +3050,7 @@ public java.lang.Object getClusterOrientation(); cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -3062,7 +3062,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -3074,7 +3074,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -3086,7 +3086,7 @@ public java.lang.Object getEbsOptimized(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -3100,7 +3100,7 @@ public OceanEcsFilters getFilters(); filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -3112,7 +3112,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -3124,7 +3124,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3141,7 +3141,7 @@ public OceanEcsInstanceMetadataOptions getInstanceMetadataOptions(); instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -3153,7 +3153,7 @@ public java.lang.String getKeyPair(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -3167,7 +3167,7 @@ public OceanEcsLogging getLogging(); logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -3179,7 +3179,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -3191,7 +3191,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -3203,7 +3203,7 @@ public java.lang.Object getMonitoring(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -3217,7 +3217,7 @@ public OceanEcsOptimizeImages getOptimizeImages(); optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -3231,7 +3231,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -3243,7 +3243,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -3257,7 +3257,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -3271,7 +3271,7 @@ public OceanEcsUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -3283,7 +3283,7 @@ public java.lang.Object getUseAsTemplateOnly(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -3295,7 +3295,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -3307,7 +3307,7 @@ public java.lang.Object getUtilizeCommitments(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -3319,7 +3319,7 @@ public java.lang.Object getUtilizeReservedInstances(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -3331,7 +3331,7 @@ public java.util.List getWhitelist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -3370,25 +3370,25 @@ OceanEcsFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | -| categories | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | -| diskTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. | -| excludeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. | -| excludeMetal | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. | -| hypervisor | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | -| includeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. | -| isEnaSupported | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. | -| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | -| maxNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. | -| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | -| minEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. | -| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. | -| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. | -| minNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. | -| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. | -| rootDeviceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. | -| virtualizationTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | +| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | +| categories | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | +| diskTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. | +| excludeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. | +| excludeMetal | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. | +| hypervisor | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | +| includeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. | +| isEnaSupported | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. | +| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | +| maxNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. | +| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | +| minEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. | +| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. | +| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. | +| minNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. | +| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. | +| rootDeviceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. | +| virtualizationTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -3400,7 +3400,7 @@ public java.util.List getArchitectures(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -3412,7 +3412,7 @@ public java.util.List getCategories(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -3424,7 +3424,7 @@ public java.util.List getDiskTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -3436,7 +3436,7 @@ public java.util.List getExcludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -3448,7 +3448,7 @@ public java.lang.Object getExcludeMetal(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -3460,7 +3460,7 @@ public java.util.List getHypervisor(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -3472,7 +3472,7 @@ public java.util.List getIncludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -3484,7 +3484,7 @@ public java.lang.String getIsEnaSupported(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -3496,7 +3496,7 @@ public java.lang.Number getMaxGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -3508,7 +3508,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -3520,7 +3520,7 @@ public java.lang.Number getMaxNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -3532,7 +3532,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -3544,7 +3544,7 @@ public java.lang.Number getMinEnis(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -3556,7 +3556,7 @@ public java.lang.Number getMinGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -3568,7 +3568,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -3580,7 +3580,7 @@ public java.lang.Number getMinNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3592,7 +3592,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3604,7 +3604,7 @@ public java.util.List getRootDeviceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3616,7 +3616,7 @@ public java.util.List getVirtualizationTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3637,8 +3637,8 @@ OceanEcsInstanceMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. | -| httpPutResponseHopLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | +| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. | +| httpPutResponseHopLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -3650,7 +3650,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -3662,7 +3662,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -3696,7 +3696,7 @@ public OceanEcsLoggingExport getExport(); export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -3731,7 +3731,7 @@ public java.lang.Object getS3(); s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -3751,7 +3751,7 @@ OceanEcsLoggingExportS3.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -3763,7 +3763,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3789,9 +3789,9 @@ OceanEcsOptimizeImages.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. | -| shouldOptimizeEcsAmi | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | +| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. | +| shouldOptimizeEcsAmi | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. | +| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -3803,7 +3803,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -3815,7 +3815,7 @@ public java.lang.Object getShouldOptimizeEcsAmi(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -3827,7 +3827,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3864,7 +3864,7 @@ public OceanEcsScheduledTaskShutdownHours getShutdownHours(); shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -3878,7 +3878,7 @@ public java.lang.Object getTasks(); tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -3900,8 +3900,8 @@ OceanEcsScheduledTaskShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -3913,7 +3913,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3925,7 +3925,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3948,9 +3948,9 @@ OceanEcsScheduledTaskTasks.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -3962,7 +3962,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -3974,7 +3974,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3986,7 +3986,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -4007,8 +4007,8 @@ OceanEcsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key OceanEcs#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#value OceanEcs#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key OceanEcs#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -4020,7 +4020,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -4032,7 +4032,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -4058,9 +4058,9 @@ OceanEcsUpdatePolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. | -| autoApplyTags | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. | -| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | +| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. | +| autoApplyTags | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. | +| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | rollConfig | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -4073,7 +4073,7 @@ public java.lang.Object getShouldRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -4085,7 +4085,7 @@ public java.lang.Object getAutoApplyTags(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -4097,7 +4097,7 @@ public java.lang.Object getConditionedRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -4111,7 +4111,7 @@ public OceanEcsUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -4132,8 +4132,8 @@ OceanEcsUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -4145,7 +4145,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -4157,7 +4157,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. --- diff --git a/docs/oceanEcs.python.md b/docs/oceanEcs.python.md index 714692be..4209c570 100644 --- a/docs/oceanEcs.python.md +++ b/docs/oceanEcs.python.md @@ -4,7 +4,7 @@ ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -68,39 +68,39 @@ oceanEcs.OceanEcs( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. | -| security_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | -| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | -| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | +| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. | +| security_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | +| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | +| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | | autoscaler | OceanEcsAutoscaler | autoscaler block. | -| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | | block_device_mappings | typing.Union[cdktf.IResolvable, typing.List[OceanEcsBlockDeviceMappings]] | block_device_mappings block. | | cluster_orientation | typing.Union[cdktf.IResolvable, typing.List[OceanEcsClusterOrientation]] | cluster_orientation block. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | -| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | +| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | | filters | OceanEcsFilters | filters block. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. | | instance_metadata_options | OceanEcsInstanceMetadataOptions | instance_metadata_options block. | -| key_pair | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | +| key_pair | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | | logging | OceanEcsLogging | logging block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | -| monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | +| monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | | optimize_images | OceanEcsOptimizeImages | optimize_images block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[OceanEcsScheduledTask]] | scheduled_task block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | | tags | typing.Union[cdktf.IResolvable, typing.List[OceanEcsTags]] | tags block. | | update_policy | OceanEcsUpdatePolicy | update_policy block. | -| use_as_template_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | -| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | -| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | -| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | +| use_as_template_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | +| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | +| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | +| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -168,7 +168,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -278,7 +278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -288,7 +288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -296,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -304,7 +304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -317,7 +317,7 @@ If you experience problems setting this value it might not be settable. Please t instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -343,7 +343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -351,7 +351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -387,7 +387,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -397,7 +397,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -407,7 +407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -415,7 +415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -423,7 +423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -431,7 +431,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -439,7 +439,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -447,7 +447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -863,7 +863,7 @@ def put_autoscaler( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -871,7 +871,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -881,7 +881,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -889,7 +889,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -899,7 +899,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -907,7 +907,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -915,7 +915,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -925,7 +925,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -933,7 +933,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -995,7 +995,7 @@ def put_filters( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -1003,7 +1003,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -1011,7 +1011,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -1019,7 +1019,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -1027,7 +1027,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -1035,7 +1035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -1043,7 +1043,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -1051,7 +1051,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -1059,7 +1059,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -1067,7 +1067,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -1075,7 +1075,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -1083,7 +1083,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -1091,7 +1091,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -1099,7 +1099,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -1107,7 +1107,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -1115,7 +1115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -1123,7 +1123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -1131,7 +1131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -1139,7 +1139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -1156,7 +1156,7 @@ def put_instance_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -1164,7 +1164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -1182,7 +1182,7 @@ def put_logging( export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -1200,7 +1200,7 @@ def put_optimize_images( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -1208,7 +1208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -1216,7 +1216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -1263,7 +1263,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -1271,7 +1271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -1279,7 +1279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -1289,7 +1289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -1569,7 +1569,7 @@ The construct id used in the generated config for the OceanEcs to import. The id of the existing OceanEcs that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use --- @@ -2514,15 +2514,15 @@ oceanEcs.OceanEcsAutoscaler( | **Name** | **Type** | **Description** | | --- | --- | --- | -| auto_headroom_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | +| auto_headroom_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | | down | OceanEcsAutoscalerDown | down block. | -| enable_automatic_and_manual_headroom | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. | +| enable_automatic_and_manual_headroom | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. | | headroom | OceanEcsAutoscalerHeadroom | headroom block. | -| is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | | resource_limits | OceanEcsAutoscalerResourceLimits | resource_limits block. | -| should_scale_down_non_service_tasks | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | +| should_scale_down_non_service_tasks | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -2534,7 +2534,7 @@ auto_headroom_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -2546,7 +2546,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -2560,7 +2560,7 @@ down: OceanEcsAutoscalerDown down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -2572,7 +2572,7 @@ enable_automatic_and_manual_headroom: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -2586,7 +2586,7 @@ headroom: OceanEcsAutoscalerHeadroom headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -2598,7 +2598,7 @@ is_auto_config: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -2610,7 +2610,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -2624,7 +2624,7 @@ resource_limits: OceanEcsAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -2636,7 +2636,7 @@ should_scale_down_non_service_tasks: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -2656,7 +2656,7 @@ oceanEcs.OceanEcsAutoscalerDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | +| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -2668,7 +2668,7 @@ max_scale_down_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -2690,9 +2690,9 @@ oceanEcs.OceanEcsAutoscalerHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -2704,7 +2704,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -2716,7 +2716,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -2728,7 +2728,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -2749,8 +2749,8 @@ oceanEcs.OceanEcsAutoscalerResourceLimits( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | -| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | +| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -2762,7 +2762,7 @@ max_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -2774,7 +2774,7 @@ max_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -2797,10 +2797,10 @@ oceanEcs.OceanEcsBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. | | ebs | OceanEcsBlockDeviceMappingsEbs | ebs block. | -| no_device | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. | -| virtual_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | +| no_device | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. | +| virtual_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -2812,7 +2812,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -2826,7 +2826,7 @@ ebs: OceanEcsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -2838,7 +2838,7 @@ no_device: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -2850,7 +2850,7 @@ virtual_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -2878,15 +2878,15 @@ oceanEcs.OceanEcsBlockDeviceMappingsEbs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. | +| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. | | dynamic_volume_size | OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | -| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | -| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. | -| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. | -| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | -| volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. | -| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | +| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | +| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | +| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. | +| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. | +| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | +| volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. | +| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -2898,7 +2898,7 @@ delete_on_termination: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -2912,7 +2912,7 @@ dynamic_volume_size: OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -2924,7 +2924,7 @@ encrypted: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2936,7 +2936,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2948,7 +2948,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2960,7 +2960,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2972,7 +2972,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2984,7 +2984,7 @@ volume_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2996,7 +2996,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -3018,9 +3018,9 @@ oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize( | **Name** | **Type** | **Description** | | --- | --- | --- | -| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | -| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | -| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | +| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | +| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | +| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -3032,7 +3032,7 @@ base_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -3044,7 +3044,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -3056,7 +3056,7 @@ size_per_resource_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -3076,7 +3076,7 @@ oceanEcs.OceanEcsClusterOrientation( | **Name** | **Type** | **Description** | | --- | --- | --- | -| availability_vs_cost | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | +| availability_vs_cost | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -3088,7 +3088,7 @@ availability_vs_cost: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -3154,39 +3154,39 @@ oceanEcs.OceanEcsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. | -| security_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | -| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | -| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | +| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. | +| security_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | +| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | +| associate_public_ip_address | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | | autoscaler | OceanEcsAutoscaler | autoscaler block. | -| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | | block_device_mappings | typing.Union[cdktf.IResolvable, typing.List[OceanEcsBlockDeviceMappings]] | block_device_mappings block. | | cluster_orientation | typing.Union[cdktf.IResolvable, typing.List[OceanEcsClusterOrientation]] | cluster_orientation block. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | -| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | +| ebs_optimized | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | | filters | OceanEcsFilters | filters block. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. | | instance_metadata_options | OceanEcsInstanceMetadataOptions | instance_metadata_options block. | -| key_pair | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | +| key_pair | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | | logging | OceanEcsLogging | logging block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | -| monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | +| monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | | optimize_images | OceanEcsOptimizeImages | optimize_images block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[OceanEcsScheduledTask]] | scheduled_task block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | | tags | typing.Union[cdktf.IResolvable, typing.List[OceanEcsTags]] | tags block. | | update_policy | OceanEcsUpdatePolicy | update_policy block. | -| use_as_template_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | -| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | -| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | -| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | +| use_as_template_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | +| utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | +| utilize_reserved_instances | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | +| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -3268,7 +3268,7 @@ cluster_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -3280,7 +3280,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -3292,7 +3292,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -3304,7 +3304,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -3316,7 +3316,7 @@ security_group_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -3328,7 +3328,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -3340,7 +3340,7 @@ associate_public_ip_address: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -3354,7 +3354,7 @@ autoscaler: OceanEcsAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -3366,7 +3366,7 @@ blacklist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -3380,7 +3380,7 @@ block_device_mappings: typing.Union[IResolvable, typing.List[OceanEcsBlockDevice block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -3394,7 +3394,7 @@ cluster_orientation: typing.Union[IResolvable, typing.List[OceanEcsClusterOrient cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -3406,7 +3406,7 @@ desired_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -3418,7 +3418,7 @@ draining_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -3430,7 +3430,7 @@ ebs_optimized: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -3444,7 +3444,7 @@ filters: OceanEcsFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -3456,7 +3456,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -3468,7 +3468,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3485,7 +3485,7 @@ instance_metadata_options: OceanEcsInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -3497,7 +3497,7 @@ key_pair: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -3511,7 +3511,7 @@ logging: OceanEcsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -3523,7 +3523,7 @@ max_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -3535,7 +3535,7 @@ min_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -3547,7 +3547,7 @@ monitoring: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -3561,7 +3561,7 @@ optimize_images: OceanEcsOptimizeImages optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -3575,7 +3575,7 @@ scheduled_task: typing.Union[IResolvable, typing.List[OceanEcsScheduledTask]] scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -3587,7 +3587,7 @@ spot_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -3601,7 +3601,7 @@ tags: typing.Union[IResolvable, typing.List[OceanEcsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -3615,7 +3615,7 @@ update_policy: OceanEcsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -3627,7 +3627,7 @@ use_as_template_only: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -3639,7 +3639,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -3651,7 +3651,7 @@ utilize_commitments: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -3663,7 +3663,7 @@ utilize_reserved_instances: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -3675,7 +3675,7 @@ whitelist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -3713,25 +3713,25 @@ oceanEcs.OceanEcsFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | -| categories | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | -| disk_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. | -| exclude_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. | -| exclude_metal | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. | -| hypervisor | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | -| include_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. | -| is_ena_supported | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. | -| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | -| max_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. | -| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | -| min_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. | -| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. | -| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. | -| min_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. | -| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. | -| root_device_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. | -| virtualization_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | +| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | +| categories | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | +| disk_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. | +| exclude_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. | +| exclude_metal | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. | +| hypervisor | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | +| include_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. | +| is_ena_supported | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. | +| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | +| max_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. | +| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | +| min_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. | +| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. | +| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. | +| min_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. | +| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. | +| root_device_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. | +| virtualization_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -3743,7 +3743,7 @@ architectures: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -3755,7 +3755,7 @@ categories: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -3767,7 +3767,7 @@ disk_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -3779,7 +3779,7 @@ exclude_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -3791,7 +3791,7 @@ exclude_metal: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -3803,7 +3803,7 @@ hypervisor: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -3815,7 +3815,7 @@ include_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -3827,7 +3827,7 @@ is_ena_supported: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -3839,7 +3839,7 @@ max_gpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -3851,7 +3851,7 @@ max_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -3863,7 +3863,7 @@ max_network_performance: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -3875,7 +3875,7 @@ max_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -3887,7 +3887,7 @@ min_enis: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -3899,7 +3899,7 @@ min_gpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -3911,7 +3911,7 @@ min_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -3923,7 +3923,7 @@ min_network_performance: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3935,7 +3935,7 @@ min_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3947,7 +3947,7 @@ root_device_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3959,7 +3959,7 @@ virtualization_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3980,8 +3980,8 @@ oceanEcs.OceanEcsInstanceMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. | -| http_put_response_hop_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | +| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. | +| http_put_response_hop_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -3993,7 +3993,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -4005,7 +4005,7 @@ http_put_response_hop_limit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -4039,7 +4039,7 @@ export: OceanEcsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -4073,7 +4073,7 @@ s3: typing.Union[IResolvable, typing.List[OceanEcsLoggingExportS3]] s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -4093,7 +4093,7 @@ oceanEcs.OceanEcsLoggingExportS3( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -4105,7 +4105,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4130,9 +4130,9 @@ oceanEcs.OceanEcsOptimizeImages( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. | -| should_optimize_ecs_ami | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | +| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. | +| should_optimize_ecs_ami | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. | +| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -4144,7 +4144,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -4156,7 +4156,7 @@ should_optimize_ecs_ami: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -4168,7 +4168,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -4204,7 +4204,7 @@ shutdown_hours: OceanEcsScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -4218,7 +4218,7 @@ tasks: typing.Union[IResolvable, typing.List[OceanEcsScheduledTaskTasks]] tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -4239,8 +4239,8 @@ oceanEcs.OceanEcsScheduledTaskShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -4252,7 +4252,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -4264,7 +4264,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -4286,9 +4286,9 @@ oceanEcs.OceanEcsScheduledTaskTasks( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -4300,7 +4300,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -4312,7 +4312,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -4324,7 +4324,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -4345,8 +4345,8 @@ oceanEcs.OceanEcsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key OceanEcs#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#value OceanEcs#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key OceanEcs#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -4358,7 +4358,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -4370,7 +4370,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -4393,9 +4393,9 @@ oceanEcs.OceanEcsUpdatePolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. | -| auto_apply_tags | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. | -| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | +| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. | +| auto_apply_tags | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. | +| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | roll_config | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -4408,7 +4408,7 @@ should_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -4420,7 +4420,7 @@ auto_apply_tags: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -4432,7 +4432,7 @@ conditioned_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -4446,7 +4446,7 @@ roll_config: OceanEcsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -4467,8 +4467,8 @@ oceanEcs.OceanEcsUpdatePolicyRollConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -4480,7 +4480,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -4492,7 +4492,7 @@ batch_min_healthy_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. --- @@ -5414,7 +5414,7 @@ def put_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -5432,7 +5432,7 @@ def put_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -5440,7 +5440,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -5448,7 +5448,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -5465,7 +5465,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -5473,7 +5473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -6699,7 +6699,7 @@ def put_dynamic_volume_size( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -6707,7 +6707,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -6715,7 +6715,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -7459,7 +7459,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -7469,7 +7469,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -7477,7 +7477,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -7485,7 +7485,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -7493,7 +7493,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -7501,7 +7501,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -7509,7 +7509,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -7517,7 +7517,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -7525,7 +7525,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -10372,7 +10372,7 @@ def put_export( s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -11232,7 +11232,7 @@ def put_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -11240,7 +11240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -12968,7 +12968,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -12976,7 +12976,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. --- diff --git a/docs/oceanEcs.typescript.md b/docs/oceanEcs.typescript.md index 3f3b9bb8..7878d008 100644 --- a/docs/oceanEcs.typescript.md +++ b/docs/oceanEcs.typescript.md @@ -4,7 +4,7 @@ ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -786,7 +786,7 @@ The construct id used in the generated config for the OceanEcs to import. The id of the existing OceanEcs that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use --- @@ -1721,15 +1721,15 @@ const oceanEcsAutoscaler: oceanEcs.OceanEcsAutoscaler = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | +| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | | down | OceanEcsAutoscalerDown | down block. | -| enableAutomaticAndManualHeadroom | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. | +| enableAutomaticAndManualHeadroom | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. | | headroom | OceanEcsAutoscalerHeadroom | headroom block. | -| isAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| isAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | | resourceLimits | OceanEcsAutoscalerResourceLimits | resource_limits block. | -| shouldScaleDownNonServiceTasks | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | +| shouldScaleDownNonServiceTasks | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -1741,7 +1741,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -1753,7 +1753,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -1767,7 +1767,7 @@ public readonly down: OceanEcsAutoscalerDown; down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -1779,7 +1779,7 @@ public readonly enableAutomaticAndManualHeadroom: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -1793,7 +1793,7 @@ public readonly headroom: OceanEcsAutoscalerHeadroom; headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -1805,7 +1805,7 @@ public readonly isAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -1817,7 +1817,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -1831,7 +1831,7 @@ public readonly resourceLimits: OceanEcsAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -1843,7 +1843,7 @@ public readonly shouldScaleDownNonServiceTasks: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -1861,7 +1861,7 @@ const oceanEcsAutoscalerDown: oceanEcs.OceanEcsAutoscalerDown = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | +| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -1873,7 +1873,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -1891,9 +1891,9 @@ const oceanEcsAutoscalerHeadroom: oceanEcs.OceanEcsAutoscalerHeadroom = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -1905,7 +1905,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -1917,7 +1917,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -1929,7 +1929,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -1947,8 +1947,8 @@ const oceanEcsAutoscalerResourceLimits: oceanEcs.OceanEcsAutoscalerResourceLimit | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | -| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | +| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -1960,7 +1960,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -1972,7 +1972,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -1990,10 +1990,10 @@ const oceanEcsBlockDeviceMappings: oceanEcs.OceanEcsBlockDeviceMappings = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. | | ebs | OceanEcsBlockDeviceMappingsEbs | ebs block. | -| noDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. | -| virtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | +| noDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. | +| virtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -2005,7 +2005,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -2019,7 +2019,7 @@ public readonly ebs: OceanEcsBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -2031,7 +2031,7 @@ public readonly noDevice: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -2043,7 +2043,7 @@ public readonly virtualName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -2061,15 +2061,15 @@ const oceanEcsBlockDeviceMappingsEbs: oceanEcs.OceanEcsBlockDeviceMappingsEbs = | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. | +| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. | | dynamicVolumeSize | OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. | -| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. | -| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. | -| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | +| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | +| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. | +| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. | +| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. | +| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -2081,7 +2081,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -2095,7 +2095,7 @@ public readonly dynamicVolumeSize: OceanEcsBlockDeviceMappingsEbsDynamicVolumeSi dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -2107,7 +2107,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2119,7 +2119,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2131,7 +2131,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2143,7 +2143,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2155,7 +2155,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2167,7 +2167,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2179,7 +2179,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -2197,9 +2197,9 @@ const oceanEcsBlockDeviceMappingsEbsDynamicVolumeSize: oceanEcs.OceanEcsBlockDev | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | -| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | +| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | +| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | +| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -2211,7 +2211,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -2223,7 +2223,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -2235,7 +2235,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -2253,7 +2253,7 @@ const oceanEcsClusterOrientation: oceanEcs.OceanEcsClusterOrientation = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| availabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | +| availabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -2265,7 +2265,7 @@ public readonly availabilityVsCost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -2290,39 +2290,39 @@ const oceanEcsConfig: oceanEcs.OceanEcsConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| clusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. | -| securityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | -| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | -| associatePublicIpAddress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | +| clusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. | +| securityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. | +| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | +| associatePublicIpAddress | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. | | autoscaler | OceanEcsAutoscaler | autoscaler block. | -| blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | | blockDeviceMappings | cdktf.IResolvable \| OceanEcsBlockDeviceMappings[] | block_device_mappings block. | | clusterOrientation | cdktf.IResolvable \| OceanEcsClusterOrientation[] | cluster_orientation block. | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | -| ebsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | +| ebsOptimized | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | | filters | OceanEcsFilters | filters block. | -| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. | | instanceMetadataOptions | OceanEcsInstanceMetadataOptions | instance_metadata_options block. | -| keyPair | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | +| keyPair | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | | logging | OceanEcsLogging | logging block. | -| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | -| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | -| monitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | +| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | +| monitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | | optimizeImages | OceanEcsOptimizeImages | optimize_images block. | | scheduledTask | cdktf.IResolvable \| OceanEcsScheduledTask[] | scheduled_task block. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | | tags | cdktf.IResolvable \| OceanEcsTags[] | tags block. | | updatePolicy | OceanEcsUpdatePolicy | update_policy block. | -| useAsTemplateOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | -| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | -| utilizeCommitments | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | -| utilizeReservedInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | -| whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | +| useAsTemplateOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. | +| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | +| utilizeCommitments | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | +| utilizeReservedInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. | +| whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -2404,7 +2404,7 @@ public readonly clusterName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -2416,7 +2416,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -2428,7 +2428,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -2440,7 +2440,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -2452,7 +2452,7 @@ public readonly securityGroupIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -2464,7 +2464,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -2476,7 +2476,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -2490,7 +2490,7 @@ public readonly autoscaler: OceanEcsAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -2502,7 +2502,7 @@ public readonly blacklist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -2516,7 +2516,7 @@ public readonly blockDeviceMappings: IResolvable | OceanEcsBlockDeviceMappings[] block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -2530,7 +2530,7 @@ public readonly clusterOrientation: IResolvable | OceanEcsClusterOrientation[]; cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -2542,7 +2542,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -2554,7 +2554,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -2566,7 +2566,7 @@ public readonly ebsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -2580,7 +2580,7 @@ public readonly filters: OceanEcsFilters; filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -2592,7 +2592,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -2604,7 +2604,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2621,7 +2621,7 @@ public readonly instanceMetadataOptions: OceanEcsInstanceMetadataOptions; instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -2633,7 +2633,7 @@ public readonly keyPair: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -2647,7 +2647,7 @@ public readonly logging: OceanEcsLogging; logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -2659,7 +2659,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -2671,7 +2671,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -2683,7 +2683,7 @@ public readonly monitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -2697,7 +2697,7 @@ public readonly optimizeImages: OceanEcsOptimizeImages; optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -2711,7 +2711,7 @@ public readonly scheduledTask: IResolvable | OceanEcsScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -2723,7 +2723,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -2737,7 +2737,7 @@ public readonly tags: IResolvable | OceanEcsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -2751,7 +2751,7 @@ public readonly updatePolicy: OceanEcsUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -2763,7 +2763,7 @@ public readonly useAsTemplateOnly: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -2775,7 +2775,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -2787,7 +2787,7 @@ public readonly utilizeCommitments: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -2799,7 +2799,7 @@ public readonly utilizeReservedInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -2811,7 +2811,7 @@ public readonly whitelist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -2829,25 +2829,25 @@ const oceanEcsFilters: oceanEcs.OceanEcsFilters = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | -| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | -| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. | -| excludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. | -| excludeMetal | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. | -| hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | -| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. | -| isEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. | -| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | -| maxNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. | -| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | -| minEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. | -| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. | -| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. | -| minNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. | -| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. | -| rootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. | -| virtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | +| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | +| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | +| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. | +| excludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. | +| excludeMetal | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. | +| hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | +| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. | +| isEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. | +| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. | +| maxNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. | +| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | +| minEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. | +| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. | +| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. | +| minNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. | +| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. | +| rootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. | +| virtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -2859,7 +2859,7 @@ public readonly architectures: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -2871,7 +2871,7 @@ public readonly categories: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -2883,7 +2883,7 @@ public readonly diskTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -2895,7 +2895,7 @@ public readonly excludeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -2907,7 +2907,7 @@ public readonly excludeMetal: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -2919,7 +2919,7 @@ public readonly hypervisor: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -2931,7 +2931,7 @@ public readonly includeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -2943,7 +2943,7 @@ public readonly isEnaSupported: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -2955,7 +2955,7 @@ public readonly maxGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -2967,7 +2967,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -2979,7 +2979,7 @@ public readonly maxNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -2991,7 +2991,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -3003,7 +3003,7 @@ public readonly minEnis: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -3015,7 +3015,7 @@ public readonly minGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -3027,7 +3027,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -3039,7 +3039,7 @@ public readonly minNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3051,7 +3051,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3063,7 +3063,7 @@ public readonly rootDeviceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3075,7 +3075,7 @@ public readonly virtualizationTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3093,8 +3093,8 @@ const oceanEcsInstanceMetadataOptions: oceanEcs.OceanEcsInstanceMetadataOptions | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. | -| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | +| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. | +| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -3106,7 +3106,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -3118,7 +3118,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -3150,7 +3150,7 @@ public readonly export: OceanEcsLoggingExport; export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -3182,7 +3182,7 @@ public readonly s3: IResolvable | OceanEcsLoggingExportS3[]; s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -3200,7 +3200,7 @@ const oceanEcsLoggingExportS3: oceanEcs.OceanEcsLoggingExportS3 = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -3212,7 +3212,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3233,9 +3233,9 @@ const oceanEcsOptimizeImages: oceanEcs.OceanEcsOptimizeImages = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. | -| shouldOptimizeEcsAmi | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | +| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. | +| shouldOptimizeEcsAmi | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. | +| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -3247,7 +3247,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -3259,7 +3259,7 @@ public readonly shouldOptimizeEcsAmi: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -3271,7 +3271,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3304,7 +3304,7 @@ public readonly shutdownHours: OceanEcsScheduledTaskShutdownHours; shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -3318,7 +3318,7 @@ public readonly tasks: IResolvable | OceanEcsScheduledTaskTasks[]; tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -3336,8 +3336,8 @@ const oceanEcsScheduledTaskShutdownHours: oceanEcs.OceanEcsScheduledTaskShutdown | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -3349,7 +3349,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3361,7 +3361,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3379,9 +3379,9 @@ const oceanEcsScheduledTaskTasks: oceanEcs.OceanEcsScheduledTaskTasks = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -3393,7 +3393,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -3405,7 +3405,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3417,7 +3417,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -3435,8 +3435,8 @@ const oceanEcsTags: oceanEcs.OceanEcsTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key OceanEcs#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#value OceanEcs#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key OceanEcs#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -3448,7 +3448,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -3460,7 +3460,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -3478,9 +3478,9 @@ const oceanEcsUpdatePolicy: oceanEcs.OceanEcsUpdatePolicy = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. | -| autoApplyTags | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. | -| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | +| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. | +| autoApplyTags | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. | +| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | rollConfig | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -3493,7 +3493,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -3505,7 +3505,7 @@ public readonly autoApplyTags: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -3517,7 +3517,7 @@ public readonly conditionedRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -3531,7 +3531,7 @@ public readonly rollConfig: OceanEcsUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -3549,8 +3549,8 @@ const oceanEcsUpdatePolicyRollConfig: oceanEcs.OceanEcsUpdatePolicyRollConfig = | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -3562,7 +3562,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -3574,7 +3574,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. --- diff --git a/docs/oceanEcsLaunchSpec.csharp.md b/docs/oceanEcsLaunchSpec.csharp.md index 19240695..08919406 100644 --- a/docs/oceanEcsLaunchSpec.csharp.md +++ b/docs/oceanEcsLaunchSpec.csharp.md @@ -4,7 +4,7 @@ ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -690,7 +690,7 @@ The construct id used in the generated config for the OceanEcsLaunchSpec to impo The id of the existing OceanEcsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1320,8 +1320,8 @@ new OceanEcsLaunchSpecAttributes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1333,7 +1333,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1345,7 +1345,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1367,9 +1367,9 @@ new OceanEcsLaunchSpecAutoscaleHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1381,7 +1381,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1393,7 +1393,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1405,7 +1405,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1428,10 +1428,10 @@ new OceanEcsLaunchSpecBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. | | Ebs | OceanEcsLaunchSpecBlockDeviceMappingsEbs | ebs block. | -| NoDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. | -| VirtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | +| NoDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. | +| VirtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1443,7 +1443,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1457,7 +1457,7 @@ public OceanEcsLaunchSpecBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1469,7 +1469,7 @@ public string NoDevice { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1481,7 +1481,7 @@ public string VirtualName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1509,15 +1509,15 @@ new OceanEcsLaunchSpecBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. | +| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. | | DynamicVolumeSize | OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. | -| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. | -| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. | -| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | +| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. | +| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. | +| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. | +| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. | +| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1529,7 +1529,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1543,7 +1543,7 @@ public OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize DynamicVolumeSi dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1555,7 +1555,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1567,7 +1567,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1579,7 +1579,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1591,7 +1591,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1603,7 +1603,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1615,7 +1615,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1627,7 +1627,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1649,9 +1649,9 @@ new OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. | -| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | +| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. | +| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. | +| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1663,7 +1663,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -1675,7 +1675,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -1687,7 +1687,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -1739,25 +1739,25 @@ new OceanEcsLaunchSpecConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | -| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | +| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | | Attributes | object | attributes block. | | AutoscaleHeadrooms | object | autoscale_headrooms block. | | BlockDeviceMappings | object | block_device_mappings block. | -| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | Images | object | images block. | | InstanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| InstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | -| PreferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | -| RestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | +| InstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | +| PreferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | +| RestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | | SchedulingTask | object | scheduling_task block. | -| SecurityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | +| SecurityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | | Strategy | object | strategy block. | -| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | +| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | | Tags | object | tags block. | -| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | +| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -1839,7 +1839,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -1851,7 +1851,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -1865,7 +1865,7 @@ public object Attributes { get; set; } attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -1879,7 +1879,7 @@ public object AutoscaleHeadrooms { get; set; } autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -1893,7 +1893,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -1905,7 +1905,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -1917,7 +1917,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1932,7 +1932,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -1946,7 +1946,7 @@ public object Images { get; set; } images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -1960,7 +1960,7 @@ public OceanEcsLaunchSpecInstanceMetadataOptions InstanceMetadataOptions { get; instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -1972,7 +1972,7 @@ public string[] InstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -1984,7 +1984,7 @@ public string[] PreferredSpotTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -1996,7 +1996,7 @@ public object RestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -2010,7 +2010,7 @@ public object SchedulingTask { get; set; } scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -2022,7 +2022,7 @@ public string[] SecurityGroupIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -2036,7 +2036,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -2048,7 +2048,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -2062,7 +2062,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -2074,7 +2074,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -2094,7 +2094,7 @@ new OceanEcsLaunchSpecImages { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | --- @@ -2106,7 +2106,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2127,8 +2127,8 @@ new OceanEcsLaunchSpecInstanceMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. | -| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | +| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. | +| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2140,7 +2140,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -2152,7 +2152,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -2175,9 +2175,9 @@ new OceanEcsLaunchSpecSchedulingTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | TaskHeadroom | object | task_headroom block. | --- @@ -2190,7 +2190,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -2202,7 +2202,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -2214,7 +2214,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -2228,7 +2228,7 @@ public object TaskHeadroom { get; set; } task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -2250,9 +2250,9 @@ new OceanEcsLaunchSpecSchedulingTaskTaskHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2264,7 +2264,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2276,7 +2276,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2288,7 +2288,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2308,7 +2308,7 @@ new OceanEcsLaunchSpecStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2320,7 +2320,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2341,8 +2341,8 @@ new OceanEcsLaunchSpecTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2354,7 +2354,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2366,7 +2366,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- diff --git a/docs/oceanEcsLaunchSpec.go.md b/docs/oceanEcsLaunchSpec.go.md index fca5101b..f70015c3 100644 --- a/docs/oceanEcsLaunchSpec.go.md +++ b/docs/oceanEcsLaunchSpec.go.md @@ -4,7 +4,7 @@ ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -690,7 +690,7 @@ The construct id used in the generated config for the OceanEcsLaunchSpec to impo The id of the existing OceanEcsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1320,8 +1320,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1333,7 +1333,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1345,7 +1345,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1367,9 +1367,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1381,7 +1381,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1393,7 +1393,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1405,7 +1405,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1428,10 +1428,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. | | Ebs | OceanEcsLaunchSpecBlockDeviceMappingsEbs | ebs block. | -| NoDevice | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. | -| VirtualName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | +| NoDevice | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. | +| VirtualName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1443,7 +1443,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1457,7 +1457,7 @@ Ebs OceanEcsLaunchSpecBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1469,7 +1469,7 @@ NoDevice *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1481,7 +1481,7 @@ VirtualName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1509,15 +1509,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. | +| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. | | DynamicVolumeSize | OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. | -| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. | -| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. | -| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | +| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. | +| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. | +| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. | +| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. | +| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1529,7 +1529,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1543,7 +1543,7 @@ DynamicVolumeSize OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1555,7 +1555,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1567,7 +1567,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1579,7 +1579,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1591,7 +1591,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1603,7 +1603,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1615,7 +1615,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1627,7 +1627,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1649,9 +1649,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. | -| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | +| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. | +| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. | +| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1663,7 +1663,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -1675,7 +1675,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -1687,7 +1687,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -1739,25 +1739,25 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | -| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | +| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | | Attributes | interface{} | attributes block. | | AutoscaleHeadrooms | interface{} | autoscale_headrooms block. | | BlockDeviceMappings | interface{} | block_device_mappings block. | -| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | Images | interface{} | images block. | | InstanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| InstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | -| PreferredSpotTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | -| RestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | +| InstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | +| PreferredSpotTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | +| RestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | | SchedulingTask | interface{} | scheduling_task block. | -| SecurityGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | +| SecurityGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | | Strategy | interface{} | strategy block. | -| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | +| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | | Tags | interface{} | tags block. | -| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | +| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -1839,7 +1839,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -1851,7 +1851,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -1865,7 +1865,7 @@ Attributes interface{} attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -1879,7 +1879,7 @@ AutoscaleHeadrooms interface{} autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -1893,7 +1893,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -1905,7 +1905,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -1917,7 +1917,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1932,7 +1932,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -1946,7 +1946,7 @@ Images interface{} images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -1960,7 +1960,7 @@ InstanceMetadataOptions OceanEcsLaunchSpecInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -1972,7 +1972,7 @@ InstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -1984,7 +1984,7 @@ PreferredSpotTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -1996,7 +1996,7 @@ RestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -2010,7 +2010,7 @@ SchedulingTask interface{} scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -2022,7 +2022,7 @@ SecurityGroupIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -2036,7 +2036,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -2048,7 +2048,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -2062,7 +2062,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -2074,7 +2074,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -2094,7 +2094,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | --- @@ -2106,7 +2106,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2127,8 +2127,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. | -| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | +| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. | +| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2140,7 +2140,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -2152,7 +2152,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -2175,9 +2175,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | TaskHeadroom | interface{} | task_headroom block. | --- @@ -2190,7 +2190,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -2202,7 +2202,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -2214,7 +2214,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -2228,7 +2228,7 @@ TaskHeadroom interface{} task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -2250,9 +2250,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2264,7 +2264,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2276,7 +2276,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2288,7 +2288,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2308,7 +2308,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2320,7 +2320,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2341,8 +2341,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2354,7 +2354,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2366,7 +2366,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- diff --git a/docs/oceanEcsLaunchSpec.java.md b/docs/oceanEcsLaunchSpec.java.md index 69287045..e09709a8 100644 --- a/docs/oceanEcsLaunchSpec.java.md +++ b/docs/oceanEcsLaunchSpec.java.md @@ -4,7 +4,7 @@ ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -64,25 +64,25 @@ OceanEcsLaunchSpec.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | | attributes | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecAttributes> | attributes block. | | autoscaleHeadrooms | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecAutoscaleHeadrooms> | autoscale_headrooms block. | | blockDeviceMappings | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecBlockDeviceMappings> | block_device_mappings block. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | images | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecImages> | images block. | | instanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | -| preferredSpotTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | -| restrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | +| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | +| preferredSpotTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | +| restrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | | schedulingTask | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecSchedulingTask> | scheduling_task block. | -| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | +| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | | strategy | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecStrategy> | strategy block. | -| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | +| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecTags> | tags block. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -150,7 +150,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -215,7 +215,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -269,7 +269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -963,7 +963,7 @@ The construct id used in the generated config for the OceanEcsLaunchSpec to impo The id of the existing OceanEcsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1593,8 +1593,8 @@ OceanEcsLaunchSpecAttributes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1606,7 +1606,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1618,7 +1618,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1640,9 +1640,9 @@ OceanEcsLaunchSpecAutoscaleHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1654,7 +1654,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1666,7 +1666,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1678,7 +1678,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1701,10 +1701,10 @@ OceanEcsLaunchSpecBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. | +| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. | | ebs | OceanEcsLaunchSpecBlockDeviceMappingsEbs | ebs block. | -| noDevice | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. | -| virtualName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | +| noDevice | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. | +| virtualName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1716,7 +1716,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1730,7 +1730,7 @@ public OceanEcsLaunchSpecBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1742,7 +1742,7 @@ public java.lang.String getNoDevice(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1754,7 +1754,7 @@ public java.lang.String getVirtualName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1784,15 +1784,15 @@ OceanEcsLaunchSpecBlockDeviceMappingsEbs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. | +| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. | | dynamicVolumeSize | OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. | -| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. | -| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. | -| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. | -| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. | -| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | +| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. | +| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. | +| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. | +| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. | +| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. | +| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. | +| volumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1804,7 +1804,7 @@ public java.lang.Object getDeleteOnTermination(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1818,7 +1818,7 @@ public OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize getDynamicVolum dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1830,7 +1830,7 @@ public java.lang.Object getEncrypted(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1842,7 +1842,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1854,7 +1854,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1866,7 +1866,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1878,7 +1878,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1890,7 +1890,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1902,7 +1902,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1924,9 +1924,9 @@ OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. | -| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. | -| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | +| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. | +| resource | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. | +| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1938,7 +1938,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -1950,7 +1950,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -1962,7 +1962,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -2026,25 +2026,25 @@ OceanEcsLaunchSpecConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | | attributes | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecAttributes> | attributes block. | | autoscaleHeadrooms | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecAutoscaleHeadrooms> | autoscale_headrooms block. | | blockDeviceMappings | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecBlockDeviceMappings> | block_device_mappings block. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | images | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecImages> | images block. | | instanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | -| preferredSpotTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | -| restrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | +| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | +| preferredSpotTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | +| restrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | | schedulingTask | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecSchedulingTask> | scheduling_task block. | -| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | +| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | | strategy | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecStrategy> | strategy block. | -| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | +| subnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecTags> | tags block. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -2126,7 +2126,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -2138,7 +2138,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -2152,7 +2152,7 @@ public java.lang.Object getAttributes(); attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -2166,7 +2166,7 @@ public java.lang.Object getAutoscaleHeadrooms(); autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -2180,7 +2180,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -2192,7 +2192,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -2204,7 +2204,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2219,7 +2219,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2233,7 +2233,7 @@ public java.lang.Object getImages(); images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -2247,7 +2247,7 @@ public OceanEcsLaunchSpecInstanceMetadataOptions getInstanceMetadataOptions(); instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -2259,7 +2259,7 @@ public java.util.List getInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -2271,7 +2271,7 @@ public java.util.List getPreferredSpotTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -2283,7 +2283,7 @@ public java.lang.Object getRestrictScaleDown(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -2297,7 +2297,7 @@ public java.lang.Object getSchedulingTask(); scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -2309,7 +2309,7 @@ public java.util.List getSecurityGroupIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -2323,7 +2323,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -2335,7 +2335,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -2349,7 +2349,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -2361,7 +2361,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -2381,7 +2381,7 @@ OceanEcsLaunchSpecImages.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | --- @@ -2393,7 +2393,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2414,8 +2414,8 @@ OceanEcsLaunchSpecInstanceMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. | -| httpPutResponseHopLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | +| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. | +| httpPutResponseHopLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2427,7 +2427,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -2439,7 +2439,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -2464,9 +2464,9 @@ OceanEcsLaunchSpecSchedulingTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | taskHeadroom | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecSchedulingTaskTaskHeadroom> | task_headroom block. | --- @@ -2479,7 +2479,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -2491,7 +2491,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -2503,7 +2503,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -2517,7 +2517,7 @@ public java.lang.Object getTaskHeadroom(); task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -2539,9 +2539,9 @@ OceanEcsLaunchSpecSchedulingTaskTaskHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2553,7 +2553,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2565,7 +2565,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2577,7 +2577,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2597,7 +2597,7 @@ OceanEcsLaunchSpecStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2609,7 +2609,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2630,8 +2630,8 @@ OceanEcsLaunchSpecTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2643,7 +2643,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2655,7 +2655,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- diff --git a/docs/oceanEcsLaunchSpec.python.md b/docs/oceanEcsLaunchSpec.python.md index b008961a..676b6d96 100644 --- a/docs/oceanEcsLaunchSpec.python.md +++ b/docs/oceanEcsLaunchSpec.python.md @@ -4,7 +4,7 @@ ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -54,25 +54,25 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpec( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | | attributes | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecAttributes]] | attributes block. | | autoscale_headrooms | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecAutoscaleHeadrooms]] | autoscale_headrooms block. | | block_device_mappings | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecBlockDeviceMappings]] | block_device_mappings block. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | images | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecImages]] | images block. | | instance_metadata_options | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | -| preferred_spot_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | -| restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | +| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | +| preferred_spot_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | +| restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | | scheduling_task | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecSchedulingTask]] | scheduling_task block. | -| security_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | +| security_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | | strategy | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecStrategy]] | strategy block. | -| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | +| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | | tags | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecTags]] | tags block. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -140,7 +140,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -205,7 +205,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -756,7 +756,7 @@ def put_instance_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -764,7 +764,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -1026,7 +1026,7 @@ The construct id used in the generated config for the OceanEcsLaunchSpec to impo The id of the existing OceanEcsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1656,8 +1656,8 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecAttributes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1669,7 +1669,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1681,7 +1681,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1703,9 +1703,9 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecAutoscaleHeadrooms( | **Name** | **Type** | **Description** | | --- | --- | --- | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1717,7 +1717,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1729,7 +1729,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1741,7 +1741,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1764,10 +1764,10 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. | | ebs | OceanEcsLaunchSpecBlockDeviceMappingsEbs | ebs block. | -| no_device | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. | -| virtual_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | +| no_device | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. | +| virtual_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1779,7 +1779,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1793,7 +1793,7 @@ ebs: OceanEcsLaunchSpecBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1805,7 +1805,7 @@ no_device: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1817,7 +1817,7 @@ virtual_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1845,15 +1845,15 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. | +| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. | | dynamic_volume_size | OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. | -| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. | -| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. | -| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. | -| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. | -| volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. | -| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | +| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. | +| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. | +| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. | +| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. | +| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. | +| volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. | +| volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1865,7 +1865,7 @@ delete_on_termination: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1879,7 +1879,7 @@ dynamic_volume_size: OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1891,7 +1891,7 @@ encrypted: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1903,7 +1903,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1915,7 +1915,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1927,7 +1927,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1939,7 +1939,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1951,7 +1951,7 @@ volume_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1963,7 +1963,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1985,9 +1985,9 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize( | **Name** | **Type** | **Description** | | --- | --- | --- | -| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. | -| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. | -| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | +| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. | +| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. | +| size_per_resource_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1999,7 +1999,7 @@ base_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -2011,7 +2011,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -2023,7 +2023,7 @@ size_per_resource_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -2075,25 +2075,25 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | | attributes | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecAttributes]] | attributes block. | | autoscale_headrooms | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecAutoscaleHeadrooms]] | autoscale_headrooms block. | | block_device_mappings | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecBlockDeviceMappings]] | block_device_mappings block. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | images | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecImages]] | images block. | | instance_metadata_options | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | -| preferred_spot_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | -| restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | +| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | +| preferred_spot_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | +| restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | | scheduling_task | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecSchedulingTask]] | scheduling_task block. | -| security_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | +| security_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | | strategy | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecStrategy]] | strategy block. | -| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | +| subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | | tags | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecTags]] | tags block. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -2175,7 +2175,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -2187,7 +2187,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -2201,7 +2201,7 @@ attributes: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecAttributes]] attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -2215,7 +2215,7 @@ autoscale_headrooms: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecAut autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -2229,7 +2229,7 @@ block_device_mappings: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecB block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -2241,7 +2241,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -2253,7 +2253,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2268,7 +2268,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2282,7 +2282,7 @@ images: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecImages]] images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -2296,7 +2296,7 @@ instance_metadata_options: OceanEcsLaunchSpecInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -2308,7 +2308,7 @@ instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -2320,7 +2320,7 @@ preferred_spot_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -2332,7 +2332,7 @@ restrict_scale_down: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -2346,7 +2346,7 @@ scheduling_task: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecSchedul scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -2358,7 +2358,7 @@ security_group_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -2372,7 +2372,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -2384,7 +2384,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -2398,7 +2398,7 @@ tags: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -2410,7 +2410,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -2430,7 +2430,7 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecImages( | **Name** | **Type** | **Description** | | --- | --- | --- | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | --- @@ -2442,7 +2442,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2463,8 +2463,8 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. | -| http_put_response_hop_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | +| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. | +| http_put_response_hop_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2476,7 +2476,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -2488,7 +2488,7 @@ http_put_response_hop_limit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -2511,9 +2511,9 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecSchedulingTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | task_headroom | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecSchedulingTaskTaskHeadroom]] | task_headroom block. | --- @@ -2526,7 +2526,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -2538,7 +2538,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -2550,7 +2550,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -2564,7 +2564,7 @@ task_headroom: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecSchedulin task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -2586,9 +2586,9 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecSchedulingTaskTaskHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2600,7 +2600,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2612,7 +2612,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2624,7 +2624,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2644,7 +2644,7 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2656,7 +2656,7 @@ spot_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2677,8 +2677,8 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2690,7 +2690,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2702,7 +2702,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -4352,7 +4352,7 @@ def put_dynamic_volume_size( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -4360,7 +4360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -4368,7 +4368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -5112,7 +5112,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -5122,7 +5122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -5130,7 +5130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -5138,7 +5138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -5146,7 +5146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -5154,7 +5154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -5162,7 +5162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -5170,7 +5170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -5178,7 +5178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- diff --git a/docs/oceanEcsLaunchSpec.typescript.md b/docs/oceanEcsLaunchSpec.typescript.md index b3853555..77c32be0 100644 --- a/docs/oceanEcsLaunchSpec.typescript.md +++ b/docs/oceanEcsLaunchSpec.typescript.md @@ -4,7 +4,7 @@ ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -690,7 +690,7 @@ The construct id used in the generated config for the OceanEcsLaunchSpec to impo The id of the existing OceanEcsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1317,8 +1317,8 @@ const oceanEcsLaunchSpecAttributes: oceanEcsLaunchSpec.OceanEcsLaunchSpecAttribu | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1330,7 +1330,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1342,7 +1342,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1360,9 +1360,9 @@ const oceanEcsLaunchSpecAutoscaleHeadrooms: oceanEcsLaunchSpec.OceanEcsLaunchSpe | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1374,7 +1374,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1386,7 +1386,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1398,7 +1398,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1416,10 +1416,10 @@ const oceanEcsLaunchSpecBlockDeviceMappings: oceanEcsLaunchSpec.OceanEcsLaunchSp | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. | | ebs | OceanEcsLaunchSpecBlockDeviceMappingsEbs | ebs block. | -| noDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. | -| virtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | +| noDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. | +| virtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1431,7 +1431,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1445,7 +1445,7 @@ public readonly ebs: OceanEcsLaunchSpecBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1457,7 +1457,7 @@ public readonly noDevice: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1469,7 +1469,7 @@ public readonly virtualName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1487,15 +1487,15 @@ const oceanEcsLaunchSpecBlockDeviceMappingsEbs: oceanEcsLaunchSpec.OceanEcsLaunc | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. | +| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. | | dynamicVolumeSize | OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize | dynamic_volume_size block. | -| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. | -| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. | -| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. | -| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | +| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. | +| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. | +| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. | +| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. | +| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1507,7 +1507,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1521,7 +1521,7 @@ public readonly dynamicVolumeSize: OceanEcsLaunchSpecBlockDeviceMappingsEbsDynam dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1533,7 +1533,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1545,7 +1545,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1557,7 +1557,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1569,7 +1569,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1581,7 +1581,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1593,7 +1593,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1605,7 +1605,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1623,9 +1623,9 @@ const oceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize: oceanEcsLaunchS | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. | -| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | +| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. | +| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. | +| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1637,7 +1637,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -1649,7 +1649,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -1661,7 +1661,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -1686,25 +1686,25 @@ const oceanEcsLaunchSpecConfig: oceanEcsLaunchSpec.OceanEcsLaunchSpecConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | -| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | +| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. | | attributes | cdktf.IResolvable \| OceanEcsLaunchSpecAttributes[] | attributes block. | | autoscaleHeadrooms | cdktf.IResolvable \| OceanEcsLaunchSpecAutoscaleHeadrooms[] | autoscale_headrooms block. | | blockDeviceMappings | cdktf.IResolvable \| OceanEcsLaunchSpecBlockDeviceMappings[] | block_device_mappings block. | -| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | images | cdktf.IResolvable \| OceanEcsLaunchSpecImages[] | images block. | | instanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | -| preferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | -| restrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | +| instanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. | +| preferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. | +| restrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. | | schedulingTask | cdktf.IResolvable \| OceanEcsLaunchSpecSchedulingTask[] | scheduling_task block. | -| securityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | +| securityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. | | strategy | cdktf.IResolvable \| OceanEcsLaunchSpecStrategy[] | strategy block. | -| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | +| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. | | tags | cdktf.IResolvable \| OceanEcsLaunchSpecTags[] | tags block. | -| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | +| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -1786,7 +1786,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -1798,7 +1798,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -1812,7 +1812,7 @@ public readonly attributes: IResolvable | OceanEcsLaunchSpecAttributes[]; attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -1826,7 +1826,7 @@ public readonly autoscaleHeadrooms: IResolvable | OceanEcsLaunchSpecAutoscaleHea autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -1840,7 +1840,7 @@ public readonly blockDeviceMappings: IResolvable | OceanEcsLaunchSpecBlockDevice block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -1852,7 +1852,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -1864,7 +1864,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1879,7 +1879,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -1893,7 +1893,7 @@ public readonly images: IResolvable | OceanEcsLaunchSpecImages[]; images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -1907,7 +1907,7 @@ public readonly instanceMetadataOptions: OceanEcsLaunchSpecInstanceMetadataOptio instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -1919,7 +1919,7 @@ public readonly instanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -1931,7 +1931,7 @@ public readonly preferredSpotTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -1943,7 +1943,7 @@ public readonly restrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -1957,7 +1957,7 @@ public readonly schedulingTask: IResolvable | OceanEcsLaunchSpecSchedulingTask[] scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -1969,7 +1969,7 @@ public readonly securityGroupIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -1983,7 +1983,7 @@ public readonly strategy: IResolvable | OceanEcsLaunchSpecStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -1995,7 +1995,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -2009,7 +2009,7 @@ public readonly tags: IResolvable | OceanEcsLaunchSpecTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -2021,7 +2021,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -2039,7 +2039,7 @@ const oceanEcsLaunchSpecImages: oceanEcsLaunchSpec.OceanEcsLaunchSpecImages = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | --- @@ -2051,7 +2051,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2069,8 +2069,8 @@ const oceanEcsLaunchSpecInstanceMetadataOptions: oceanEcsLaunchSpec.OceanEcsLaun | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. | -| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | +| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. | +| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2082,7 +2082,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -2094,7 +2094,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -2112,9 +2112,9 @@ const oceanEcsLaunchSpecSchedulingTask: oceanEcsLaunchSpec.OceanEcsLaunchSpecSch | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | taskHeadroom | cdktf.IResolvable \| OceanEcsLaunchSpecSchedulingTaskTaskHeadroom[] | task_headroom block. | --- @@ -2127,7 +2127,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -2139,7 +2139,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -2151,7 +2151,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -2165,7 +2165,7 @@ public readonly taskHeadroom: IResolvable | OceanEcsLaunchSpecSchedulingTaskTask task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -2183,9 +2183,9 @@ const oceanEcsLaunchSpecSchedulingTaskTaskHeadroom: oceanEcsLaunchSpec.OceanEcsL | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2197,7 +2197,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2209,7 +2209,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2221,7 +2221,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2239,7 +2239,7 @@ const oceanEcsLaunchSpecStrategy: oceanEcsLaunchSpec.OceanEcsLaunchSpecStrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2251,7 +2251,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2269,8 +2269,8 @@ const oceanEcsLaunchSpecTags: oceanEcsLaunchSpec.OceanEcsLaunchSpecTags = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2282,7 +2282,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2294,7 +2294,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- diff --git a/docs/oceanGkeImport.csharp.md b/docs/oceanGkeImport.csharp.md index e220e7fe..035eabfb 100644 --- a/docs/oceanGkeImport.csharp.md +++ b/docs/oceanGkeImport.csharp.md @@ -4,7 +4,7 @@ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -670,7 +670,7 @@ The construct id used in the generated config for the OceanGkeImport to import. The id of the existing OceanGkeImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use --- @@ -1295,13 +1295,13 @@ new OceanGkeImportAutoscaler { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | +| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | | Down | OceanGkeImportAutoscalerDown | down block. | -| EnableAutomaticAndManualHeadroom | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. | +| EnableAutomaticAndManualHeadroom | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. | | Headroom | OceanGkeImportAutoscalerHeadroom | headroom block. | -| IsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| IsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | ResourceLimits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1314,7 +1314,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1326,7 +1326,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1340,7 +1340,7 @@ public OceanGkeImportAutoscalerDown Down { get; set; } down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1352,7 +1352,7 @@ public object EnableAutomaticAndManualHeadroom { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1366,7 +1366,7 @@ public OceanGkeImportAutoscalerHeadroom Headroom { get; set; } headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1378,7 +1378,7 @@ public object IsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1390,7 +1390,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1404,7 +1404,7 @@ public OceanGkeImportAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1426,9 +1426,9 @@ new OceanGkeImportAutoscalerDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | -| IsAggressiveScaleDownEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | +| IsAggressiveScaleDownEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. | +| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1440,7 +1440,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1452,7 +1452,7 @@ public object IsAggressiveScaleDownEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. --- @@ -1464,7 +1464,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1487,10 +1487,10 @@ new OceanGkeImportAutoscalerHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. | -| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. | +| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1502,7 +1502,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1514,7 +1514,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1526,7 +1526,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1538,7 +1538,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1559,8 +1559,8 @@ new OceanGkeImportAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | -| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | +| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1572,7 +1572,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1584,7 +1584,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1607,10 +1607,10 @@ new OceanGkeImportBackendServices { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. | -| LocationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. | +| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. | +| LocationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. | | NamedPorts | object | named_ports block. | -| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | +| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1622,7 +1622,7 @@ public string ServiceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1634,7 +1634,7 @@ public string LocationType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1648,7 +1648,7 @@ public object NamedPorts { get; set; } named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -1660,7 +1660,7 @@ public string Scheme { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -1681,8 +1681,8 @@ new OceanGkeImportBackendServicesNamedPorts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | -| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | +| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -1694,7 +1694,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -1706,7 +1706,7 @@ public string[] Ports { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -1757,24 +1757,24 @@ new OceanGkeImportConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | -| Location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| ClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | +| Location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | | Autoscaler | OceanGkeImportAutoscaler | autoscaler block. | | BackendServices | object | backend_services block. | -| Blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | -| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| Blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | +| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | | Filters | OceanGkeImportFilters | filters block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | -| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | -| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | -| RootVolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | +| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | +| RootVolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | | ScheduledTask | object | scheduled_task block. | | ShieldedInstanceConfig | OceanGkeImportShieldedInstanceConfig | shielded_instance_config block. | | Strategy | object | strategy block. | | UpdatePolicy | OceanGkeImportUpdatePolicy | update_policy block. | -| UseAsTemplateOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | -| Whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | +| UseAsTemplateOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | +| Whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -1856,7 +1856,7 @@ public string ClusterName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -1868,7 +1868,7 @@ public string Location { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -1882,7 +1882,7 @@ public OceanGkeImportAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -1896,7 +1896,7 @@ public object BackendServices { get; set; } backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -1908,7 +1908,7 @@ public string[] Blacklist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -1920,7 +1920,7 @@ public string ControllerClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -1932,7 +1932,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -1946,7 +1946,7 @@ public OceanGkeImportFilters Filters { get; set; } filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} --- @@ -1958,7 +1958,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1973,7 +1973,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -1985,7 +1985,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -1997,7 +1997,7 @@ public string RootVolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -2011,7 +2011,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -2025,7 +2025,7 @@ public OceanGkeImportShieldedInstanceConfig ShieldedInstanceConfig { get; set; } shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -2039,7 +2039,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -2053,7 +2053,7 @@ public OceanGkeImportUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -2065,7 +2065,7 @@ public object UseAsTemplateOnly { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -2077,7 +2077,7 @@ public string[] Whitelist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -2102,12 +2102,12 @@ new OceanGkeImportFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ExcludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. | -| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | -| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | -| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. | -| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. | +| ExcludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. | +| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | +| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | +| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. | +| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. | --- @@ -2119,7 +2119,7 @@ public string[] ExcludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. --- @@ -2131,7 +2131,7 @@ public string[] IncludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. --- @@ -2143,7 +2143,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -2155,7 +2155,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -2167,7 +2167,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. --- @@ -2179,7 +2179,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. --- @@ -2215,7 +2215,7 @@ public OceanGkeImportScheduledTaskShutdownHours ShutdownHours { get; set; } shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -2229,7 +2229,7 @@ public object Tasks { get; set; } tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -2250,8 +2250,8 @@ new OceanGkeImportScheduledTaskShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -2263,7 +2263,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -2275,7 +2275,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2298,9 +2298,9 @@ new OceanGkeImportScheduledTaskTasks { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | TaskParameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -2313,7 +2313,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -2325,7 +2325,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2337,7 +2337,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2351,7 +2351,7 @@ public OceanGkeImportScheduledTaskTasksTaskParameters TaskParameters { get; set; task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2385,7 +2385,7 @@ public OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll ClusterRoll { g cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2408,10 +2408,10 @@ new OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2423,7 +2423,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2435,7 +2435,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2447,7 +2447,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2459,7 +2459,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2480,8 +2480,8 @@ new OceanGkeImportShieldedInstanceConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EnableIntegrityMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. | -| EnableSecureBoot | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | +| EnableIntegrityMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. | +| EnableSecureBoot | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2493,7 +2493,7 @@ public object EnableIntegrityMonitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2505,7 +2505,7 @@ public object EnableSecureBoot { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2528,10 +2528,10 @@ new OceanGkeImportStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. | -| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. | -| ProvisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | -| ShouldUtilizeCommitments | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. | +| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. | +| ProvisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | +| ShouldUtilizeCommitments | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. | --- @@ -2543,7 +2543,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2555,7 +2555,7 @@ public double PreemptiblePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2567,7 +2567,7 @@ public string ProvisioningModel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2579,7 +2579,7 @@ public object ShouldUtilizeCommitments { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. --- @@ -2601,8 +2601,8 @@ new OceanGkeImportUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. | -| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. | +| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | RollConfig | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2615,7 +2615,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2627,7 +2627,7 @@ public object ConditionedRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2641,7 +2641,7 @@ public OceanGkeImportUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2664,10 +2664,10 @@ new OceanGkeImportUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | -| LaunchSpecIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | +| LaunchSpecIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2679,7 +2679,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2691,7 +2691,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2703,7 +2703,7 @@ public string[] LaunchSpecIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2715,7 +2715,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeImport.go.md b/docs/oceanGkeImport.go.md index 25328a8a..c36e7907 100644 --- a/docs/oceanGkeImport.go.md +++ b/docs/oceanGkeImport.go.md @@ -4,7 +4,7 @@ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -670,7 +670,7 @@ The construct id used in the generated config for the OceanGkeImport to import. The id of the existing OceanGkeImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use --- @@ -1295,13 +1295,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | +| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | | Down | OceanGkeImportAutoscalerDown | down block. | -| EnableAutomaticAndManualHeadroom | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. | +| EnableAutomaticAndManualHeadroom | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. | | Headroom | OceanGkeImportAutoscalerHeadroom | headroom block. | -| IsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| IsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | ResourceLimits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1314,7 +1314,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1326,7 +1326,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1340,7 +1340,7 @@ Down OceanGkeImportAutoscalerDown down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1352,7 +1352,7 @@ EnableAutomaticAndManualHeadroom interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1366,7 +1366,7 @@ Headroom OceanGkeImportAutoscalerHeadroom headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1378,7 +1378,7 @@ IsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1390,7 +1390,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1404,7 +1404,7 @@ ResourceLimits OceanGkeImportAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1426,9 +1426,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | -| IsAggressiveScaleDownEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | +| IsAggressiveScaleDownEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. | +| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1440,7 +1440,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1452,7 +1452,7 @@ IsAggressiveScaleDownEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. --- @@ -1464,7 +1464,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1487,10 +1487,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. | -| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. | +| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1502,7 +1502,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1514,7 +1514,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1526,7 +1526,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1538,7 +1538,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1559,8 +1559,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | -| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | +| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1572,7 +1572,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1584,7 +1584,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1607,10 +1607,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. | -| LocationType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. | +| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. | +| LocationType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. | | NamedPorts | interface{} | named_ports block. | -| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | +| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1622,7 +1622,7 @@ ServiceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1634,7 +1634,7 @@ LocationType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1648,7 +1648,7 @@ NamedPorts interface{} named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -1660,7 +1660,7 @@ Scheme *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -1681,8 +1681,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | -| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | +| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -1694,7 +1694,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -1706,7 +1706,7 @@ Ports *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -1757,24 +1757,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | -| Location | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| ClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | +| Location | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | | Autoscaler | OceanGkeImportAutoscaler | autoscaler block. | | BackendServices | interface{} | backend_services block. | -| Blacklist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | -| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| Blacklist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | +| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | | Filters | OceanGkeImportFilters | filters block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | -| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | -| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | -| RootVolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | +| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | +| RootVolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | | ScheduledTask | interface{} | scheduled_task block. | | ShieldedInstanceConfig | OceanGkeImportShieldedInstanceConfig | shielded_instance_config block. | | Strategy | interface{} | strategy block. | | UpdatePolicy | OceanGkeImportUpdatePolicy | update_policy block. | -| UseAsTemplateOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | -| Whitelist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | +| UseAsTemplateOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | +| Whitelist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -1856,7 +1856,7 @@ ClusterName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -1868,7 +1868,7 @@ Location *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -1882,7 +1882,7 @@ Autoscaler OceanGkeImportAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -1896,7 +1896,7 @@ BackendServices interface{} backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -1908,7 +1908,7 @@ Blacklist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -1920,7 +1920,7 @@ ControllerClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -1932,7 +1932,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -1946,7 +1946,7 @@ Filters OceanGkeImportFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} --- @@ -1958,7 +1958,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1973,7 +1973,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -1985,7 +1985,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -1997,7 +1997,7 @@ RootVolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -2011,7 +2011,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -2025,7 +2025,7 @@ ShieldedInstanceConfig OceanGkeImportShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -2039,7 +2039,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -2053,7 +2053,7 @@ UpdatePolicy OceanGkeImportUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -2065,7 +2065,7 @@ UseAsTemplateOnly interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -2077,7 +2077,7 @@ Whitelist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -2102,12 +2102,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ExcludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. | -| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | -| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | -| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. | -| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. | +| ExcludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. | +| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | +| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | +| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. | +| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. | --- @@ -2119,7 +2119,7 @@ ExcludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. --- @@ -2131,7 +2131,7 @@ IncludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. --- @@ -2143,7 +2143,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -2155,7 +2155,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -2167,7 +2167,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. --- @@ -2179,7 +2179,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. --- @@ -2215,7 +2215,7 @@ ShutdownHours OceanGkeImportScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -2229,7 +2229,7 @@ Tasks interface{} tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -2250,8 +2250,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -2263,7 +2263,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -2275,7 +2275,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2298,9 +2298,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | TaskParameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -2313,7 +2313,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -2325,7 +2325,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2337,7 +2337,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2351,7 +2351,7 @@ TaskParameters OceanGkeImportScheduledTaskTasksTaskParameters task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2385,7 +2385,7 @@ ClusterRoll OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2408,10 +2408,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2423,7 +2423,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2435,7 +2435,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2447,7 +2447,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2459,7 +2459,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2480,8 +2480,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EnableIntegrityMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. | -| EnableSecureBoot | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | +| EnableIntegrityMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. | +| EnableSecureBoot | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2493,7 +2493,7 @@ EnableIntegrityMonitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2505,7 +2505,7 @@ EnableSecureBoot interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2528,10 +2528,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. | -| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. | -| ProvisioningModel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | -| ShouldUtilizeCommitments | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. | +| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. | +| ProvisioningModel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | +| ShouldUtilizeCommitments | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. | --- @@ -2543,7 +2543,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2555,7 +2555,7 @@ PreemptiblePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2567,7 +2567,7 @@ ProvisioningModel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2579,7 +2579,7 @@ ShouldUtilizeCommitments interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. --- @@ -2601,8 +2601,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. | -| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. | +| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | RollConfig | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2615,7 +2615,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2627,7 +2627,7 @@ ConditionedRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2641,7 +2641,7 @@ RollConfig OceanGkeImportUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2664,10 +2664,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | -| LaunchSpecIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | +| LaunchSpecIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2679,7 +2679,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2691,7 +2691,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2703,7 +2703,7 @@ LaunchSpecIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2715,7 +2715,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeImport.java.md b/docs/oceanGkeImport.java.md index cbda82d2..32ac5961 100644 --- a/docs/oceanGkeImport.java.md +++ b/docs/oceanGkeImport.java.md @@ -4,7 +4,7 @@ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -59,24 +59,24 @@ OceanGkeImport.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| clusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | -| location | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| clusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | +| location | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | | autoscaler | OceanGkeImportAutoscaler | autoscaler block. | | backendServices | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeImportBackendServices> | backend_services block. | -| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | -| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | +| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | | filters | OceanGkeImportFilters | filters block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | -| rootVolumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | +| rootVolumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeImportScheduledTask> | scheduled_task block. | | shieldedInstanceConfig | OceanGkeImportShieldedInstanceConfig | shielded_instance_config block. | | strategy | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeImportStrategy> | strategy block. | | updatePolicy | OceanGkeImportUpdatePolicy | update_policy block. | -| useAsTemplateOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | -| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | +| useAsTemplateOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | +| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -144,7 +144,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -225,7 +225,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -261,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -927,7 +927,7 @@ The construct id used in the generated config for the OceanGkeImport to import. The id of the existing OceanGkeImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use --- @@ -1555,13 +1555,13 @@ OceanGkeImportAutoscaler.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | +| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | | down | OceanGkeImportAutoscalerDown | down block. | -| enableAutomaticAndManualHeadroom | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. | +| enableAutomaticAndManualHeadroom | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. | | headroom | OceanGkeImportAutoscalerHeadroom | headroom block. | -| isAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| isAutoConfig | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | resourceLimits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1574,7 +1574,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1586,7 +1586,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1600,7 +1600,7 @@ public OceanGkeImportAutoscalerDown getDown(); down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1612,7 +1612,7 @@ public java.lang.Object getEnableAutomaticAndManualHeadroom(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1626,7 +1626,7 @@ public OceanGkeImportAutoscalerHeadroom getHeadroom(); headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1638,7 +1638,7 @@ public java.lang.Object getIsAutoConfig(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1650,7 +1650,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1664,7 +1664,7 @@ public OceanGkeImportAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1687,9 +1687,9 @@ OceanGkeImportAutoscalerDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | -| isAggressiveScaleDownEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | +| isAggressiveScaleDownEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. | +| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1701,7 +1701,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1713,7 +1713,7 @@ public java.lang.Object getIsAggressiveScaleDownEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. --- @@ -1725,7 +1725,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1748,10 +1748,10 @@ OceanGkeImportAutoscalerHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. | -| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. | +| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1763,7 +1763,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1775,7 +1775,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1787,7 +1787,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1799,7 +1799,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1820,8 +1820,8 @@ OceanGkeImportAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | -| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | +| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1833,7 +1833,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1845,7 +1845,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1869,10 +1869,10 @@ OceanGkeImportBackendServices.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. | -| locationType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. | +| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. | +| locationType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. | | namedPorts | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeImportBackendServicesNamedPorts> | named_ports block. | -| scheme | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | +| scheme | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1884,7 +1884,7 @@ public java.lang.String getServiceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1896,7 +1896,7 @@ public java.lang.String getLocationType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1910,7 +1910,7 @@ public java.lang.Object getNamedPorts(); named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -1922,7 +1922,7 @@ public java.lang.String getScheme(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -1943,8 +1943,8 @@ OceanGkeImportBackendServicesNamedPorts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | -| ports | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | +| ports | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -1956,7 +1956,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -1968,7 +1968,7 @@ public java.util.List getPorts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -2027,24 +2027,24 @@ OceanGkeImportConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| clusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | -| location | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| clusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | +| location | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | | autoscaler | OceanGkeImportAutoscaler | autoscaler block. | | backendServices | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeImportBackendServices> | backend_services block. | -| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | -| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | +| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | | filters | OceanGkeImportFilters | filters block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | -| rootVolumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | +| rootVolumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeImportScheduledTask> | scheduled_task block. | | shieldedInstanceConfig | OceanGkeImportShieldedInstanceConfig | shielded_instance_config block. | | strategy | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeImportStrategy> | strategy block. | | updatePolicy | OceanGkeImportUpdatePolicy | update_policy block. | -| useAsTemplateOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | -| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | +| useAsTemplateOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | +| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -2126,7 +2126,7 @@ public java.lang.String getClusterName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -2138,7 +2138,7 @@ public java.lang.String getLocation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -2152,7 +2152,7 @@ public OceanGkeImportAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -2166,7 +2166,7 @@ public java.lang.Object getBackendServices(); backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -2178,7 +2178,7 @@ public java.util.List getBlacklist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -2190,7 +2190,7 @@ public java.lang.String getControllerClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -2202,7 +2202,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -2216,7 +2216,7 @@ public OceanGkeImportFilters getFilters(); filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} --- @@ -2228,7 +2228,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2243,7 +2243,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -2255,7 +2255,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -2267,7 +2267,7 @@ public java.lang.String getRootVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -2281,7 +2281,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -2295,7 +2295,7 @@ public OceanGkeImportShieldedInstanceConfig getShieldedInstanceConfig(); shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -2309,7 +2309,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -2323,7 +2323,7 @@ public OceanGkeImportUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -2335,7 +2335,7 @@ public java.lang.Object getUseAsTemplateOnly(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -2347,7 +2347,7 @@ public java.util.List getWhitelist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -2372,12 +2372,12 @@ OceanGkeImportFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| excludeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. | -| includeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | -| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | -| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. | -| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. | +| excludeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. | +| includeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | +| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | +| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. | +| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. | --- @@ -2389,7 +2389,7 @@ public java.util.List getExcludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. --- @@ -2401,7 +2401,7 @@ public java.util.List getIncludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. --- @@ -2413,7 +2413,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -2425,7 +2425,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -2437,7 +2437,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. --- @@ -2449,7 +2449,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. --- @@ -2486,7 +2486,7 @@ public OceanGkeImportScheduledTaskShutdownHours getShutdownHours(); shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -2500,7 +2500,7 @@ public java.lang.Object getTasks(); tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -2522,8 +2522,8 @@ OceanGkeImportScheduledTaskShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -2535,7 +2535,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -2547,7 +2547,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2571,9 +2571,9 @@ OceanGkeImportScheduledTaskTasks.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | taskParameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -2586,7 +2586,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -2598,7 +2598,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2610,7 +2610,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2624,7 +2624,7 @@ public OceanGkeImportScheduledTaskTasksTaskParameters getTaskParameters(); task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2658,7 +2658,7 @@ public OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll getClusterRoll( cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2682,10 +2682,10 @@ OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | -| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | +| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2697,7 +2697,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2709,7 +2709,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2721,7 +2721,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2733,7 +2733,7 @@ public java.lang.Object getRespectPdb(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2756,8 +2756,8 @@ OceanGkeImportShieldedInstanceConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| enableIntegrityMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. | -| enableSecureBoot | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | +| enableIntegrityMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. | +| enableSecureBoot | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2769,7 +2769,7 @@ public java.lang.Object getEnableIntegrityMonitoring(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2781,7 +2781,7 @@ public java.lang.Object getEnableSecureBoot(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2805,10 +2805,10 @@ OceanGkeImportStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. | -| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. | -| provisioningModel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | -| shouldUtilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. | +| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. | +| provisioningModel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | +| shouldUtilizeCommitments | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. | --- @@ -2820,7 +2820,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2832,7 +2832,7 @@ public java.lang.Number getPreemptiblePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2844,7 +2844,7 @@ public java.lang.String getProvisioningModel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2856,7 +2856,7 @@ public java.lang.Object getShouldUtilizeCommitments(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. --- @@ -2880,8 +2880,8 @@ OceanGkeImportUpdatePolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. | -| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | +| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. | +| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | rollConfig | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2894,7 +2894,7 @@ public java.lang.Object getShouldRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2906,7 +2906,7 @@ public java.lang.Object getConditionedRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2920,7 +2920,7 @@ public OceanGkeImportUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2944,10 +2944,10 @@ OceanGkeImportUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | -| launchSpecIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. | -| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | +| launchSpecIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. | +| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2959,7 +2959,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2971,7 +2971,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2983,7 +2983,7 @@ public java.util.List getLaunchSpecIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2995,7 +2995,7 @@ public java.lang.Object getRespectPdb(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeImport.python.md b/docs/oceanGkeImport.python.md index 34c7e52f..25bbb48d 100644 --- a/docs/oceanGkeImport.python.md +++ b/docs/oceanGkeImport.python.md @@ -4,7 +4,7 @@ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -53,24 +53,24 @@ oceanGkeImport.OceanGkeImport( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | -| location | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | +| location | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | | autoscaler | OceanGkeImportAutoscaler | autoscaler block. | | backend_services | typing.Union[cdktf.IResolvable, typing.List[OceanGkeImportBackendServices]] | backend_services block. | -| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | -| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | +| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | | filters | OceanGkeImportFilters | filters block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | -| root_volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | +| root_volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[OceanGkeImportScheduledTask]] | scheduled_task block. | | shielded_instance_config | OceanGkeImportShieldedInstanceConfig | shielded_instance_config block. | | strategy | typing.Union[cdktf.IResolvable, typing.List[OceanGkeImportStrategy]] | strategy block. | | update_policy | OceanGkeImportUpdatePolicy | update_policy block. | -| use_as_template_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | -| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | +| use_as_template_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | +| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -219,7 +219,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -692,7 +692,7 @@ def put_autoscaler( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -700,7 +700,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -710,7 +710,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -718,7 +718,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -728,7 +728,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -736,7 +736,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -744,7 +744,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -754,7 +754,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -789,7 +789,7 @@ def put_filters( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. --- @@ -797,7 +797,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. --- @@ -805,7 +805,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -813,7 +813,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -821,7 +821,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. --- @@ -829,7 +829,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. --- @@ -860,7 +860,7 @@ def put_shielded_instance_config( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -868,7 +868,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -900,7 +900,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -908,7 +908,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -918,7 +918,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -1132,7 +1132,7 @@ The construct id used in the generated config for the OceanGkeImport to import. The id of the existing OceanGkeImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use --- @@ -1757,13 +1757,13 @@ oceanGkeImport.OceanGkeImportAutoscaler( | **Name** | **Type** | **Description** | | --- | --- | --- | -| auto_headroom_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | +| auto_headroom_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | | down | OceanGkeImportAutoscalerDown | down block. | -| enable_automatic_and_manual_headroom | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. | +| enable_automatic_and_manual_headroom | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. | | headroom | OceanGkeImportAutoscalerHeadroom | headroom block. | -| is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| is_auto_config | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | resource_limits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1776,7 +1776,7 @@ auto_headroom_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1788,7 +1788,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1802,7 +1802,7 @@ down: OceanGkeImportAutoscalerDown down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1814,7 +1814,7 @@ enable_automatic_and_manual_headroom: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1828,7 +1828,7 @@ headroom: OceanGkeImportAutoscalerHeadroom headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1840,7 +1840,7 @@ is_auto_config: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1852,7 +1852,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1866,7 +1866,7 @@ resource_limits: OceanGkeImportAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1888,9 +1888,9 @@ oceanGkeImport.OceanGkeImportAutoscalerDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | -| is_aggressive_scale_down_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. | -| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | +| is_aggressive_scale_down_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. | +| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1902,7 +1902,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1914,7 +1914,7 @@ is_aggressive_scale_down_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. --- @@ -1926,7 +1926,7 @@ max_scale_down_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1949,10 +1949,10 @@ oceanGkeImport.OceanGkeImportAutoscalerHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. | -| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. | +| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1964,7 +1964,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1976,7 +1976,7 @@ gpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1988,7 +1988,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -2000,7 +2000,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -2021,8 +2021,8 @@ oceanGkeImport.OceanGkeImportAutoscalerResourceLimits( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | -| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | +| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -2034,7 +2034,7 @@ max_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -2046,7 +2046,7 @@ max_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -2069,10 +2069,10 @@ oceanGkeImport.OceanGkeImportBackendServices( | **Name** | **Type** | **Description** | | --- | --- | --- | -| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. | -| location_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. | +| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. | +| location_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. | | named_ports | typing.Union[cdktf.IResolvable, typing.List[OceanGkeImportBackendServicesNamedPorts]] | named_ports block. | -| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | +| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -2084,7 +2084,7 @@ service_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -2096,7 +2096,7 @@ location_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -2110,7 +2110,7 @@ named_ports: typing.Union[IResolvable, typing.List[OceanGkeImportBackendServices named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -2122,7 +2122,7 @@ scheme: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -2143,8 +2143,8 @@ oceanGkeImport.OceanGkeImportBackendServicesNamedPorts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | -| ports | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | +| ports | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -2156,7 +2156,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -2168,7 +2168,7 @@ ports: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -2219,24 +2219,24 @@ oceanGkeImport.OceanGkeImportConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | -| location | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | +| location | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | | autoscaler | OceanGkeImportAutoscaler | autoscaler block. | | backend_services | typing.Union[cdktf.IResolvable, typing.List[OceanGkeImportBackendServices]] | backend_services block. | -| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | -| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | +| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | | filters | OceanGkeImportFilters | filters block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | -| root_volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | +| root_volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[OceanGkeImportScheduledTask]] | scheduled_task block. | | shielded_instance_config | OceanGkeImportShieldedInstanceConfig | shielded_instance_config block. | | strategy | typing.Union[cdktf.IResolvable, typing.List[OceanGkeImportStrategy]] | strategy block. | | update_policy | OceanGkeImportUpdatePolicy | update_policy block. | -| use_as_template_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | -| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | +| use_as_template_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | +| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -2318,7 +2318,7 @@ cluster_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -2330,7 +2330,7 @@ location: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -2344,7 +2344,7 @@ autoscaler: OceanGkeImportAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -2358,7 +2358,7 @@ backend_services: typing.Union[IResolvable, typing.List[OceanGkeImportBackendSer backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -2370,7 +2370,7 @@ blacklist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -2382,7 +2382,7 @@ controller_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -2394,7 +2394,7 @@ desired_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -2408,7 +2408,7 @@ filters: OceanGkeImportFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} --- @@ -2420,7 +2420,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2435,7 +2435,7 @@ max_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -2447,7 +2447,7 @@ min_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -2459,7 +2459,7 @@ root_volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -2473,7 +2473,7 @@ scheduled_task: typing.Union[IResolvable, typing.List[OceanGkeImportScheduledTas scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -2487,7 +2487,7 @@ shielded_instance_config: OceanGkeImportShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -2501,7 +2501,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanGkeImportStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -2515,7 +2515,7 @@ update_policy: OceanGkeImportUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -2527,7 +2527,7 @@ use_as_template_only: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -2539,7 +2539,7 @@ whitelist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -2564,12 +2564,12 @@ oceanGkeImport.OceanGkeImportFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| exclude_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. | -| include_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | -| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | -| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. | -| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. | +| exclude_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. | +| include_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | +| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | +| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. | +| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. | --- @@ -2581,7 +2581,7 @@ exclude_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. --- @@ -2593,7 +2593,7 @@ include_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. --- @@ -2605,7 +2605,7 @@ max_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -2617,7 +2617,7 @@ max_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -2629,7 +2629,7 @@ min_memory_gib: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. --- @@ -2641,7 +2641,7 @@ min_vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. --- @@ -2677,7 +2677,7 @@ shutdown_hours: OceanGkeImportScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -2691,7 +2691,7 @@ tasks: typing.Union[IResolvable, typing.List[OceanGkeImportScheduledTaskTasks]] tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -2712,8 +2712,8 @@ oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -2725,7 +2725,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -2737,7 +2737,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2760,9 +2760,9 @@ oceanGkeImport.OceanGkeImportScheduledTaskTasks( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | task_parameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -2775,7 +2775,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -2787,7 +2787,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2799,7 +2799,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2813,7 +2813,7 @@ task_parameters: OceanGkeImportScheduledTaskTasksTaskParameters task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2847,7 +2847,7 @@ cluster_roll: OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2870,10 +2870,10 @@ oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | -| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | +| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2885,7 +2885,7 @@ batch_min_healthy_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2897,7 +2897,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2909,7 +2909,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2921,7 +2921,7 @@ respect_pdb: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2942,8 +2942,8 @@ oceanGkeImport.OceanGkeImportShieldedInstanceConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| enable_integrity_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. | -| enable_secure_boot | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | +| enable_integrity_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. | +| enable_secure_boot | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2955,7 +2955,7 @@ enable_integrity_monitoring: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2967,7 +2967,7 @@ enable_secure_boot: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2990,10 +2990,10 @@ oceanGkeImport.OceanGkeImportStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. | -| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. | -| provisioning_model | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | -| should_utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. | +| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. | +| provisioning_model | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | +| should_utilize_commitments | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. | --- @@ -3005,7 +3005,7 @@ draining_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -3017,7 +3017,7 @@ preemptible_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -3029,7 +3029,7 @@ provisioning_model: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -3041,7 +3041,7 @@ should_utilize_commitments: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. --- @@ -3063,8 +3063,8 @@ oceanGkeImport.OceanGkeImportUpdatePolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. | -| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | +| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. | +| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | roll_config | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -3077,7 +3077,7 @@ should_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -3089,7 +3089,7 @@ conditioned_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -3103,7 +3103,7 @@ roll_config: OceanGkeImportUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -3126,10 +3126,10 @@ oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | -| launch_spec_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. | -| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | +| launch_spec_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. | +| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -3141,7 +3141,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -3153,7 +3153,7 @@ batch_min_healthy_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -3165,7 +3165,7 @@ launch_spec_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -3177,7 +3177,7 @@ respect_pdb: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -4187,7 +4187,7 @@ def put_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -4195,7 +4195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. --- @@ -4203,7 +4203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -4222,7 +4222,7 @@ def put_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -4230,7 +4230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -4238,7 +4238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -4246,7 +4246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -4263,7 +4263,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -4271,7 +4271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -6856,7 +6856,7 @@ def put_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -6864,7 +6864,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -7743,7 +7743,7 @@ def put_task_parameters( cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -8522,7 +8522,7 @@ def put_cluster_roll( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -8530,7 +8530,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -8538,7 +8538,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -8546,7 +8546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -9782,7 +9782,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -9790,7 +9790,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -9798,7 +9798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -9806,7 +9806,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeImport.typescript.md b/docs/oceanGkeImport.typescript.md index bd0d33fa..fbce07f4 100644 --- a/docs/oceanGkeImport.typescript.md +++ b/docs/oceanGkeImport.typescript.md @@ -4,7 +4,7 @@ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -670,7 +670,7 @@ The construct id used in the generated config for the OceanGkeImport to import. The id of the existing OceanGkeImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use --- @@ -1286,13 +1286,13 @@ const oceanGkeImportAutoscaler: oceanGkeImport.OceanGkeImportAutoscaler = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | +| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | | down | OceanGkeImportAutoscalerDown | down block. | -| enableAutomaticAndManualHeadroom | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. | +| enableAutomaticAndManualHeadroom | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. | | headroom | OceanGkeImportAutoscalerHeadroom | headroom block. | -| isAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| isAutoConfig | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | resourceLimits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1305,7 +1305,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1317,7 +1317,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1331,7 +1331,7 @@ public readonly down: OceanGkeImportAutoscalerDown; down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1343,7 +1343,7 @@ public readonly enableAutomaticAndManualHeadroom: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1357,7 +1357,7 @@ public readonly headroom: OceanGkeImportAutoscalerHeadroom; headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1369,7 +1369,7 @@ public readonly isAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1381,7 +1381,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1395,7 +1395,7 @@ public readonly resourceLimits: OceanGkeImportAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1413,9 +1413,9 @@ const oceanGkeImportAutoscalerDown: oceanGkeImport.OceanGkeImportAutoscalerDown | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | -| isAggressiveScaleDownEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | +| isAggressiveScaleDownEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. | +| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1427,7 +1427,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1439,7 +1439,7 @@ public readonly isAggressiveScaleDownEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled}. --- @@ -1451,7 +1451,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1469,10 +1469,10 @@ const oceanGkeImportAutoscalerHeadroom: oceanGkeImport.OceanGkeImportAutoscalerH | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. | -| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. | +| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1484,7 +1484,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1496,7 +1496,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1508,7 +1508,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1520,7 +1520,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1538,8 +1538,8 @@ const oceanGkeImportAutoscalerResourceLimits: oceanGkeImport.OceanGkeImportAutos | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | -| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | +| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1551,7 +1551,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1563,7 +1563,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1581,10 +1581,10 @@ const oceanGkeImportBackendServices: oceanGkeImport.OceanGkeImportBackendService | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. | -| locationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. | +| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. | +| locationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. | | namedPorts | cdktf.IResolvable \| OceanGkeImportBackendServicesNamedPorts[] | named_ports block. | -| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | +| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1596,7 +1596,7 @@ public readonly serviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1608,7 +1608,7 @@ public readonly locationType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1622,7 +1622,7 @@ public readonly namedPorts: IResolvable | OceanGkeImportBackendServicesNamedPort named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -1634,7 +1634,7 @@ public readonly scheme: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -1652,8 +1652,8 @@ const oceanGkeImportBackendServicesNamedPorts: oceanGkeImport.OceanGkeImportBack | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | -| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | +| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -1665,7 +1665,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -1677,7 +1677,7 @@ public readonly ports: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -1702,24 +1702,24 @@ const oceanGkeImportConfig: oceanGkeImport.OceanGkeImportConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| clusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | -| location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| clusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. | +| location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | | autoscaler | OceanGkeImportAutoscaler | autoscaler block. | | backendServices | cdktf.IResolvable \| OceanGkeImportBackendServices[] | backend_services block. | -| blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | -| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | +| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | | filters | OceanGkeImportFilters | filters block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | -| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | -| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | -| rootVolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. | +| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. | +| rootVolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | | scheduledTask | cdktf.IResolvable \| OceanGkeImportScheduledTask[] | scheduled_task block. | | shieldedInstanceConfig | OceanGkeImportShieldedInstanceConfig | shielded_instance_config block. | | strategy | cdktf.IResolvable \| OceanGkeImportStrategy[] | strategy block. | | updatePolicy | OceanGkeImportUpdatePolicy | update_policy block. | -| useAsTemplateOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | -| whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | +| useAsTemplateOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. | +| whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -1801,7 +1801,7 @@ public readonly clusterName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -1813,7 +1813,7 @@ public readonly location: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -1827,7 +1827,7 @@ public readonly autoscaler: OceanGkeImportAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -1841,7 +1841,7 @@ public readonly backendServices: IResolvable | OceanGkeImportBackendServices[]; backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -1853,7 +1853,7 @@ public readonly blacklist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -1865,7 +1865,7 @@ public readonly controllerClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -1877,7 +1877,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -1891,7 +1891,7 @@ public readonly filters: OceanGkeImportFilters; filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} --- @@ -1903,7 +1903,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1918,7 +1918,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -1930,7 +1930,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -1942,7 +1942,7 @@ public readonly rootVolumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -1956,7 +1956,7 @@ public readonly scheduledTask: IResolvable | OceanGkeImportScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -1970,7 +1970,7 @@ public readonly shieldedInstanceConfig: OceanGkeImportShieldedInstanceConfig; shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -1984,7 +1984,7 @@ public readonly strategy: IResolvable | OceanGkeImportStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -1998,7 +1998,7 @@ public readonly updatePolicy: OceanGkeImportUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -2010,7 +2010,7 @@ public readonly useAsTemplateOnly: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -2022,7 +2022,7 @@ public readonly whitelist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -2040,12 +2040,12 @@ const oceanGkeImportFilters: oceanGkeImport.OceanGkeImportFilters = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| excludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. | -| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | -| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | -| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. | -| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. | +| excludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. | +| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. | +| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | +| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. | +| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. | --- @@ -2057,7 +2057,7 @@ public readonly excludeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families}. --- @@ -2069,7 +2069,7 @@ public readonly includeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families}. --- @@ -2081,7 +2081,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -2093,7 +2093,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -2105,7 +2105,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib}. --- @@ -2117,7 +2117,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu}. --- @@ -2150,7 +2150,7 @@ public readonly shutdownHours: OceanGkeImportScheduledTaskShutdownHours; shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -2164,7 +2164,7 @@ public readonly tasks: IResolvable | OceanGkeImportScheduledTaskTasks[]; tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -2182,8 +2182,8 @@ const oceanGkeImportScheduledTaskShutdownHours: oceanGkeImport.OceanGkeImportSch | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -2195,7 +2195,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -2207,7 +2207,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2225,9 +2225,9 @@ const oceanGkeImportScheduledTaskTasks: oceanGkeImport.OceanGkeImportScheduledTa | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | taskParameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -2240,7 +2240,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -2252,7 +2252,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2264,7 +2264,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2278,7 +2278,7 @@ public readonly taskParameters: OceanGkeImportScheduledTaskTasksTaskParameters; task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2310,7 +2310,7 @@ public readonly clusterRoll: OceanGkeImportScheduledTaskTasksTaskParametersClust cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2328,10 +2328,10 @@ const oceanGkeImportScheduledTaskTasksTaskParametersClusterRoll: oceanGkeImport. | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | -| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | +| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2343,7 +2343,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2355,7 +2355,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2367,7 +2367,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2379,7 +2379,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2397,8 +2397,8 @@ const oceanGkeImportShieldedInstanceConfig: oceanGkeImport.OceanGkeImportShielde | **Name** | **Type** | **Description** | | --- | --- | --- | -| enableIntegrityMonitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. | -| enableSecureBoot | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | +| enableIntegrityMonitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. | +| enableSecureBoot | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2410,7 +2410,7 @@ public readonly enableIntegrityMonitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2422,7 +2422,7 @@ public readonly enableSecureBoot: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2440,10 +2440,10 @@ const oceanGkeImportStrategy: oceanGkeImport.OceanGkeImportStrategy = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. | -| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. | -| provisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | -| shouldUtilizeCommitments | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. | +| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. | +| provisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | +| shouldUtilizeCommitments | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. | --- @@ -2455,7 +2455,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2467,7 +2467,7 @@ public readonly preemptiblePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2479,7 +2479,7 @@ public readonly provisioningModel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2491,7 +2491,7 @@ public readonly shouldUtilizeCommitments: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments}. --- @@ -2509,8 +2509,8 @@ const oceanGkeImportUpdatePolicy: oceanGkeImport.OceanGkeImportUpdatePolicy = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. | -| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | +| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. | +| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | rollConfig | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2523,7 +2523,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2535,7 +2535,7 @@ public readonly conditionedRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2549,7 +2549,7 @@ public readonly rollConfig: OceanGkeImportUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2567,10 +2567,10 @@ const oceanGkeImportUpdatePolicyRollConfig: oceanGkeImport.OceanGkeImportUpdateP | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | -| launchSpecIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. | -| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. | +| launchSpecIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. | +| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2582,7 +2582,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2594,7 +2594,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2606,7 +2606,7 @@ public readonly launchSpecIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2618,7 +2618,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeLaunchSpec.csharp.md b/docs/oceanGkeLaunchSpec.csharp.md index 989f2883..75019a0f 100644 --- a/docs/oceanGkeLaunchSpec.csharp.md +++ b/docs/oceanGkeLaunchSpec.csharp.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -797,7 +797,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpec to impo The id of the existing OceanGkeLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1539,10 +1539,10 @@ new OceanGkeLaunchSpecAutoscaleHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | -| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | +| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1554,7 +1554,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1566,7 +1566,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1578,7 +1578,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1590,7 +1590,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1610,7 +1610,7 @@ new OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | +| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1622,7 +1622,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -1679,28 +1679,28 @@ new OceanGkeLaunchSpecConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | +| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | | AutoscaleHeadrooms | object | autoscale_headrooms block. | | AutoscaleHeadroomsAutomatic | object | autoscale_headrooms_automatic block. | | CreateOptions | OceanGkeLaunchSpecCreateOptions | create_options block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | -| InstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | +| InstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | | Labels | object | labels block. | | Metadata | object | metadata block. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | | NetworkInterfaces | object | network_interfaces block. | -| NodePoolName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | +| NodePoolName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | | ResourceLimits | OceanGkeLaunchSpecResourceLimits | resource_limits block. | -| RestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | -| RootVolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | -| RootVolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | +| RestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | +| RootVolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | +| RootVolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | | SchedulingTask | object | scheduling_task block. | -| ServiceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | +| ServiceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | | ShieldedInstanceConfig | OceanGkeLaunchSpecShieldedInstanceConfig | shielded_instance_config block. | -| SourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | +| SourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | | Storage | OceanGkeLaunchSpecStorage | storage block. | | Strategy | object | strategy block. | -| Tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | +| Tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | | Taints | object | taints block. | | UpdatePolicy | OceanGkeLaunchSpecUpdatePolicy | update_policy block. | @@ -1784,7 +1784,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -1798,7 +1798,7 @@ public object AutoscaleHeadrooms { get; set; } autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -1812,7 +1812,7 @@ public object AutoscaleHeadroomsAutomatic { get; set; } autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -1826,7 +1826,7 @@ public OceanGkeLaunchSpecCreateOptions CreateOptions { get; set; } create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} --- @@ -1838,7 +1838,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1853,7 +1853,7 @@ public string[] InstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -1867,7 +1867,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -1881,7 +1881,7 @@ public object Metadata { get; set; } metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -1893,7 +1893,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -1907,7 +1907,7 @@ public object NetworkInterfaces { get; set; } network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -1919,7 +1919,7 @@ public string NodePoolName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -1933,7 +1933,7 @@ public OceanGkeLaunchSpecResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -1945,7 +1945,7 @@ public object RestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -1957,7 +1957,7 @@ public double RootVolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -1969,7 +1969,7 @@ public string RootVolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -1983,7 +1983,7 @@ public object SchedulingTask { get; set; } scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -1995,7 +1995,7 @@ public string ServiceAccount { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -2009,7 +2009,7 @@ public OceanGkeLaunchSpecShieldedInstanceConfig ShieldedInstanceConfig { get; se shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -2021,7 +2021,7 @@ public string SourceImage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -2035,7 +2035,7 @@ public OceanGkeLaunchSpecStorage Storage { get; set; } storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -2049,7 +2049,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -2061,7 +2061,7 @@ public string[] Tags { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -2075,7 +2075,7 @@ public object Taints { get; set; } taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -2089,7 +2089,7 @@ public OceanGkeLaunchSpecUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -2109,7 +2109,7 @@ new OceanGkeLaunchSpecCreateOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| InitialNodes | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. | +| InitialNodes | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. | --- @@ -2121,7 +2121,7 @@ public double InitialNodes { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. --- @@ -2142,8 +2142,8 @@ new OceanGkeLaunchSpecLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2155,7 +2155,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2167,7 +2167,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2188,8 +2188,8 @@ new OceanGkeLaunchSpecMetadata { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2201,7 +2201,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2213,7 +2213,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2236,10 +2236,10 @@ new OceanGkeLaunchSpecNetworkInterfaces { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | +| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | | AccessConfigs | object | access_configs block. | | AliasIpRanges | object | alias_ip_ranges block. | -| ProjectId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | +| ProjectId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2251,7 +2251,7 @@ public string Network { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2265,7 +2265,7 @@ public object AccessConfigs { get; set; } access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2279,7 +2279,7 @@ public object AliasIpRanges { get; set; } alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2291,7 +2291,7 @@ public string ProjectId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2312,8 +2312,8 @@ new OceanGkeLaunchSpecNetworkInterfacesAccessConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2325,7 +2325,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2337,7 +2337,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2358,8 +2358,8 @@ new OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. | -| SubnetworkRangeName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | +| IpCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. | +| SubnetworkRangeName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2371,7 +2371,7 @@ public string IpCidrRange { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2383,7 +2383,7 @@ public string SubnetworkRangeName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2404,8 +2404,8 @@ new OceanGkeLaunchSpecResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. | -| MinInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | +| MaxInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. | +| MinInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2417,7 +2417,7 @@ public double MaxInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2429,7 +2429,7 @@ public double MinInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2452,9 +2452,9 @@ new OceanGkeLaunchSpecSchedulingTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | | TaskHeadroom | object | task_headroom block. | --- @@ -2467,7 +2467,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2479,7 +2479,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2491,7 +2491,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2505,7 +2505,7 @@ public object TaskHeadroom { get; set; } task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2528,10 +2528,10 @@ new OceanGkeLaunchSpecSchedulingTaskTaskHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | -| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | +| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2543,7 +2543,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2555,7 +2555,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2567,7 +2567,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2579,7 +2579,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2600,8 +2600,8 @@ new OceanGkeLaunchSpecShieldedInstanceConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EnableIntegrityMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. | -| EnableSecureBoot | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | +| EnableIntegrityMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. | +| EnableSecureBoot | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2613,7 +2613,7 @@ public object EnableIntegrityMonitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2625,7 +2625,7 @@ public object EnableSecureBoot { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2645,7 +2645,7 @@ new OceanGkeLaunchSpecStorage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| LocalSsdCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | +| LocalSsdCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -2657,7 +2657,7 @@ public double LocalSsdCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -2677,7 +2677,7 @@ new OceanGkeLaunchSpecStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | +| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -2689,7 +2689,7 @@ public double PreemptiblePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -2711,9 +2711,9 @@ new OceanGkeLaunchSpecTaints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2725,7 +2725,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -2737,7 +2737,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2749,7 +2749,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2770,7 +2770,7 @@ new OceanGkeLaunchSpecUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | RollConfig | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -2783,7 +2783,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -2797,7 +2797,7 @@ public OceanGkeLaunchSpecUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -2817,7 +2817,7 @@ new OceanGkeLaunchSpecUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -2829,7 +2829,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. --- diff --git a/docs/oceanGkeLaunchSpec.go.md b/docs/oceanGkeLaunchSpec.go.md index da5ea481..32e3dedd 100644 --- a/docs/oceanGkeLaunchSpec.go.md +++ b/docs/oceanGkeLaunchSpec.go.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -797,7 +797,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpec to impo The id of the existing OceanGkeLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1539,10 +1539,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | -| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | +| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1554,7 +1554,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1566,7 +1566,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1578,7 +1578,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1590,7 +1590,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1610,7 +1610,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | +| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1622,7 +1622,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -1679,28 +1679,28 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | +| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | | AutoscaleHeadrooms | interface{} | autoscale_headrooms block. | | AutoscaleHeadroomsAutomatic | interface{} | autoscale_headrooms_automatic block. | | CreateOptions | OceanGkeLaunchSpecCreateOptions | create_options block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | -| InstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | +| InstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | | Labels | interface{} | labels block. | | Metadata | interface{} | metadata block. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | | NetworkInterfaces | interface{} | network_interfaces block. | -| NodePoolName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | +| NodePoolName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | | ResourceLimits | OceanGkeLaunchSpecResourceLimits | resource_limits block. | -| RestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | -| RootVolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | -| RootVolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | +| RestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | +| RootVolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | +| RootVolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | | SchedulingTask | interface{} | scheduling_task block. | -| ServiceAccount | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | +| ServiceAccount | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | | ShieldedInstanceConfig | OceanGkeLaunchSpecShieldedInstanceConfig | shielded_instance_config block. | -| SourceImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | +| SourceImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | | Storage | OceanGkeLaunchSpecStorage | storage block. | | Strategy | interface{} | strategy block. | -| Tags | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | +| Tags | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | | Taints | interface{} | taints block. | | UpdatePolicy | OceanGkeLaunchSpecUpdatePolicy | update_policy block. | @@ -1784,7 +1784,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -1798,7 +1798,7 @@ AutoscaleHeadrooms interface{} autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -1812,7 +1812,7 @@ AutoscaleHeadroomsAutomatic interface{} autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -1826,7 +1826,7 @@ CreateOptions OceanGkeLaunchSpecCreateOptions create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} --- @@ -1838,7 +1838,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1853,7 +1853,7 @@ InstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -1867,7 +1867,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -1881,7 +1881,7 @@ Metadata interface{} metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -1893,7 +1893,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -1907,7 +1907,7 @@ NetworkInterfaces interface{} network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -1919,7 +1919,7 @@ NodePoolName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -1933,7 +1933,7 @@ ResourceLimits OceanGkeLaunchSpecResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -1945,7 +1945,7 @@ RestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -1957,7 +1957,7 @@ RootVolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -1969,7 +1969,7 @@ RootVolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -1983,7 +1983,7 @@ SchedulingTask interface{} scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -1995,7 +1995,7 @@ ServiceAccount *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -2009,7 +2009,7 @@ ShieldedInstanceConfig OceanGkeLaunchSpecShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -2021,7 +2021,7 @@ SourceImage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -2035,7 +2035,7 @@ Storage OceanGkeLaunchSpecStorage storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -2049,7 +2049,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -2061,7 +2061,7 @@ Tags *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -2075,7 +2075,7 @@ Taints interface{} taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -2089,7 +2089,7 @@ UpdatePolicy OceanGkeLaunchSpecUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -2109,7 +2109,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| InitialNodes | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. | +| InitialNodes | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. | --- @@ -2121,7 +2121,7 @@ InitialNodes *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. --- @@ -2142,8 +2142,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2155,7 +2155,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2167,7 +2167,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2188,8 +2188,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2201,7 +2201,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2213,7 +2213,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2236,10 +2236,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | +| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | | AccessConfigs | interface{} | access_configs block. | | AliasIpRanges | interface{} | alias_ip_ranges block. | -| ProjectId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | +| ProjectId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2251,7 +2251,7 @@ Network *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2265,7 +2265,7 @@ AccessConfigs interface{} access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2279,7 +2279,7 @@ AliasIpRanges interface{} alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2291,7 +2291,7 @@ ProjectId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2312,8 +2312,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2325,7 +2325,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2337,7 +2337,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2358,8 +2358,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. | -| SubnetworkRangeName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | +| IpCidrRange | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. | +| SubnetworkRangeName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2371,7 +2371,7 @@ IpCidrRange *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2383,7 +2383,7 @@ SubnetworkRangeName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2404,8 +2404,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. | -| MinInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | +| MaxInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. | +| MinInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2417,7 +2417,7 @@ MaxInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2429,7 +2429,7 @@ MinInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2452,9 +2452,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | | TaskHeadroom | interface{} | task_headroom block. | --- @@ -2467,7 +2467,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2479,7 +2479,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2491,7 +2491,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2505,7 +2505,7 @@ TaskHeadroom interface{} task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2528,10 +2528,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | -| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | +| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2543,7 +2543,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2555,7 +2555,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2567,7 +2567,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2579,7 +2579,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2600,8 +2600,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| EnableIntegrityMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. | -| EnableSecureBoot | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | +| EnableIntegrityMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. | +| EnableSecureBoot | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2613,7 +2613,7 @@ EnableIntegrityMonitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2625,7 +2625,7 @@ EnableSecureBoot interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2645,7 +2645,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| LocalSsdCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | +| LocalSsdCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -2657,7 +2657,7 @@ LocalSsdCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -2677,7 +2677,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | +| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -2689,7 +2689,7 @@ PreemptiblePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -2711,9 +2711,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2725,7 +2725,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -2737,7 +2737,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2749,7 +2749,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2770,7 +2770,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | RollConfig | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -2783,7 +2783,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -2797,7 +2797,7 @@ RollConfig OceanGkeLaunchSpecUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -2817,7 +2817,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -2829,7 +2829,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. --- diff --git a/docs/oceanGkeLaunchSpec.java.md b/docs/oceanGkeLaunchSpec.java.md index 48890d7b..9add7067 100644 --- a/docs/oceanGkeLaunchSpec.java.md +++ b/docs/oceanGkeLaunchSpec.java.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -70,28 +70,28 @@ OceanGkeLaunchSpec.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | | autoscaleHeadrooms | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecAutoscaleHeadrooms> | autoscale_headrooms block. | | autoscaleHeadroomsAutomatic | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic> | autoscale_headrooms_automatic block. | | createOptions | OceanGkeLaunchSpecCreateOptions | create_options block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | -| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | +| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | | labels | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecLabels> | labels block. | | metadata | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecMetadata> | metadata block. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | | networkInterfaces | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecNetworkInterfaces> | network_interfaces block. | -| nodePoolName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | +| nodePoolName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | | resourceLimits | OceanGkeLaunchSpecResourceLimits | resource_limits block. | -| restrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | -| rootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | -| rootVolumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | +| restrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | +| rootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | +| rootVolumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | | schedulingTask | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecSchedulingTask> | scheduling_task block. | -| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | +| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | | shieldedInstanceConfig | OceanGkeLaunchSpecShieldedInstanceConfig | shielded_instance_config block. | -| sourceImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | +| sourceImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | | storage | OceanGkeLaunchSpecStorage | storage block. | | strategy | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecStrategy> | strategy block. | -| tags | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | +| tags | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecTaints> | taints block. | | updatePolicy | OceanGkeLaunchSpecUpdatePolicy | update_policy block. | @@ -161,7 +161,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -210,7 +210,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -282,7 +282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -308,7 +308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -318,7 +318,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -326,7 +326,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -336,7 +336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -346,7 +346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -354,7 +354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -364,7 +364,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -374,7 +374,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -1131,7 +1131,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpec to impo The id of the existing OceanGkeLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1873,10 +1873,10 @@ OceanGkeLaunchSpecAutoscaleHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | -| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | +| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1888,7 +1888,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1900,7 +1900,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1912,7 +1912,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1924,7 +1924,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1944,7 +1944,7 @@ OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | +| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1956,7 +1956,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -2026,28 +2026,28 @@ OceanGkeLaunchSpecConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | | autoscaleHeadrooms | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecAutoscaleHeadrooms> | autoscale_headrooms block. | | autoscaleHeadroomsAutomatic | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic> | autoscale_headrooms_automatic block. | | createOptions | OceanGkeLaunchSpecCreateOptions | create_options block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | -| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | +| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | | labels | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecLabels> | labels block. | | metadata | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecMetadata> | metadata block. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | | networkInterfaces | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecNetworkInterfaces> | network_interfaces block. | -| nodePoolName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | +| nodePoolName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | | resourceLimits | OceanGkeLaunchSpecResourceLimits | resource_limits block. | -| restrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | -| rootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | -| rootVolumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | +| restrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | +| rootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | +| rootVolumeType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | | schedulingTask | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecSchedulingTask> | scheduling_task block. | -| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | +| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | | shieldedInstanceConfig | OceanGkeLaunchSpecShieldedInstanceConfig | shielded_instance_config block. | -| sourceImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | +| sourceImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | | storage | OceanGkeLaunchSpecStorage | storage block. | | strategy | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecStrategy> | strategy block. | -| tags | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | +| tags | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecTaints> | taints block. | | updatePolicy | OceanGkeLaunchSpecUpdatePolicy | update_policy block. | @@ -2131,7 +2131,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -2145,7 +2145,7 @@ public java.lang.Object getAutoscaleHeadrooms(); autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -2159,7 +2159,7 @@ public java.lang.Object getAutoscaleHeadroomsAutomatic(); autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -2173,7 +2173,7 @@ public OceanGkeLaunchSpecCreateOptions getCreateOptions(); create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} --- @@ -2185,7 +2185,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2200,7 +2200,7 @@ public java.util.List getInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -2214,7 +2214,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -2228,7 +2228,7 @@ public java.lang.Object getMetadata(); metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -2240,7 +2240,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2254,7 +2254,7 @@ public java.lang.Object getNetworkInterfaces(); network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -2266,7 +2266,7 @@ public java.lang.String getNodePoolName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -2280,7 +2280,7 @@ public OceanGkeLaunchSpecResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -2292,7 +2292,7 @@ public java.lang.Object getRestrictScaleDown(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -2304,7 +2304,7 @@ public java.lang.Number getRootVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -2316,7 +2316,7 @@ public java.lang.String getRootVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -2330,7 +2330,7 @@ public java.lang.Object getSchedulingTask(); scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -2342,7 +2342,7 @@ public java.lang.String getServiceAccount(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -2356,7 +2356,7 @@ public OceanGkeLaunchSpecShieldedInstanceConfig getShieldedInstanceConfig(); shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -2368,7 +2368,7 @@ public java.lang.String getSourceImage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -2382,7 +2382,7 @@ public OceanGkeLaunchSpecStorage getStorage(); storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -2396,7 +2396,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -2408,7 +2408,7 @@ public java.util.List getTags(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -2422,7 +2422,7 @@ public java.lang.Object getTaints(); taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -2436,7 +2436,7 @@ public OceanGkeLaunchSpecUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -2456,7 +2456,7 @@ OceanGkeLaunchSpecCreateOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| initialNodes | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. | +| initialNodes | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. | --- @@ -2468,7 +2468,7 @@ public java.lang.Number getInitialNodes(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. --- @@ -2489,8 +2489,8 @@ OceanGkeLaunchSpecLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2502,7 +2502,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2514,7 +2514,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2535,8 +2535,8 @@ OceanGkeLaunchSpecMetadata.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2548,7 +2548,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2560,7 +2560,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2585,10 +2585,10 @@ OceanGkeLaunchSpecNetworkInterfaces.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | +| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | | accessConfigs | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecNetworkInterfacesAccessConfigs> | access_configs block. | | aliasIpRanges | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges> | alias_ip_ranges block. | -| projectId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | +| projectId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2600,7 +2600,7 @@ public java.lang.String getNetwork(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2614,7 +2614,7 @@ public java.lang.Object getAccessConfigs(); access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2628,7 +2628,7 @@ public java.lang.Object getAliasIpRanges(); alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2640,7 +2640,7 @@ public java.lang.String getProjectId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2661,8 +2661,8 @@ OceanGkeLaunchSpecNetworkInterfacesAccessConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2674,7 +2674,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2686,7 +2686,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2707,8 +2707,8 @@ OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. | -| subnetworkRangeName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | +| ipCidrRange | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. | +| subnetworkRangeName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2720,7 +2720,7 @@ public java.lang.String getIpCidrRange(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2732,7 +2732,7 @@ public java.lang.String getSubnetworkRangeName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2753,8 +2753,8 @@ OceanGkeLaunchSpecResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. | -| minInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | +| maxInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. | +| minInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2766,7 +2766,7 @@ public java.lang.Number getMaxInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2778,7 +2778,7 @@ public java.lang.Number getMinInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2803,9 +2803,9 @@ OceanGkeLaunchSpecSchedulingTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | | taskHeadroom | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanGkeLaunchSpecSchedulingTaskTaskHeadroom> | task_headroom block. | --- @@ -2818,7 +2818,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2830,7 +2830,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2842,7 +2842,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2856,7 +2856,7 @@ public java.lang.Object getTaskHeadroom(); task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2879,10 +2879,10 @@ OceanGkeLaunchSpecSchedulingTaskTaskHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | -| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | +| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2894,7 +2894,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2906,7 +2906,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2918,7 +2918,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2930,7 +2930,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2953,8 +2953,8 @@ OceanGkeLaunchSpecShieldedInstanceConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| enableIntegrityMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. | -| enableSecureBoot | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | +| enableIntegrityMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. | +| enableSecureBoot | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2966,7 +2966,7 @@ public java.lang.Object getEnableIntegrityMonitoring(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2978,7 +2978,7 @@ public java.lang.Object getEnableSecureBoot(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2998,7 +2998,7 @@ OceanGkeLaunchSpecStorage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| localSsdCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | +| localSsdCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -3010,7 +3010,7 @@ public java.lang.Number getLocalSsdCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -3030,7 +3030,7 @@ OceanGkeLaunchSpecStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | +| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -3042,7 +3042,7 @@ public java.lang.Number getPreemptiblePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -3064,9 +3064,9 @@ OceanGkeLaunchSpecTaints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -3078,7 +3078,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -3090,7 +3090,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -3102,7 +3102,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -3124,7 +3124,7 @@ OceanGkeLaunchSpecUpdatePolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | +| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | rollConfig | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3137,7 +3137,7 @@ public java.lang.Object getShouldRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -3151,7 +3151,7 @@ public OceanGkeLaunchSpecUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -3171,7 +3171,7 @@ OceanGkeLaunchSpecUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -3183,7 +3183,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. --- diff --git a/docs/oceanGkeLaunchSpec.python.md b/docs/oceanGkeLaunchSpec.python.md index d98439d0..12b46397 100644 --- a/docs/oceanGkeLaunchSpec.python.md +++ b/docs/oceanGkeLaunchSpec.python.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -59,28 +59,28 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpec( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | | autoscale_headrooms | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecAutoscaleHeadrooms]] | autoscale_headrooms block. | | autoscale_headrooms_automatic | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic]] | autoscale_headrooms_automatic block. | | create_options | OceanGkeLaunchSpecCreateOptions | create_options block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | -| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | +| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | | labels | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecLabels]] | labels block. | | metadata | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecMetadata]] | metadata block. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | | network_interfaces | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecNetworkInterfaces]] | network_interfaces block. | -| node_pool_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | +| node_pool_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | | resource_limits | OceanGkeLaunchSpecResourceLimits | resource_limits block. | -| restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | -| root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | -| root_volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | +| restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | +| root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | +| root_volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | | scheduling_task | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecSchedulingTask]] | scheduling_task block. | -| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | +| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | | shielded_instance_config | OceanGkeLaunchSpecShieldedInstanceConfig | shielded_instance_config block. | -| source_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | +| source_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | | storage | OceanGkeLaunchSpecStorage | storage block. | | strategy | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecStrategy]] | strategy block. | -| tags | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | +| tags | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecTaints]] | taints block. | | update_policy | OceanGkeLaunchSpecUpdatePolicy | update_policy block. | @@ -150,7 +150,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -199,7 +199,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -279,7 +279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -307,7 +307,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -315,7 +315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -343,7 +343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -353,7 +353,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -363,7 +363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -798,7 +798,7 @@ def put_create_options( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. --- @@ -857,7 +857,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -865,7 +865,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -896,7 +896,7 @@ def put_shielded_instance_config( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -904,7 +904,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -920,7 +920,7 @@ def put_storage( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -965,7 +965,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -975,7 +975,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -1231,7 +1231,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpec to impo The id of the existing OceanGkeLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1973,10 +1973,10 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecAutoscaleHeadrooms( | **Name** | **Type** | **Description** | | --- | --- | --- | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | -| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | +| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1988,7 +1988,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2000,7 +2000,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2012,7 +2012,7 @@ gpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2024,7 +2024,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2044,7 +2044,7 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic( | **Name** | **Type** | **Description** | | --- | --- | --- | -| auto_headroom_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | +| auto_headroom_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -2056,7 +2056,7 @@ auto_headroom_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -2113,28 +2113,28 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | | autoscale_headrooms | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecAutoscaleHeadrooms]] | autoscale_headrooms block. | | autoscale_headrooms_automatic | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic]] | autoscale_headrooms_automatic block. | | create_options | OceanGkeLaunchSpecCreateOptions | create_options block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | -| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | +| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | | labels | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecLabels]] | labels block. | | metadata | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecMetadata]] | metadata block. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | | network_interfaces | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecNetworkInterfaces]] | network_interfaces block. | -| node_pool_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | +| node_pool_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | | resource_limits | OceanGkeLaunchSpecResourceLimits | resource_limits block. | -| restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | -| root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | -| root_volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | +| restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | +| root_volume_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | +| root_volume_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | | scheduling_task | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecSchedulingTask]] | scheduling_task block. | -| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | +| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | | shielded_instance_config | OceanGkeLaunchSpecShieldedInstanceConfig | shielded_instance_config block. | -| source_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | +| source_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | | storage | OceanGkeLaunchSpecStorage | storage block. | | strategy | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecStrategy]] | strategy block. | -| tags | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | +| tags | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecTaints]] | taints block. | | update_policy | OceanGkeLaunchSpecUpdatePolicy | update_policy block. | @@ -2218,7 +2218,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -2232,7 +2232,7 @@ autoscale_headrooms: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecAut autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -2246,7 +2246,7 @@ autoscale_headrooms_automatic: typing.Union[IResolvable, typing.List[OceanGkeLau autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -2260,7 +2260,7 @@ create_options: OceanGkeLaunchSpecCreateOptions create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} --- @@ -2272,7 +2272,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2287,7 +2287,7 @@ instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -2301,7 +2301,7 @@ labels: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecLabels]] labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -2315,7 +2315,7 @@ metadata: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecMetadata]] metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -2327,7 +2327,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2341,7 +2341,7 @@ network_interfaces: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecNetw network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -2353,7 +2353,7 @@ node_pool_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -2367,7 +2367,7 @@ resource_limits: OceanGkeLaunchSpecResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -2379,7 +2379,7 @@ restrict_scale_down: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -2391,7 +2391,7 @@ root_volume_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -2403,7 +2403,7 @@ root_volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -2417,7 +2417,7 @@ scheduling_task: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecSchedul scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -2429,7 +2429,7 @@ service_account: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -2443,7 +2443,7 @@ shielded_instance_config: OceanGkeLaunchSpecShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -2455,7 +2455,7 @@ source_image: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -2469,7 +2469,7 @@ storage: OceanGkeLaunchSpecStorage storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -2483,7 +2483,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -2495,7 +2495,7 @@ tags: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -2509,7 +2509,7 @@ taints: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecTaints]] taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -2523,7 +2523,7 @@ update_policy: OceanGkeLaunchSpecUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -2543,7 +2543,7 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecCreateOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| initial_nodes | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. | +| initial_nodes | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. | --- @@ -2555,7 +2555,7 @@ initial_nodes: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. --- @@ -2576,8 +2576,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2589,7 +2589,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2601,7 +2601,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2622,8 +2622,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecMetadata( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2635,7 +2635,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2647,7 +2647,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2670,10 +2670,10 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfaces( | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | +| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | | access_configs | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecNetworkInterfacesAccessConfigs]] | access_configs block. | | alias_ip_ranges | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges]] | alias_ip_ranges block. | -| project_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | +| project_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2685,7 +2685,7 @@ network: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2699,7 +2699,7 @@ access_configs: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecNetworkI access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2713,7 +2713,7 @@ alias_ip_ranges: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecNetwork alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2725,7 +2725,7 @@ project_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2746,8 +2746,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesAccessConfigs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2759,7 +2759,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2771,7 +2771,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2792,8 +2792,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges( | **Name** | **Type** | **Description** | | --- | --- | --- | -| ip_cidr_range | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. | -| subnetwork_range_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | +| ip_cidr_range | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. | +| subnetwork_range_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2805,7 +2805,7 @@ ip_cidr_range: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2817,7 +2817,7 @@ subnetwork_range_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2838,8 +2838,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_instance_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. | -| min_instance_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | +| max_instance_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. | +| min_instance_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2851,7 +2851,7 @@ max_instance_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2863,7 +2863,7 @@ min_instance_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2886,9 +2886,9 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecSchedulingTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | | task_headroom | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecSchedulingTaskTaskHeadroom]] | task_headroom block. | --- @@ -2901,7 +2901,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2913,7 +2913,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2925,7 +2925,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2939,7 +2939,7 @@ task_headroom: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecSchedulin task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2962,10 +2962,10 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecSchedulingTaskTaskHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | -| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | +| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2977,7 +2977,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2989,7 +2989,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -3001,7 +3001,7 @@ gpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -3013,7 +3013,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -3034,8 +3034,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| enable_integrity_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. | -| enable_secure_boot | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | +| enable_integrity_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. | +| enable_secure_boot | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -3047,7 +3047,7 @@ enable_integrity_monitoring: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -3059,7 +3059,7 @@ enable_secure_boot: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -3079,7 +3079,7 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage( | **Name** | **Type** | **Description** | | --- | --- | --- | -| local_ssd_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | +| local_ssd_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -3091,7 +3091,7 @@ local_ssd_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -3111,7 +3111,7 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | +| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -3123,7 +3123,7 @@ preemptible_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -3145,9 +3145,9 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecTaints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -3159,7 +3159,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -3171,7 +3171,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -3183,7 +3183,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -3204,7 +3204,7 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | +| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | roll_config | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3217,7 +3217,7 @@ should_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -3231,7 +3231,7 @@ roll_config: OceanGkeLaunchSpecUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -3251,7 +3251,7 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -3263,7 +3263,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. --- @@ -10715,7 +10715,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. --- diff --git a/docs/oceanGkeLaunchSpec.typescript.md b/docs/oceanGkeLaunchSpec.typescript.md index cdd75ba5..a7c057f5 100644 --- a/docs/oceanGkeLaunchSpec.typescript.md +++ b/docs/oceanGkeLaunchSpec.typescript.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -797,7 +797,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpec to impo The id of the existing OceanGkeLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1534,10 +1534,10 @@ const oceanGkeLaunchSpecAutoscaleHeadrooms: oceanGkeLaunchSpec.OceanGkeLaunchSpe | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | -| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | +| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1549,7 +1549,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1561,7 +1561,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1573,7 +1573,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1585,7 +1585,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1603,7 +1603,7 @@ const oceanGkeLaunchSpecAutoscaleHeadroomsAutomatic: oceanGkeLaunchSpec.OceanGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | +| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1615,7 +1615,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -1640,28 +1640,28 @@ const oceanGkeLaunchSpecConfig: oceanGkeLaunchSpec.OceanGkeLaunchSpecConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | +| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | | autoscaleHeadrooms | cdktf.IResolvable \| OceanGkeLaunchSpecAutoscaleHeadrooms[] | autoscale_headrooms block. | | autoscaleHeadroomsAutomatic | cdktf.IResolvable \| OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic[] | autoscale_headrooms_automatic block. | | createOptions | OceanGkeLaunchSpecCreateOptions | create_options block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | -| instanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | +| instanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. | | labels | cdktf.IResolvable \| OceanGkeLaunchSpecLabels[] | labels block. | | metadata | cdktf.IResolvable \| OceanGkeLaunchSpecMetadata[] | metadata block. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | | networkInterfaces | cdktf.IResolvable \| OceanGkeLaunchSpecNetworkInterfaces[] | network_interfaces block. | -| nodePoolName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | +| nodePoolName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. | | resourceLimits | OceanGkeLaunchSpecResourceLimits | resource_limits block. | -| restrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | -| rootVolumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | -| rootVolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | +| restrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. | +| rootVolumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. | +| rootVolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. | | schedulingTask | cdktf.IResolvable \| OceanGkeLaunchSpecSchedulingTask[] | scheduling_task block. | -| serviceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | +| serviceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. | | shieldedInstanceConfig | OceanGkeLaunchSpecShieldedInstanceConfig | shielded_instance_config block. | -| sourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | +| sourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. | | storage | OceanGkeLaunchSpecStorage | storage block. | | strategy | cdktf.IResolvable \| OceanGkeLaunchSpecStrategy[] | strategy block. | -| tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | +| tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | | taints | cdktf.IResolvable \| OceanGkeLaunchSpecTaints[] | taints block. | | updatePolicy | OceanGkeLaunchSpecUpdatePolicy | update_policy block. | @@ -1745,7 +1745,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -1759,7 +1759,7 @@ public readonly autoscaleHeadrooms: IResolvable | OceanGkeLaunchSpecAutoscaleHea autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -1773,7 +1773,7 @@ public readonly autoscaleHeadroomsAutomatic: IResolvable | OceanGkeLaunchSpecAut autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -1787,7 +1787,7 @@ public readonly createOptions: OceanGkeLaunchSpecCreateOptions; create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} --- @@ -1799,7 +1799,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1814,7 +1814,7 @@ public readonly instanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -1828,7 +1828,7 @@ public readonly labels: IResolvable | OceanGkeLaunchSpecLabels[]; labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -1842,7 +1842,7 @@ public readonly metadata: IResolvable | OceanGkeLaunchSpecMetadata[]; metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -1854,7 +1854,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -1868,7 +1868,7 @@ public readonly networkInterfaces: IResolvable | OceanGkeLaunchSpecNetworkInterf network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -1880,7 +1880,7 @@ public readonly nodePoolName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -1894,7 +1894,7 @@ public readonly resourceLimits: OceanGkeLaunchSpecResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -1906,7 +1906,7 @@ public readonly restrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -1918,7 +1918,7 @@ public readonly rootVolumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -1930,7 +1930,7 @@ public readonly rootVolumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -1944,7 +1944,7 @@ public readonly schedulingTask: IResolvable | OceanGkeLaunchSpecSchedulingTask[] scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -1956,7 +1956,7 @@ public readonly serviceAccount: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -1970,7 +1970,7 @@ public readonly shieldedInstanceConfig: OceanGkeLaunchSpecShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -1982,7 +1982,7 @@ public readonly sourceImage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -1996,7 +1996,7 @@ public readonly storage: OceanGkeLaunchSpecStorage; storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -2010,7 +2010,7 @@ public readonly strategy: IResolvable | OceanGkeLaunchSpecStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -2022,7 +2022,7 @@ public readonly tags: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -2036,7 +2036,7 @@ public readonly taints: IResolvable | OceanGkeLaunchSpecTaints[]; taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -2050,7 +2050,7 @@ public readonly updatePolicy: OceanGkeLaunchSpecUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -2068,7 +2068,7 @@ const oceanGkeLaunchSpecCreateOptions: oceanGkeLaunchSpec.OceanGkeLaunchSpecCrea | **Name** | **Type** | **Description** | | --- | --- | --- | -| initialNodes | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. | +| initialNodes | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. | --- @@ -2080,7 +2080,7 @@ public readonly initialNodes: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes}. --- @@ -2098,8 +2098,8 @@ const oceanGkeLaunchSpecLabels: oceanGkeLaunchSpec.OceanGkeLaunchSpecLabels = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2111,7 +2111,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2123,7 +2123,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2141,8 +2141,8 @@ const oceanGkeLaunchSpecMetadata: oceanGkeLaunchSpec.OceanGkeLaunchSpecMetadata | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2154,7 +2154,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2166,7 +2166,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2184,10 +2184,10 @@ const oceanGkeLaunchSpecNetworkInterfaces: oceanGkeLaunchSpec.OceanGkeLaunchSpec | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | +| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | | accessConfigs | cdktf.IResolvable \| OceanGkeLaunchSpecNetworkInterfacesAccessConfigs[] | access_configs block. | | aliasIpRanges | cdktf.IResolvable \| OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges[] | alias_ip_ranges block. | -| projectId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | +| projectId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2199,7 +2199,7 @@ public readonly network: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2213,7 +2213,7 @@ public readonly accessConfigs: IResolvable | OceanGkeLaunchSpecNetworkInterfaces access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2227,7 +2227,7 @@ public readonly aliasIpRanges: IResolvable | OceanGkeLaunchSpecNetworkInterfaces alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2239,7 +2239,7 @@ public readonly projectId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2257,8 +2257,8 @@ const oceanGkeLaunchSpecNetworkInterfacesAccessConfigs: oceanGkeLaunchSpec.Ocean | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2270,7 +2270,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2282,7 +2282,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2300,8 +2300,8 @@ const oceanGkeLaunchSpecNetworkInterfacesAliasIpRanges: oceanGkeLaunchSpec.Ocean | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. | -| subnetworkRangeName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | +| ipCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. | +| subnetworkRangeName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2313,7 +2313,7 @@ public readonly ipCidrRange: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2325,7 +2325,7 @@ public readonly subnetworkRangeName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2343,8 +2343,8 @@ const oceanGkeLaunchSpecResourceLimits: oceanGkeLaunchSpec.OceanGkeLaunchSpecRes | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. | -| minInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | +| maxInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. | +| minInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2356,7 +2356,7 @@ public readonly maxInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2368,7 +2368,7 @@ public readonly minInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2386,9 +2386,9 @@ const oceanGkeLaunchSpecSchedulingTask: oceanGkeLaunchSpec.OceanGkeLaunchSpecSch | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | | taskHeadroom | cdktf.IResolvable \| OceanGkeLaunchSpecSchedulingTaskTaskHeadroom[] | task_headroom block. | --- @@ -2401,7 +2401,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2413,7 +2413,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2425,7 +2425,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2439,7 +2439,7 @@ public readonly taskHeadroom: IResolvable | OceanGkeLaunchSpecSchedulingTaskTask task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2457,10 +2457,10 @@ const oceanGkeLaunchSpecSchedulingTaskTaskHeadroom: oceanGkeLaunchSpec.OceanGkeL | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | -| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. | +| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2472,7 +2472,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2484,7 +2484,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2496,7 +2496,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2508,7 +2508,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2526,8 +2526,8 @@ const oceanGkeLaunchSpecShieldedInstanceConfig: oceanGkeLaunchSpec.OceanGkeLaunc | **Name** | **Type** | **Description** | | --- | --- | --- | -| enableIntegrityMonitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. | -| enableSecureBoot | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | +| enableIntegrityMonitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. | +| enableSecureBoot | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2539,7 +2539,7 @@ public readonly enableIntegrityMonitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2551,7 +2551,7 @@ public readonly enableSecureBoot: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2569,7 +2569,7 @@ const oceanGkeLaunchSpecStorage: oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage = | **Name** | **Type** | **Description** | | --- | --- | --- | -| localSsdCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | +| localSsdCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -2581,7 +2581,7 @@ public readonly localSsdCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -2599,7 +2599,7 @@ const oceanGkeLaunchSpecStrategy: oceanGkeLaunchSpec.OceanGkeLaunchSpecStrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | +| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -2611,7 +2611,7 @@ public readonly preemptiblePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -2629,9 +2629,9 @@ const oceanGkeLaunchSpecTaints: oceanGkeLaunchSpec.OceanGkeLaunchSpecTaints = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2643,7 +2643,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -2655,7 +2655,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2667,7 +2667,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2685,7 +2685,7 @@ const oceanGkeLaunchSpecUpdatePolicy: oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdat | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | +| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | rollConfig | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -2698,7 +2698,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -2712,7 +2712,7 @@ public readonly rollConfig: OceanGkeLaunchSpecUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -2730,7 +2730,7 @@ const oceanGkeLaunchSpecUpdatePolicyRollConfig: oceanGkeLaunchSpec.OceanGkeLaunc | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -2742,7 +2742,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. --- diff --git a/docs/oceanGkeLaunchSpecImport.csharp.md b/docs/oceanGkeLaunchSpecImport.csharp.md index d3e1feeb..05114533 100644 --- a/docs/oceanGkeLaunchSpecImport.csharp.md +++ b/docs/oceanGkeLaunchSpecImport.csharp.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpecImport t The id of the existing OceanGkeLaunchSpecImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ new OceanGkeLaunchSpecImportConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| NodePoolName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | -| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | +| NodePoolName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | +| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -851,7 +851,7 @@ public string NodePoolName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -863,7 +863,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -875,7 +875,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanGkeLaunchSpecImport.go.md b/docs/oceanGkeLaunchSpecImport.go.md index c8d1bb60..8d2ca594 100644 --- a/docs/oceanGkeLaunchSpecImport.go.md +++ b/docs/oceanGkeLaunchSpecImport.go.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpecImport t The id of the existing OceanGkeLaunchSpecImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| NodePoolName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | -| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | +| NodePoolName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | +| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -851,7 +851,7 @@ NodePoolName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -863,7 +863,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -875,7 +875,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanGkeLaunchSpecImport.java.md b/docs/oceanGkeLaunchSpecImport.java.md index f998e2ce..d9e0fc2f 100644 --- a/docs/oceanGkeLaunchSpecImport.java.md +++ b/docs/oceanGkeLaunchSpecImport.java.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -40,9 +40,9 @@ OceanGkeLaunchSpecImport.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| nodePoolName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | +| nodePoolName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -563,7 +563,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpecImport t The id of the existing OceanGkeLaunchSpecImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use --- @@ -860,9 +860,9 @@ OceanGkeLaunchSpecImportConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| nodePoolName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | +| nodePoolName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -944,7 +944,7 @@ public java.lang.String getNodePoolName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -956,7 +956,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -968,7 +968,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanGkeLaunchSpecImport.python.md b/docs/oceanGkeLaunchSpecImport.python.md index 87eea98c..6d2bc6ee 100644 --- a/docs/oceanGkeLaunchSpecImport.python.md +++ b/docs/oceanGkeLaunchSpecImport.python.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -38,9 +38,9 @@ oceanGkeLaunchSpecImport.OceanGkeLaunchSpecImport( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| node_pool_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | +| node_pool_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -607,7 +607,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpecImport t The id of the existing OceanGkeLaunchSpecImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use --- @@ -900,9 +900,9 @@ oceanGkeLaunchSpecImport.OceanGkeLaunchSpecImportConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| node_pool_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | +| node_pool_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -984,7 +984,7 @@ node_pool_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -996,7 +996,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -1008,7 +1008,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanGkeLaunchSpecImport.typescript.md b/docs/oceanGkeLaunchSpecImport.typescript.md index e24122aa..f4ff2a78 100644 --- a/docs/oceanGkeLaunchSpecImport.typescript.md +++ b/docs/oceanGkeLaunchSpecImport.typescript.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpecImport t The id of the existing OceanGkeLaunchSpecImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use --- @@ -756,9 +756,9 @@ const oceanGkeLaunchSpecImportConfig: oceanGkeLaunchSpecImport.OceanGkeLaunchSpe | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| nodePoolName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | -| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | +| nodePoolName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. | +| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -840,7 +840,7 @@ public readonly nodePoolName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -852,7 +852,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -864,7 +864,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanRightSizingRule.csharp.md b/docs/oceanRightSizingRule.csharp.md index 2966ae7e..bc05fbe4 100644 --- a/docs/oceanRightSizingRule.csharp.md +++ b/docs/oceanRightSizingRule.csharp.md @@ -4,7 +4,7 @@ ### OceanRightSizingRule -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule}. #### Initializers @@ -628,7 +628,7 @@ The construct id used in the generated config for the OceanRightSizingRule to im The id of the existing OceanRightSizingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#import import section} in the documentation of this resource for the id to use --- @@ -1117,7 +1117,7 @@ public object Namespaces { get; set; } namespaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} --- @@ -1139,7 +1139,7 @@ new OceanRightSizingRuleAttachWorkloadsNamespaces { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NamespaceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | +| NamespaceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | | Labels | object | labels block. | | Workloads | object | workloads block. | @@ -1153,7 +1153,7 @@ public string NamespaceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. --- @@ -1167,7 +1167,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} --- @@ -1181,7 +1181,7 @@ public object Workloads { get; set; } workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} --- @@ -1202,8 +1202,8 @@ new OceanRightSizingRuleAttachWorkloadsNamespacesLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | --- @@ -1215,7 +1215,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. --- @@ -1227,7 +1227,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. --- @@ -1249,9 +1249,9 @@ new OceanRightSizingRuleAttachWorkloadsNamespacesWorkloads { | **Name** | **Type** | **Description** | | --- | --- | --- | -| WorkloadType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | -| RegexName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | -| WorkloadName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | +| WorkloadType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | +| RegexName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | +| WorkloadName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | --- @@ -1263,7 +1263,7 @@ public string WorkloadType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. --- @@ -1275,7 +1275,7 @@ public string RegexName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. --- @@ -1287,7 +1287,7 @@ public string WorkloadName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. --- @@ -1333,17 +1333,17 @@ new OceanRightSizingRuleConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | RecommendationApplicationIntervals | object | recommendation_application_intervals block. | -| RuleName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | +| RuleName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | | AttachWorkloads | object | attach_workloads block. | | DetachWorkloads | object | detach_workloads block. | -| ExcludePreliminaryRecommendations | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | -| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | +| ExcludePreliminaryRecommendations | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | +| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | | RecommendationApplicationBoundaries | object | recommendation_application_boundaries block. | | RecommendationApplicationHpa | object | recommendation_application_hpa block. | | RecommendationApplicationMinThreshold | object | recommendation_application_min_threshold block. | | RecommendationApplicationOverheadValues | object | recommendation_application_overhead_values block. | -| RestartReplicas | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | +| RestartReplicas | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | --- @@ -1427,7 +1427,7 @@ public object RecommendationApplicationIntervals { get; set; } recommendation_application_intervals block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} --- @@ -1439,7 +1439,7 @@ public string RuleName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. --- @@ -1453,7 +1453,7 @@ public object AttachWorkloads { get; set; } attach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} --- @@ -1467,7 +1467,7 @@ public object DetachWorkloads { get; set; } detach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} --- @@ -1479,7 +1479,7 @@ public object ExcludePreliminaryRecommendations { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. --- @@ -1491,7 +1491,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1506,7 +1506,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. --- @@ -1520,7 +1520,7 @@ public object RecommendationApplicationBoundaries { get; set; } recommendation_application_boundaries block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} --- @@ -1534,7 +1534,7 @@ public object RecommendationApplicationHpa { get; set; } recommendation_application_hpa block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} --- @@ -1548,7 +1548,7 @@ public object RecommendationApplicationMinThreshold { get; set; } recommendation_application_min_threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} --- @@ -1562,7 +1562,7 @@ public object RecommendationApplicationOverheadValues { get; set; } recommendation_application_overhead_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} --- @@ -1574,7 +1574,7 @@ public string RestartReplicas { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. --- @@ -1608,7 +1608,7 @@ public object Namespaces { get; set; } namespaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} --- @@ -1630,7 +1630,7 @@ new OceanRightSizingRuleDetachWorkloadsNamespaces { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NamespaceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | +| NamespaceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | | Labels | object | labels block. | | Workloads | object | workloads block. | @@ -1644,7 +1644,7 @@ public string NamespaceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. --- @@ -1658,7 +1658,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} --- @@ -1672,7 +1672,7 @@ public object Workloads { get; set; } workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} --- @@ -1693,8 +1693,8 @@ new OceanRightSizingRuleDetachWorkloadsNamespacesLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | --- @@ -1706,7 +1706,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. --- @@ -1718,7 +1718,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. --- @@ -1740,9 +1740,9 @@ new OceanRightSizingRuleDetachWorkloadsNamespacesWorkloads { | **Name** | **Type** | **Description** | | --- | --- | --- | -| WorkloadType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | -| RegexName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | -| WorkloadName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | +| WorkloadType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | +| RegexName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | +| WorkloadName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | --- @@ -1754,7 +1754,7 @@ public string WorkloadType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. --- @@ -1766,7 +1766,7 @@ public string RegexName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. --- @@ -1778,7 +1778,7 @@ public string WorkloadName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. --- @@ -1801,10 +1801,10 @@ new OceanRightSizingRuleRecommendationApplicationBoundaries { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. | -| CpuMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. | -| MemoryMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. | -| MemoryMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. | +| CpuMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. | +| CpuMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. | +| MemoryMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. | +| MemoryMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. | --- @@ -1816,7 +1816,7 @@ public double CpuMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. --- @@ -1828,7 +1828,7 @@ public double CpuMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. --- @@ -1840,7 +1840,7 @@ public double MemoryMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. --- @@ -1852,7 +1852,7 @@ public double MemoryMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. --- @@ -1872,7 +1872,7 @@ new OceanRightSizingRuleRecommendationApplicationHpa { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AllowHpaRecommendations | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. | +| AllowHpaRecommendations | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. | --- @@ -1884,7 +1884,7 @@ public object AllowHpaRecommendations { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. --- @@ -1906,7 +1906,7 @@ new OceanRightSizingRuleRecommendationApplicationIntervals { | **Name** | **Type** | **Description** | | --- | --- | --- | -| RepetitionBasis | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. | +| RepetitionBasis | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. | | MonthlyRepetitionBasis | object | monthly_repetition_basis block. | | WeeklyRepetitionBasis | object | weekly_repetition_basis block. | @@ -1920,7 +1920,7 @@ public string RepetitionBasis { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. --- @@ -1934,7 +1934,7 @@ public object MonthlyRepetitionBasis { get; set; } monthly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#monthly_repetition_basis OceanRightSizingRule#monthly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#monthly_repetition_basis OceanRightSizingRule#monthly_repetition_basis} --- @@ -1948,7 +1948,7 @@ public object WeeklyRepetitionBasis { get; set; } weekly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} --- @@ -1970,8 +1970,8 @@ new OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasis | **Name** | **Type** | **Description** | | --- | --- | --- | -| IntervalMonths | double[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. | -| WeekOfTheMonth | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. | +| IntervalMonths | double[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. | +| WeekOfTheMonth | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. | | WeeklyRepetitionBasis | object | weekly_repetition_basis block. | --- @@ -1984,7 +1984,7 @@ public double[] IntervalMonths { get; set; } - *Type:* double[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. --- @@ -1996,7 +1996,7 @@ public string[] WeekOfTheMonth { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. --- @@ -2010,7 +2010,7 @@ public object WeeklyRepetitionBasis { get; set; } weekly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} --- @@ -2032,9 +2032,9 @@ new OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasis | **Name** | **Type** | **Description** | | --- | --- | --- | -| IntervalDays | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | -| IntervalHoursEndTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | -| IntervalHoursStartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | +| IntervalDays | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | +| IntervalHoursEndTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | +| IntervalHoursStartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | --- @@ -2046,7 +2046,7 @@ public string[] IntervalDays { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. --- @@ -2058,7 +2058,7 @@ public string IntervalHoursEndTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. --- @@ -2070,7 +2070,7 @@ public string IntervalHoursStartTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. --- @@ -2092,9 +2092,9 @@ new OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasis | **Name** | **Type** | **Description** | | --- | --- | --- | -| IntervalDays | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | -| IntervalHoursEndTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | -| IntervalHoursStartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | +| IntervalDays | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | +| IntervalHoursEndTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | +| IntervalHoursStartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | --- @@ -2106,7 +2106,7 @@ public string[] IntervalDays { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. --- @@ -2118,7 +2118,7 @@ public string IntervalHoursEndTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. --- @@ -2130,7 +2130,7 @@ public string IntervalHoursStartTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. --- @@ -2151,8 +2151,8 @@ new OceanRightSizingRuleRecommendationApplicationMinThreshold { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | -| MemoryPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | +| CpuPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | +| MemoryPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | --- @@ -2164,7 +2164,7 @@ public double CpuPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. --- @@ -2176,7 +2176,7 @@ public double MemoryPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. --- @@ -2197,8 +2197,8 @@ new OceanRightSizingRuleRecommendationApplicationOverheadValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | -| MemoryPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | +| CpuPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | +| MemoryPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | --- @@ -2210,7 +2210,7 @@ public double CpuPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. --- @@ -2222,7 +2222,7 @@ public double MemoryPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. --- diff --git a/docs/oceanRightSizingRule.go.md b/docs/oceanRightSizingRule.go.md index b09e487c..779211ad 100644 --- a/docs/oceanRightSizingRule.go.md +++ b/docs/oceanRightSizingRule.go.md @@ -4,7 +4,7 @@ ### OceanRightSizingRule -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule}. #### Initializers @@ -628,7 +628,7 @@ The construct id used in the generated config for the OceanRightSizingRule to im The id of the existing OceanRightSizingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#import import section} in the documentation of this resource for the id to use --- @@ -1117,7 +1117,7 @@ Namespaces interface{} namespaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} --- @@ -1139,7 +1139,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| NamespaceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | +| NamespaceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | | Labels | interface{} | labels block. | | Workloads | interface{} | workloads block. | @@ -1153,7 +1153,7 @@ NamespaceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. --- @@ -1167,7 +1167,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} --- @@ -1181,7 +1181,7 @@ Workloads interface{} workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} --- @@ -1202,8 +1202,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | --- @@ -1215,7 +1215,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. --- @@ -1227,7 +1227,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. --- @@ -1249,9 +1249,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| WorkloadType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | -| RegexName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | -| WorkloadName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | +| WorkloadType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | +| RegexName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | +| WorkloadName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | --- @@ -1263,7 +1263,7 @@ WorkloadType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. --- @@ -1275,7 +1275,7 @@ RegexName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. --- @@ -1287,7 +1287,7 @@ WorkloadName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. --- @@ -1333,17 +1333,17 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | RecommendationApplicationIntervals | interface{} | recommendation_application_intervals block. | -| RuleName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | +| RuleName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | | AttachWorkloads | interface{} | attach_workloads block. | | DetachWorkloads | interface{} | detach_workloads block. | -| ExcludePreliminaryRecommendations | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | -| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | +| ExcludePreliminaryRecommendations | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | +| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | | RecommendationApplicationBoundaries | interface{} | recommendation_application_boundaries block. | | RecommendationApplicationHpa | interface{} | recommendation_application_hpa block. | | RecommendationApplicationMinThreshold | interface{} | recommendation_application_min_threshold block. | | RecommendationApplicationOverheadValues | interface{} | recommendation_application_overhead_values block. | -| RestartReplicas | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | +| RestartReplicas | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | --- @@ -1427,7 +1427,7 @@ RecommendationApplicationIntervals interface{} recommendation_application_intervals block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} --- @@ -1439,7 +1439,7 @@ RuleName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. --- @@ -1453,7 +1453,7 @@ AttachWorkloads interface{} attach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} --- @@ -1467,7 +1467,7 @@ DetachWorkloads interface{} detach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} --- @@ -1479,7 +1479,7 @@ ExcludePreliminaryRecommendations interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. --- @@ -1491,7 +1491,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1506,7 +1506,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. --- @@ -1520,7 +1520,7 @@ RecommendationApplicationBoundaries interface{} recommendation_application_boundaries block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} --- @@ -1534,7 +1534,7 @@ RecommendationApplicationHpa interface{} recommendation_application_hpa block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} --- @@ -1548,7 +1548,7 @@ RecommendationApplicationMinThreshold interface{} recommendation_application_min_threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} --- @@ -1562,7 +1562,7 @@ RecommendationApplicationOverheadValues interface{} recommendation_application_overhead_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} --- @@ -1574,7 +1574,7 @@ RestartReplicas *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. --- @@ -1608,7 +1608,7 @@ Namespaces interface{} namespaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} --- @@ -1630,7 +1630,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| NamespaceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | +| NamespaceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | | Labels | interface{} | labels block. | | Workloads | interface{} | workloads block. | @@ -1644,7 +1644,7 @@ NamespaceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. --- @@ -1658,7 +1658,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} --- @@ -1672,7 +1672,7 @@ Workloads interface{} workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} --- @@ -1693,8 +1693,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | --- @@ -1706,7 +1706,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. --- @@ -1718,7 +1718,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. --- @@ -1740,9 +1740,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| WorkloadType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | -| RegexName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | -| WorkloadName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | +| WorkloadType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | +| RegexName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | +| WorkloadName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | --- @@ -1754,7 +1754,7 @@ WorkloadType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. --- @@ -1766,7 +1766,7 @@ RegexName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. --- @@ -1778,7 +1778,7 @@ WorkloadName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. --- @@ -1801,10 +1801,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. | -| CpuMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. | -| MemoryMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. | -| MemoryMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. | +| CpuMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. | +| CpuMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. | +| MemoryMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. | +| MemoryMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. | --- @@ -1816,7 +1816,7 @@ CpuMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. --- @@ -1828,7 +1828,7 @@ CpuMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. --- @@ -1840,7 +1840,7 @@ MemoryMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. --- @@ -1852,7 +1852,7 @@ MemoryMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. --- @@ -1872,7 +1872,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| AllowHpaRecommendations | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. | +| AllowHpaRecommendations | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. | --- @@ -1884,7 +1884,7 @@ AllowHpaRecommendations interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. --- @@ -1906,7 +1906,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| RepetitionBasis | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. | +| RepetitionBasis | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. | | MonthlyRepetitionBasis | interface{} | monthly_repetition_basis block. | | WeeklyRepetitionBasis | interface{} | weekly_repetition_basis block. | @@ -1920,7 +1920,7 @@ RepetitionBasis *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. --- @@ -1934,7 +1934,7 @@ MonthlyRepetitionBasis interface{} monthly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#monthly_repetition_basis OceanRightSizingRule#monthly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#monthly_repetition_basis OceanRightSizingRule#monthly_repetition_basis} --- @@ -1948,7 +1948,7 @@ WeeklyRepetitionBasis interface{} weekly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} --- @@ -1970,8 +1970,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| IntervalMonths | *[]*f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. | -| WeekOfTheMonth | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. | +| IntervalMonths | *[]*f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. | +| WeekOfTheMonth | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. | | WeeklyRepetitionBasis | interface{} | weekly_repetition_basis block. | --- @@ -1984,7 +1984,7 @@ IntervalMonths *[]*f64 - *Type:* *[]*f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. --- @@ -1996,7 +1996,7 @@ WeekOfTheMonth *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. --- @@ -2010,7 +2010,7 @@ WeeklyRepetitionBasis interface{} weekly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} --- @@ -2032,9 +2032,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| IntervalDays | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | -| IntervalHoursEndTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | -| IntervalHoursStartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | +| IntervalDays | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | +| IntervalHoursEndTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | +| IntervalHoursStartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | --- @@ -2046,7 +2046,7 @@ IntervalDays *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. --- @@ -2058,7 +2058,7 @@ IntervalHoursEndTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. --- @@ -2070,7 +2070,7 @@ IntervalHoursStartTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. --- @@ -2092,9 +2092,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| IntervalDays | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | -| IntervalHoursEndTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | -| IntervalHoursStartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | +| IntervalDays | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | +| IntervalHoursEndTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | +| IntervalHoursStartTime | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | --- @@ -2106,7 +2106,7 @@ IntervalDays *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. --- @@ -2118,7 +2118,7 @@ IntervalHoursEndTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. --- @@ -2130,7 +2130,7 @@ IntervalHoursStartTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. --- @@ -2151,8 +2151,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | -| MemoryPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | +| CpuPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | +| MemoryPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | --- @@ -2164,7 +2164,7 @@ CpuPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. --- @@ -2176,7 +2176,7 @@ MemoryPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. --- @@ -2197,8 +2197,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | -| MemoryPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | +| CpuPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | +| MemoryPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | --- @@ -2210,7 +2210,7 @@ CpuPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. --- @@ -2222,7 +2222,7 @@ MemoryPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. --- diff --git a/docs/oceanRightSizingRule.java.md b/docs/oceanRightSizingRule.java.md index 460ff0a3..c47e2e51 100644 --- a/docs/oceanRightSizingRule.java.md +++ b/docs/oceanRightSizingRule.java.md @@ -4,7 +4,7 @@ ### OceanRightSizingRule -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule}. #### Initializers @@ -58,17 +58,17 @@ OceanRightSizingRule.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | recommendationApplicationIntervals | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleRecommendationApplicationIntervals> | recommendation_application_intervals block. | -| ruleName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | +| ruleName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | | attachWorkloads | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleAttachWorkloads> | attach_workloads block. | | detachWorkloads | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleDetachWorkloads> | detach_workloads block. | -| excludePreliminaryRecommendations | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | +| excludePreliminaryRecommendations | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | | recommendationApplicationBoundaries | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleRecommendationApplicationBoundaries> | recommendation_application_boundaries block. | | recommendationApplicationHpa | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleRecommendationApplicationHpa> | recommendation_application_hpa block. | | recommendationApplicationMinThreshold | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleRecommendationApplicationMinThreshold> | recommendation_application_min_threshold block. | | recommendationApplicationOverheadValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleRecommendationApplicationOverheadValues> | recommendation_application_overhead_values block. | -| restartReplicas | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | +| restartReplicas | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | --- @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope recommendation_application_intervals block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti attach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti detach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -193,7 +193,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti recommendation_application_boundaries block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti recommendation_application_hpa block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti recommendation_application_min_threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti recommendation_application_overhead_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. --- @@ -829,7 +829,7 @@ The construct id used in the generated config for the OceanRightSizingRule to im The id of the existing OceanRightSizingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#import import section} in the documentation of this resource for the id to use --- @@ -1319,7 +1319,7 @@ public java.lang.Object getNamespaces(); namespaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} --- @@ -1343,7 +1343,7 @@ OceanRightSizingRuleAttachWorkloadsNamespaces.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| namespaceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | +| namespaceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | | labels | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleAttachWorkloadsNamespacesLabels> | labels block. | | workloads | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleAttachWorkloadsNamespacesWorkloads> | workloads block. | @@ -1357,7 +1357,7 @@ public java.lang.String getNamespaceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. --- @@ -1371,7 +1371,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} --- @@ -1385,7 +1385,7 @@ public java.lang.Object getWorkloads(); workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} --- @@ -1406,8 +1406,8 @@ OceanRightSizingRuleAttachWorkloadsNamespacesLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | --- @@ -1419,7 +1419,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. --- @@ -1431,7 +1431,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. --- @@ -1453,9 +1453,9 @@ OceanRightSizingRuleAttachWorkloadsNamespacesWorkloads.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| workloadType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | -| regexName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | -| workloadName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | +| workloadType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | +| regexName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | +| workloadName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | --- @@ -1467,7 +1467,7 @@ public java.lang.String getWorkloadType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. --- @@ -1479,7 +1479,7 @@ public java.lang.String getRegexName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. --- @@ -1491,7 +1491,7 @@ public java.lang.String getWorkloadName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. --- @@ -1549,17 +1549,17 @@ OceanRightSizingRuleConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | recommendationApplicationIntervals | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleRecommendationApplicationIntervals> | recommendation_application_intervals block. | -| ruleName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | +| ruleName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | | attachWorkloads | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleAttachWorkloads> | attach_workloads block. | | detachWorkloads | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleDetachWorkloads> | detach_workloads block. | -| excludePreliminaryRecommendations | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | +| excludePreliminaryRecommendations | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | | recommendationApplicationBoundaries | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleRecommendationApplicationBoundaries> | recommendation_application_boundaries block. | | recommendationApplicationHpa | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleRecommendationApplicationHpa> | recommendation_application_hpa block. | | recommendationApplicationMinThreshold | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleRecommendationApplicationMinThreshold> | recommendation_application_min_threshold block. | | recommendationApplicationOverheadValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleRecommendationApplicationOverheadValues> | recommendation_application_overhead_values block. | -| restartReplicas | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | +| restartReplicas | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | --- @@ -1643,7 +1643,7 @@ public java.lang.Object getRecommendationApplicationIntervals(); recommendation_application_intervals block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} --- @@ -1655,7 +1655,7 @@ public java.lang.String getRuleName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. --- @@ -1669,7 +1669,7 @@ public java.lang.Object getAttachWorkloads(); attach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} --- @@ -1683,7 +1683,7 @@ public java.lang.Object getDetachWorkloads(); detach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} --- @@ -1695,7 +1695,7 @@ public java.lang.Object getExcludePreliminaryRecommendations(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. --- @@ -1707,7 +1707,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1722,7 +1722,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. --- @@ -1736,7 +1736,7 @@ public java.lang.Object getRecommendationApplicationBoundaries(); recommendation_application_boundaries block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} --- @@ -1750,7 +1750,7 @@ public java.lang.Object getRecommendationApplicationHpa(); recommendation_application_hpa block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} --- @@ -1764,7 +1764,7 @@ public java.lang.Object getRecommendationApplicationMinThreshold(); recommendation_application_min_threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} --- @@ -1778,7 +1778,7 @@ public java.lang.Object getRecommendationApplicationOverheadValues(); recommendation_application_overhead_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} --- @@ -1790,7 +1790,7 @@ public java.lang.String getRestartReplicas(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. --- @@ -1825,7 +1825,7 @@ public java.lang.Object getNamespaces(); namespaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} --- @@ -1849,7 +1849,7 @@ OceanRightSizingRuleDetachWorkloadsNamespaces.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| namespaceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | +| namespaceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | | labels | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleDetachWorkloadsNamespacesLabels> | labels block. | | workloads | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleDetachWorkloadsNamespacesWorkloads> | workloads block. | @@ -1863,7 +1863,7 @@ public java.lang.String getNamespaceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. --- @@ -1877,7 +1877,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} --- @@ -1891,7 +1891,7 @@ public java.lang.Object getWorkloads(); workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} --- @@ -1912,8 +1912,8 @@ OceanRightSizingRuleDetachWorkloadsNamespacesLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | --- @@ -1925,7 +1925,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. --- @@ -1937,7 +1937,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. --- @@ -1959,9 +1959,9 @@ OceanRightSizingRuleDetachWorkloadsNamespacesWorkloads.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| workloadType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | -| regexName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | -| workloadName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | +| workloadType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | +| regexName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | +| workloadName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | --- @@ -1973,7 +1973,7 @@ public java.lang.String getWorkloadType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. --- @@ -1985,7 +1985,7 @@ public java.lang.String getRegexName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. --- @@ -1997,7 +1997,7 @@ public java.lang.String getWorkloadName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. --- @@ -2020,10 +2020,10 @@ OceanRightSizingRuleRecommendationApplicationBoundaries.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. | -| cpuMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. | -| memoryMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. | -| memoryMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. | +| cpuMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. | +| cpuMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. | +| memoryMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. | +| memoryMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. | --- @@ -2035,7 +2035,7 @@ public java.lang.Number getCpuMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. --- @@ -2047,7 +2047,7 @@ public java.lang.Number getCpuMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. --- @@ -2059,7 +2059,7 @@ public java.lang.Number getMemoryMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. --- @@ -2071,7 +2071,7 @@ public java.lang.Number getMemoryMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. --- @@ -2092,7 +2092,7 @@ OceanRightSizingRuleRecommendationApplicationHpa.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| allowHpaRecommendations | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. | +| allowHpaRecommendations | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. | --- @@ -2104,7 +2104,7 @@ public java.lang.Object getAllowHpaRecommendations(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. --- @@ -2128,7 +2128,7 @@ OceanRightSizingRuleRecommendationApplicationIntervals.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| repetitionBasis | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. | +| repetitionBasis | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. | | monthlyRepetitionBasis | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasis> | monthly_repetition_basis block. | | weeklyRepetitionBasis | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasis> | weekly_repetition_basis block. | @@ -2142,7 +2142,7 @@ public java.lang.String getRepetitionBasis(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. --- @@ -2156,7 +2156,7 @@ public java.lang.Object getMonthlyRepetitionBasis(); monthly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#monthly_repetition_basis OceanRightSizingRule#monthly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#monthly_repetition_basis OceanRightSizingRule#monthly_repetition_basis} --- @@ -2170,7 +2170,7 @@ public java.lang.Object getWeeklyRepetitionBasis(); weekly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} --- @@ -2193,8 +2193,8 @@ OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasis.bui | **Name** | **Type** | **Description** | | --- | --- | --- | -| intervalMonths | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. | -| weekOfTheMonth | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. | +| intervalMonths | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. | +| weekOfTheMonth | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. | | weeklyRepetitionBasis | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasis> | weekly_repetition_basis block. | --- @@ -2207,7 +2207,7 @@ public java.util.List getIntervalMonths(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. --- @@ -2219,7 +2219,7 @@ public java.util.List getWeekOfTheMonth(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. --- @@ -2233,7 +2233,7 @@ public java.lang.Object getWeeklyRepetitionBasis(); weekly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} --- @@ -2255,9 +2255,9 @@ OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeek | **Name** | **Type** | **Description** | | --- | --- | --- | -| intervalDays | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | -| intervalHoursEndTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | -| intervalHoursStartTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | +| intervalDays | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | +| intervalHoursEndTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | +| intervalHoursStartTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | --- @@ -2269,7 +2269,7 @@ public java.util.List getIntervalDays(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. --- @@ -2281,7 +2281,7 @@ public java.lang.String getIntervalHoursEndTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. --- @@ -2293,7 +2293,7 @@ public java.lang.String getIntervalHoursStartTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. --- @@ -2315,9 +2315,9 @@ OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasis.buil | **Name** | **Type** | **Description** | | --- | --- | --- | -| intervalDays | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | -| intervalHoursEndTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | -| intervalHoursStartTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | +| intervalDays | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | +| intervalHoursEndTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | +| intervalHoursStartTime | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | --- @@ -2329,7 +2329,7 @@ public java.util.List getIntervalDays(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. --- @@ -2341,7 +2341,7 @@ public java.lang.String getIntervalHoursEndTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. --- @@ -2353,7 +2353,7 @@ public java.lang.String getIntervalHoursStartTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. --- @@ -2374,8 +2374,8 @@ OceanRightSizingRuleRecommendationApplicationMinThreshold.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | -| memoryPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | +| cpuPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | +| memoryPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | --- @@ -2387,7 +2387,7 @@ public java.lang.Number getCpuPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. --- @@ -2399,7 +2399,7 @@ public java.lang.Number getMemoryPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. --- @@ -2420,8 +2420,8 @@ OceanRightSizingRuleRecommendationApplicationOverheadValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | -| memoryPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | +| cpuPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | +| memoryPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | --- @@ -2433,7 +2433,7 @@ public java.lang.Number getCpuPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. --- @@ -2445,7 +2445,7 @@ public java.lang.Number getMemoryPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. --- diff --git a/docs/oceanRightSizingRule.python.md b/docs/oceanRightSizingRule.python.md index d31a3680..54c5a519 100644 --- a/docs/oceanRightSizingRule.python.md +++ b/docs/oceanRightSizingRule.python.md @@ -4,7 +4,7 @@ ### OceanRightSizingRule -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule}. #### Initializers @@ -48,17 +48,17 @@ oceanRightSizingRule.OceanRightSizingRule( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | recommendation_application_intervals | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleRecommendationApplicationIntervals]] | recommendation_application_intervals block. | -| rule_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | +| rule_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | | attach_workloads | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleAttachWorkloads]] | attach_workloads block. | | detach_workloads | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleDetachWorkloads]] | detach_workloads block. | -| exclude_preliminary_recommendations | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | +| exclude_preliminary_recommendations | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | | recommendation_application_boundaries | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleRecommendationApplicationBoundaries]] | recommendation_application_boundaries block. | | recommendation_application_hpa | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleRecommendationApplicationHpa]] | recommendation_application_hpa block. | | recommendation_application_min_threshold | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleRecommendationApplicationMinThreshold]] | recommendation_application_min_threshold block. | | recommendation_application_overhead_values | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleRecommendationApplicationOverheadValues]] | recommendation_application_overhead_values block. | -| restart_replicas | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | +| restart_replicas | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | --- @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope recommendation_application_intervals block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti attach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti detach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -183,7 +183,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti recommendation_application_boundaries block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti recommendation_application_hpa block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti recommendation_application_min_threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti recommendation_application_overhead_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. --- @@ -879,7 +879,7 @@ The construct id used in the generated config for the OceanRightSizingRule to im The id of the existing OceanRightSizingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#import import section} in the documentation of this resource for the id to use --- @@ -1368,7 +1368,7 @@ namespaces: typing.Union[IResolvable, typing.List[OceanRightSizingRuleAttachWork namespaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} --- @@ -1390,7 +1390,7 @@ oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsNamespaces( | **Name** | **Type** | **Description** | | --- | --- | --- | -| namespace_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | +| namespace_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | | labels | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleAttachWorkloadsNamespacesLabels]] | labels block. | | workloads | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleAttachWorkloadsNamespacesWorkloads]] | workloads block. | @@ -1404,7 +1404,7 @@ namespace_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. --- @@ -1418,7 +1418,7 @@ labels: typing.Union[IResolvable, typing.List[OceanRightSizingRuleAttachWorkload labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} --- @@ -1432,7 +1432,7 @@ workloads: typing.Union[IResolvable, typing.List[OceanRightSizingRuleAttachWorkl workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} --- @@ -1453,8 +1453,8 @@ oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsNamespacesLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | --- @@ -1466,7 +1466,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. --- @@ -1478,7 +1478,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. --- @@ -1500,9 +1500,9 @@ oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsNamespacesWorkloads( | **Name** | **Type** | **Description** | | --- | --- | --- | -| workload_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | -| regex_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | -| workload_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | +| workload_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | +| regex_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | +| workload_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | --- @@ -1514,7 +1514,7 @@ workload_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. --- @@ -1526,7 +1526,7 @@ regex_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. --- @@ -1538,7 +1538,7 @@ workload_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. --- @@ -1584,17 +1584,17 @@ oceanRightSizingRule.OceanRightSizingRuleConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | recommendation_application_intervals | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleRecommendationApplicationIntervals]] | recommendation_application_intervals block. | -| rule_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | +| rule_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | | attach_workloads | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleAttachWorkloads]] | attach_workloads block. | | detach_workloads | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleDetachWorkloads]] | detach_workloads block. | -| exclude_preliminary_recommendations | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | +| exclude_preliminary_recommendations | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | | recommendation_application_boundaries | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleRecommendationApplicationBoundaries]] | recommendation_application_boundaries block. | | recommendation_application_hpa | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleRecommendationApplicationHpa]] | recommendation_application_hpa block. | | recommendation_application_min_threshold | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleRecommendationApplicationMinThreshold]] | recommendation_application_min_threshold block. | | recommendation_application_overhead_values | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleRecommendationApplicationOverheadValues]] | recommendation_application_overhead_values block. | -| restart_replicas | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | +| restart_replicas | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | --- @@ -1678,7 +1678,7 @@ recommendation_application_intervals: typing.Union[IResolvable, typing.List[Ocea recommendation_application_intervals block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} --- @@ -1690,7 +1690,7 @@ rule_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. --- @@ -1704,7 +1704,7 @@ attach_workloads: typing.Union[IResolvable, typing.List[OceanRightSizingRuleAtta attach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} --- @@ -1718,7 +1718,7 @@ detach_workloads: typing.Union[IResolvable, typing.List[OceanRightSizingRuleDeta detach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} --- @@ -1730,7 +1730,7 @@ exclude_preliminary_recommendations: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. --- @@ -1742,7 +1742,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1757,7 +1757,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. --- @@ -1771,7 +1771,7 @@ recommendation_application_boundaries: typing.Union[IResolvable, typing.List[Oce recommendation_application_boundaries block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} --- @@ -1785,7 +1785,7 @@ recommendation_application_hpa: typing.Union[IResolvable, typing.List[OceanRight recommendation_application_hpa block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} --- @@ -1799,7 +1799,7 @@ recommendation_application_min_threshold: typing.Union[IResolvable, typing.List[ recommendation_application_min_threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} --- @@ -1813,7 +1813,7 @@ recommendation_application_overhead_values: typing.Union[IResolvable, typing.Lis recommendation_application_overhead_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} --- @@ -1825,7 +1825,7 @@ restart_replicas: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. --- @@ -1859,7 +1859,7 @@ namespaces: typing.Union[IResolvable, typing.List[OceanRightSizingRuleDetachWork namespaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} --- @@ -1881,7 +1881,7 @@ oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsNamespaces( | **Name** | **Type** | **Description** | | --- | --- | --- | -| namespace_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | +| namespace_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | | labels | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleDetachWorkloadsNamespacesLabels]] | labels block. | | workloads | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleDetachWorkloadsNamespacesWorkloads]] | workloads block. | @@ -1895,7 +1895,7 @@ namespace_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. --- @@ -1909,7 +1909,7 @@ labels: typing.Union[IResolvable, typing.List[OceanRightSizingRuleDetachWorkload labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} --- @@ -1923,7 +1923,7 @@ workloads: typing.Union[IResolvable, typing.List[OceanRightSizingRuleDetachWorkl workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} --- @@ -1944,8 +1944,8 @@ oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsNamespacesLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | --- @@ -1957,7 +1957,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. --- @@ -1969,7 +1969,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. --- @@ -1991,9 +1991,9 @@ oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsNamespacesWorkloads( | **Name** | **Type** | **Description** | | --- | --- | --- | -| workload_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | -| regex_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | -| workload_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | +| workload_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | +| regex_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | +| workload_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | --- @@ -2005,7 +2005,7 @@ workload_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. --- @@ -2017,7 +2017,7 @@ regex_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. --- @@ -2029,7 +2029,7 @@ workload_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. --- @@ -2052,10 +2052,10 @@ oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationBoundaries( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. | -| cpu_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. | -| memory_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. | -| memory_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. | +| cpu_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. | +| cpu_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. | +| memory_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. | +| memory_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. | --- @@ -2067,7 +2067,7 @@ cpu_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. --- @@ -2079,7 +2079,7 @@ cpu_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. --- @@ -2091,7 +2091,7 @@ memory_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. --- @@ -2103,7 +2103,7 @@ memory_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. --- @@ -2123,7 +2123,7 @@ oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationHpa( | **Name** | **Type** | **Description** | | --- | --- | --- | -| allow_hpa_recommendations | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. | +| allow_hpa_recommendations | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. | --- @@ -2135,7 +2135,7 @@ allow_hpa_recommendations: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. --- @@ -2157,7 +2157,7 @@ oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervals( | **Name** | **Type** | **Description** | | --- | --- | --- | -| repetition_basis | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. | +| repetition_basis | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. | | monthly_repetition_basis | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasis]] | monthly_repetition_basis block. | | weekly_repetition_basis | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasis]] | weekly_repetition_basis block. | @@ -2171,7 +2171,7 @@ repetition_basis: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. --- @@ -2185,7 +2185,7 @@ monthly_repetition_basis: typing.Union[IResolvable, typing.List[OceanRightSizing monthly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#monthly_repetition_basis OceanRightSizingRule#monthly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#monthly_repetition_basis OceanRightSizingRule#monthly_repetition_basis} --- @@ -2199,7 +2199,7 @@ weekly_repetition_basis: typing.Union[IResolvable, typing.List[OceanRightSizingR weekly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} --- @@ -2221,8 +2221,8 @@ oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsMonth | **Name** | **Type** | **Description** | | --- | --- | --- | -| interval_months | typing.List[typing.Union[int, float]] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. | -| week_of_the_month | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. | +| interval_months | typing.List[typing.Union[int, float]] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. | +| week_of_the_month | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. | | weekly_repetition_basis | typing.Union[cdktf.IResolvable, typing.List[OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasis]] | weekly_repetition_basis block. | --- @@ -2235,7 +2235,7 @@ interval_months: typing.List[typing.Union[int, float]] - *Type:* typing.List[typing.Union[int, float]] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. --- @@ -2247,7 +2247,7 @@ week_of_the_month: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. --- @@ -2261,7 +2261,7 @@ weekly_repetition_basis: typing.Union[IResolvable, typing.List[OceanRightSizingR weekly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} --- @@ -2283,9 +2283,9 @@ oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsMonth | **Name** | **Type** | **Description** | | --- | --- | --- | -| interval_days | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | -| interval_hours_end_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | -| interval_hours_start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | +| interval_days | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | +| interval_hours_end_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | +| interval_hours_start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | --- @@ -2297,7 +2297,7 @@ interval_days: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. --- @@ -2309,7 +2309,7 @@ interval_hours_end_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. --- @@ -2321,7 +2321,7 @@ interval_hours_start_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. --- @@ -2343,9 +2343,9 @@ oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsWeekl | **Name** | **Type** | **Description** | | --- | --- | --- | -| interval_days | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | -| interval_hours_end_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | -| interval_hours_start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | +| interval_days | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | +| interval_hours_end_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | +| interval_hours_start_time | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | --- @@ -2357,7 +2357,7 @@ interval_days: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. --- @@ -2369,7 +2369,7 @@ interval_hours_end_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. --- @@ -2381,7 +2381,7 @@ interval_hours_start_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. --- @@ -2402,8 +2402,8 @@ oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationMinThreshold( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | -| memory_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | +| cpu_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | +| memory_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | --- @@ -2415,7 +2415,7 @@ cpu_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. --- @@ -2427,7 +2427,7 @@ memory_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. --- @@ -2448,8 +2448,8 @@ oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationOverheadValues | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpu_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | -| memory_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | +| cpu_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | +| memory_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | --- @@ -2461,7 +2461,7 @@ cpu_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. --- @@ -2473,7 +2473,7 @@ memory_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. --- diff --git a/docs/oceanRightSizingRule.typescript.md b/docs/oceanRightSizingRule.typescript.md index 3379101d..a33e964e 100644 --- a/docs/oceanRightSizingRule.typescript.md +++ b/docs/oceanRightSizingRule.typescript.md @@ -4,7 +4,7 @@ ### OceanRightSizingRule -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule}. #### Initializers @@ -628,7 +628,7 @@ The construct id used in the generated config for the OceanRightSizingRule to im The id of the existing OceanRightSizingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#import import section} in the documentation of this resource for the id to use --- @@ -1115,7 +1115,7 @@ public readonly namespaces: IResolvable | OceanRightSizingRuleAttachWorkloadsNam namespaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} --- @@ -1133,7 +1133,7 @@ const oceanRightSizingRuleAttachWorkloadsNamespaces: oceanRightSizingRule.OceanR | **Name** | **Type** | **Description** | | --- | --- | --- | -| namespaceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | +| namespaceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | | labels | cdktf.IResolvable \| OceanRightSizingRuleAttachWorkloadsNamespacesLabels[] | labels block. | | workloads | cdktf.IResolvable \| OceanRightSizingRuleAttachWorkloadsNamespacesWorkloads[] | workloads block. | @@ -1147,7 +1147,7 @@ public readonly namespaceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. --- @@ -1161,7 +1161,7 @@ public readonly labels: IResolvable | OceanRightSizingRuleAttachWorkloadsNamespa labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} --- @@ -1175,7 +1175,7 @@ public readonly workloads: IResolvable | OceanRightSizingRuleAttachWorkloadsName workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} --- @@ -1193,8 +1193,8 @@ const oceanRightSizingRuleAttachWorkloadsNamespacesLabels: oceanRightSizingRule. | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | --- @@ -1206,7 +1206,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. --- @@ -1218,7 +1218,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. --- @@ -1236,9 +1236,9 @@ const oceanRightSizingRuleAttachWorkloadsNamespacesWorkloads: oceanRightSizingRu | **Name** | **Type** | **Description** | | --- | --- | --- | -| workloadType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | -| regexName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | -| workloadName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | +| workloadType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | +| regexName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | +| workloadName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | --- @@ -1250,7 +1250,7 @@ public readonly workloadType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. --- @@ -1262,7 +1262,7 @@ public readonly regexName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. --- @@ -1274,7 +1274,7 @@ public readonly workloadName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. --- @@ -1300,17 +1300,17 @@ const oceanRightSizingRuleConfig: oceanRightSizingRule.OceanRightSizingRuleConfi | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | recommendationApplicationIntervals | cdktf.IResolvable \| OceanRightSizingRuleRecommendationApplicationIntervals[] | recommendation_application_intervals block. | -| ruleName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | +| ruleName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. | | attachWorkloads | cdktf.IResolvable \| OceanRightSizingRuleAttachWorkloads[] | attach_workloads block. | | detachWorkloads | cdktf.IResolvable \| OceanRightSizingRuleDetachWorkloads[] | detach_workloads block. | -| excludePreliminaryRecommendations | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | -| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | +| excludePreliminaryRecommendations | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. | +| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. | | recommendationApplicationBoundaries | cdktf.IResolvable \| OceanRightSizingRuleRecommendationApplicationBoundaries[] | recommendation_application_boundaries block. | | recommendationApplicationHpa | cdktf.IResolvable \| OceanRightSizingRuleRecommendationApplicationHpa[] | recommendation_application_hpa block. | | recommendationApplicationMinThreshold | cdktf.IResolvable \| OceanRightSizingRuleRecommendationApplicationMinThreshold[] | recommendation_application_min_threshold block. | | recommendationApplicationOverheadValues | cdktf.IResolvable \| OceanRightSizingRuleRecommendationApplicationOverheadValues[] | recommendation_application_overhead_values block. | -| restartReplicas | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | +| restartReplicas | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. | --- @@ -1394,7 +1394,7 @@ public readonly recommendationApplicationIntervals: IResolvable | OceanRightSizi recommendation_application_intervals block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} --- @@ -1406,7 +1406,7 @@ public readonly ruleName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name}. --- @@ -1420,7 +1420,7 @@ public readonly attachWorkloads: IResolvable | OceanRightSizingRuleAttachWorkloa attach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} --- @@ -1434,7 +1434,7 @@ public readonly detachWorkloads: IResolvable | OceanRightSizingRuleDetachWorkloa detach_workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} --- @@ -1446,7 +1446,7 @@ public readonly excludePreliminaryRecommendations: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations}. --- @@ -1458,7 +1458,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1473,7 +1473,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id}. --- @@ -1487,7 +1487,7 @@ public readonly recommendationApplicationBoundaries: IResolvable | OceanRightSiz recommendation_application_boundaries block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} --- @@ -1501,7 +1501,7 @@ public readonly recommendationApplicationHpa: IResolvable | OceanRightSizingRule recommendation_application_hpa block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} --- @@ -1515,7 +1515,7 @@ public readonly recommendationApplicationMinThreshold: IResolvable | OceanRightS recommendation_application_min_threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} --- @@ -1529,7 +1529,7 @@ public readonly recommendationApplicationOverheadValues: IResolvable | OceanRigh recommendation_application_overhead_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} --- @@ -1541,7 +1541,7 @@ public readonly restartReplicas: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas}. --- @@ -1573,7 +1573,7 @@ public readonly namespaces: IResolvable | OceanRightSizingRuleDetachWorkloadsNam namespaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} --- @@ -1591,7 +1591,7 @@ const oceanRightSizingRuleDetachWorkloadsNamespaces: oceanRightSizingRule.OceanR | **Name** | **Type** | **Description** | | --- | --- | --- | -| namespaceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | +| namespaceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. | | labels | cdktf.IResolvable \| OceanRightSizingRuleDetachWorkloadsNamespacesLabels[] | labels block. | | workloads | cdktf.IResolvable \| OceanRightSizingRuleDetachWorkloadsNamespacesWorkloads[] | workloads block. | @@ -1605,7 +1605,7 @@ public readonly namespaceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name}. --- @@ -1619,7 +1619,7 @@ public readonly labels: IResolvable | OceanRightSizingRuleDetachWorkloadsNamespa labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} --- @@ -1633,7 +1633,7 @@ public readonly workloads: IResolvable | OceanRightSizingRuleDetachWorkloadsName workloads block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} --- @@ -1651,8 +1651,8 @@ const oceanRightSizingRuleDetachWorkloadsNamespacesLabels: oceanRightSizingRule. | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. | --- @@ -1664,7 +1664,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key}. --- @@ -1676,7 +1676,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value}. --- @@ -1694,9 +1694,9 @@ const oceanRightSizingRuleDetachWorkloadsNamespacesWorkloads: oceanRightSizingRu | **Name** | **Type** | **Description** | | --- | --- | --- | -| workloadType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | -| regexName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | -| workloadName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | +| workloadType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. | +| regexName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. | +| workloadName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. | --- @@ -1708,7 +1708,7 @@ public readonly workloadType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type}. --- @@ -1720,7 +1720,7 @@ public readonly regexName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name}. --- @@ -1732,7 +1732,7 @@ public readonly workloadName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name}. --- @@ -1750,10 +1750,10 @@ const oceanRightSizingRuleRecommendationApplicationBoundaries: oceanRightSizingR | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. | -| cpuMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. | -| memoryMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. | -| memoryMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. | +| cpuMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. | +| cpuMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. | +| memoryMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. | +| memoryMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. | --- @@ -1765,7 +1765,7 @@ public readonly cpuMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max}. --- @@ -1777,7 +1777,7 @@ public readonly cpuMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min}. --- @@ -1789,7 +1789,7 @@ public readonly memoryMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max}. --- @@ -1801,7 +1801,7 @@ public readonly memoryMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min}. --- @@ -1819,7 +1819,7 @@ const oceanRightSizingRuleRecommendationApplicationHpa: oceanRightSizingRule.Oce | **Name** | **Type** | **Description** | | --- | --- | --- | -| allowHpaRecommendations | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. | +| allowHpaRecommendations | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. | --- @@ -1831,7 +1831,7 @@ public readonly allowHpaRecommendations: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations}. --- @@ -1849,7 +1849,7 @@ const oceanRightSizingRuleRecommendationApplicationIntervals: oceanRightSizingRu | **Name** | **Type** | **Description** | | --- | --- | --- | -| repetitionBasis | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. | +| repetitionBasis | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. | | monthlyRepetitionBasis | cdktf.IResolvable \| OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasis[] | monthly_repetition_basis block. | | weeklyRepetitionBasis | cdktf.IResolvable \| OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasis[] | weekly_repetition_basis block. | @@ -1863,7 +1863,7 @@ public readonly repetitionBasis: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis}. --- @@ -1877,7 +1877,7 @@ public readonly monthlyRepetitionBasis: IResolvable | OceanRightSizingRuleRecomm monthly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#monthly_repetition_basis OceanRightSizingRule#monthly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#monthly_repetition_basis OceanRightSizingRule#monthly_repetition_basis} --- @@ -1891,7 +1891,7 @@ public readonly weeklyRepetitionBasis: IResolvable | OceanRightSizingRuleRecomme weekly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} --- @@ -1909,8 +1909,8 @@ const oceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBas | **Name** | **Type** | **Description** | | --- | --- | --- | -| intervalMonths | number[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. | -| weekOfTheMonth | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. | +| intervalMonths | number[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. | +| weekOfTheMonth | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. | | weeklyRepetitionBasis | cdktf.IResolvable \| OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasis[] | weekly_repetition_basis block. | --- @@ -1923,7 +1923,7 @@ public readonly intervalMonths: number[]; - *Type:* number[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months}. --- @@ -1935,7 +1935,7 @@ public readonly weekOfTheMonth: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month}. --- @@ -1949,7 +1949,7 @@ public readonly weeklyRepetitionBasis: IResolvable | OceanRightSizingRuleRecomme weekly_repetition_basis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} --- @@ -1967,9 +1967,9 @@ const oceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBas | **Name** | **Type** | **Description** | | --- | --- | --- | -| intervalDays | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | -| intervalHoursEndTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | -| intervalHoursStartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | +| intervalDays | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | +| intervalHoursEndTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | +| intervalHoursStartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | --- @@ -1981,7 +1981,7 @@ public readonly intervalDays: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. --- @@ -1993,7 +1993,7 @@ public readonly intervalHoursEndTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. --- @@ -2005,7 +2005,7 @@ public readonly intervalHoursStartTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. --- @@ -2023,9 +2023,9 @@ const oceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasi | **Name** | **Type** | **Description** | | --- | --- | --- | -| intervalDays | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | -| intervalHoursEndTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | -| intervalHoursStartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | +| intervalDays | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. | +| intervalHoursEndTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. | +| intervalHoursStartTime | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. | --- @@ -2037,7 +2037,7 @@ public readonly intervalDays: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days}. --- @@ -2049,7 +2049,7 @@ public readonly intervalHoursEndTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time}. --- @@ -2061,7 +2061,7 @@ public readonly intervalHoursStartTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time}. --- @@ -2079,8 +2079,8 @@ const oceanRightSizingRuleRecommendationApplicationMinThreshold: oceanRightSizin | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | -| memoryPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | +| cpuPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | +| memoryPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | --- @@ -2092,7 +2092,7 @@ public readonly cpuPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. --- @@ -2104,7 +2104,7 @@ public readonly memoryPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. --- @@ -2122,8 +2122,8 @@ const oceanRightSizingRuleRecommendationApplicationOverheadValues: oceanRightSiz | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | -| memoryPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | +| cpuPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. | +| memoryPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. | --- @@ -2135,7 +2135,7 @@ public readonly cpuPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage}. --- @@ -2147,7 +2147,7 @@ public readonly memoryPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage}. --- diff --git a/docs/oceanSpark.csharp.md b/docs/oceanSpark.csharp.md index 590fd729..114e2313 100644 --- a/docs/oceanSpark.csharp.md +++ b/docs/oceanSpark.csharp.md @@ -4,7 +4,7 @@ ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -574,7 +574,7 @@ The construct id used in the generated config for the OceanSpark to import. The id of the existing OceanSpark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use --- @@ -940,8 +940,8 @@ new OceanSparkCompute { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CreateVngs | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. | -| UseTaints | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | +| CreateVngs | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. | +| UseTaints | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -953,7 +953,7 @@ public object CreateVngs { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -965,7 +965,7 @@ public object UseTaints { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -1005,9 +1005,9 @@ new OceanSparkConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| OceanClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | +| OceanClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | | Compute | OceanSparkCompute | compute block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. | | Ingress | OceanSparkIngress | ingress block. | | LogCollection | OceanSparkLogCollection | log_collection block. | | Spark | OceanSparkSpark | spark block. | @@ -1093,7 +1093,7 @@ public string OceanClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -1107,7 +1107,7 @@ public OceanSparkCompute Compute { get; set; } compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -1119,7 +1119,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1136,7 +1136,7 @@ public OceanSparkIngress Ingress { get; set; } ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -1150,7 +1150,7 @@ public OceanSparkLogCollection LogCollection { get; set; } log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1164,7 +1164,7 @@ public OceanSparkSpark Spark { get; set; } spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1178,7 +1178,7 @@ public OceanSparkWebhook Webhook { get; set; } webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1206,7 +1206,7 @@ new OceanSparkIngress { | CustomEndpoint | OceanSparkIngressCustomEndpoint | custom_endpoint block. | | LoadBalancer | OceanSparkIngressLoadBalancer | load_balancer block. | | PrivateLink | OceanSparkIngressPrivateLink | private_link block. | -| ServiceAnnotations | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | +| ServiceAnnotations | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1220,7 +1220,7 @@ public OceanSparkIngressController Controller { get; set; } controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1234,7 +1234,7 @@ public OceanSparkIngressCustomEndpoint CustomEndpoint { get; set; } custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1248,7 +1248,7 @@ public OceanSparkIngressLoadBalancer LoadBalancer { get; set; } load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1262,7 +1262,7 @@ public OceanSparkIngressPrivateLink PrivateLink { get; set; } private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1274,7 +1274,7 @@ public System.Collections.Generic.IDictionary ServiceAnnotations - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1294,7 +1294,7 @@ new OceanSparkIngressController { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Managed | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| Managed | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1306,7 +1306,7 @@ public object Managed { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1327,8 +1327,8 @@ new OceanSparkIngressCustomEndpoint { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#address OceanSpark#address}. | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| Address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#address OceanSpark#address}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1340,7 +1340,7 @@ public string Address { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1352,7 +1352,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1374,9 +1374,9 @@ new OceanSparkIngressLoadBalancer { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Managed | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | -| ServiceAnnotations | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | -| TargetGroupArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | +| Managed | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| ServiceAnnotations | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | +| TargetGroupArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1388,7 +1388,7 @@ public object Managed { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1400,7 +1400,7 @@ public System.Collections.Generic.IDictionary ServiceAnnotations - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1412,7 +1412,7 @@ public string TargetGroupArn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1433,8 +1433,8 @@ new OceanSparkIngressPrivateLink { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | -| VpcEndpointService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| VpcEndpointService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1446,7 +1446,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1458,7 +1458,7 @@ public string VpcEndpointService { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1478,7 +1478,7 @@ new OceanSparkLogCollection { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CollectAppLogs | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | +| CollectAppLogs | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1490,7 +1490,7 @@ public object CollectAppLogs { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1510,7 +1510,7 @@ new OceanSparkSpark { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AdditionalAppNamespaces | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | +| AdditionalAppNamespaces | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1522,7 +1522,7 @@ public string[] AdditionalAppNamespaces { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1543,8 +1543,8 @@ new OceanSparkWebhook { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostNetworkPorts | double[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. | -| UseHostNetwork | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | +| HostNetworkPorts | double[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. | +| UseHostNetwork | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1556,7 +1556,7 @@ public double[] HostNetworkPorts { get; set; } - *Type:* double[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1568,7 +1568,7 @@ public object UseHostNetwork { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. --- diff --git a/docs/oceanSpark.go.md b/docs/oceanSpark.go.md index 05960fd0..1f863158 100644 --- a/docs/oceanSpark.go.md +++ b/docs/oceanSpark.go.md @@ -4,7 +4,7 @@ ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -574,7 +574,7 @@ The construct id used in the generated config for the OceanSpark to import. The id of the existing OceanSpark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use --- @@ -940,8 +940,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CreateVngs | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. | -| UseTaints | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | +| CreateVngs | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. | +| UseTaints | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -953,7 +953,7 @@ CreateVngs interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -965,7 +965,7 @@ UseTaints interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -1005,9 +1005,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| OceanClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | +| OceanClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | | Compute | OceanSparkCompute | compute block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. | | Ingress | OceanSparkIngress | ingress block. | | LogCollection | OceanSparkLogCollection | log_collection block. | | Spark | OceanSparkSpark | spark block. | @@ -1093,7 +1093,7 @@ OceanClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -1107,7 +1107,7 @@ Compute OceanSparkCompute compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -1119,7 +1119,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1136,7 +1136,7 @@ Ingress OceanSparkIngress ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -1150,7 +1150,7 @@ LogCollection OceanSparkLogCollection log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1164,7 +1164,7 @@ Spark OceanSparkSpark spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1178,7 +1178,7 @@ Webhook OceanSparkWebhook webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1206,7 +1206,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | CustomEndpoint | OceanSparkIngressCustomEndpoint | custom_endpoint block. | | LoadBalancer | OceanSparkIngressLoadBalancer | load_balancer block. | | PrivateLink | OceanSparkIngressPrivateLink | private_link block. | -| ServiceAnnotations | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | +| ServiceAnnotations | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1220,7 +1220,7 @@ Controller OceanSparkIngressController controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1234,7 +1234,7 @@ CustomEndpoint OceanSparkIngressCustomEndpoint custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1248,7 +1248,7 @@ LoadBalancer OceanSparkIngressLoadBalancer load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1262,7 +1262,7 @@ PrivateLink OceanSparkIngressPrivateLink private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1274,7 +1274,7 @@ ServiceAnnotations *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1294,7 +1294,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Managed | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| Managed | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1306,7 +1306,7 @@ Managed interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1327,8 +1327,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Address | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#address OceanSpark#address}. | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| Address | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#address OceanSpark#address}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1340,7 +1340,7 @@ Address *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1352,7 +1352,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1374,9 +1374,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Managed | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | -| ServiceAnnotations | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | -| TargetGroupArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | +| Managed | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| ServiceAnnotations | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | +| TargetGroupArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1388,7 +1388,7 @@ Managed interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1400,7 +1400,7 @@ ServiceAnnotations *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1412,7 +1412,7 @@ TargetGroupArn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1433,8 +1433,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | -| VpcEndpointService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| VpcEndpointService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1446,7 +1446,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1458,7 +1458,7 @@ VpcEndpointService *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1478,7 +1478,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CollectAppLogs | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | +| CollectAppLogs | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1490,7 +1490,7 @@ CollectAppLogs interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1510,7 +1510,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AdditionalAppNamespaces | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | +| AdditionalAppNamespaces | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1522,7 +1522,7 @@ AdditionalAppNamespaces *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1543,8 +1543,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostNetworkPorts | *[]*f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. | -| UseHostNetwork | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | +| HostNetworkPorts | *[]*f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. | +| UseHostNetwork | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1556,7 +1556,7 @@ HostNetworkPorts *[]*f64 - *Type:* *[]*f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1568,7 +1568,7 @@ UseHostNetwork interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. --- diff --git a/docs/oceanSpark.java.md b/docs/oceanSpark.java.md index 20125bf1..b1caad2a 100644 --- a/docs/oceanSpark.java.md +++ b/docs/oceanSpark.java.md @@ -4,7 +4,7 @@ ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -44,9 +44,9 @@ OceanSpark.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| oceanClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | +| oceanClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | | compute | OceanSparkCompute | compute block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | logCollection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -149,7 +149,7 @@ If you experience problems setting this value it might not be settable. Please t ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -713,7 +713,7 @@ The construct id used in the generated config for the OceanSpark to import. The id of the existing OceanSpark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use --- @@ -1081,8 +1081,8 @@ OceanSparkCompute.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| createVngs | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. | -| useTaints | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | +| createVngs | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. | +| useTaints | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -1094,7 +1094,7 @@ public java.lang.Object getCreateVngs(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -1106,7 +1106,7 @@ public java.lang.Object getUseTaints(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -1150,9 +1150,9 @@ OceanSparkConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| oceanClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | +| oceanClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | | compute | OceanSparkCompute | compute block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | logCollection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -1238,7 +1238,7 @@ public java.lang.String getOceanClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -1252,7 +1252,7 @@ public OceanSparkCompute getCompute(); compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -1264,7 +1264,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1281,7 +1281,7 @@ public OceanSparkIngress getIngress(); ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -1295,7 +1295,7 @@ public OceanSparkLogCollection getLogCollection(); log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1309,7 +1309,7 @@ public OceanSparkSpark getSpark(); spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1323,7 +1323,7 @@ public OceanSparkWebhook getWebhook(); webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1351,7 +1351,7 @@ OceanSparkIngress.builder() | customEndpoint | OceanSparkIngressCustomEndpoint | custom_endpoint block. | | loadBalancer | OceanSparkIngressLoadBalancer | load_balancer block. | | privateLink | OceanSparkIngressPrivateLink | private_link block. | -| serviceAnnotations | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | +| serviceAnnotations | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1365,7 +1365,7 @@ public OceanSparkIngressController getController(); controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1379,7 +1379,7 @@ public OceanSparkIngressCustomEndpoint getCustomEndpoint(); custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1393,7 +1393,7 @@ public OceanSparkIngressLoadBalancer getLoadBalancer(); load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1407,7 +1407,7 @@ public OceanSparkIngressPrivateLink getPrivateLink(); private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1419,7 +1419,7 @@ public java.util.Map getServiceAnnotations() - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1440,7 +1440,7 @@ OceanSparkIngressController.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| managed | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| managed | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1452,7 +1452,7 @@ public java.lang.Object getManaged(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1474,8 +1474,8 @@ OceanSparkIngressCustomEndpoint.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#address OceanSpark#address}. | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| address | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#address OceanSpark#address}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1487,7 +1487,7 @@ public java.lang.String getAddress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1499,7 +1499,7 @@ public java.lang.Object getEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1522,9 +1522,9 @@ OceanSparkIngressLoadBalancer.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| managed | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | -| serviceAnnotations | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | -| targetGroupArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | +| managed | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| serviceAnnotations | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | +| targetGroupArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1536,7 +1536,7 @@ public java.lang.Object getManaged(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1548,7 +1548,7 @@ public java.util.Map getServiceAnnotations() - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1560,7 +1560,7 @@ public java.lang.String getTargetGroupArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1582,8 +1582,8 @@ OceanSparkIngressPrivateLink.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | -| vpcEndpointService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| vpcEndpointService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1595,7 +1595,7 @@ public java.lang.Object getEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1607,7 +1607,7 @@ public java.lang.String getVpcEndpointService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1628,7 +1628,7 @@ OceanSparkLogCollection.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| collectAppLogs | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | +| collectAppLogs | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1640,7 +1640,7 @@ public java.lang.Object getCollectAppLogs(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1660,7 +1660,7 @@ OceanSparkSpark.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| additionalAppNamespaces | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | +| additionalAppNamespaces | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1672,7 +1672,7 @@ public java.util.List getAdditionalAppNamespaces(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1694,8 +1694,8 @@ OceanSparkWebhook.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostNetworkPorts | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. | -| useHostNetwork | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | +| hostNetworkPorts | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. | +| useHostNetwork | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1707,7 +1707,7 @@ public java.util.List getHostNetworkPorts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1719,7 +1719,7 @@ public java.lang.Object getUseHostNetwork(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. --- diff --git a/docs/oceanSpark.python.md b/docs/oceanSpark.python.md index d10f3c80..56e899e5 100644 --- a/docs/oceanSpark.python.md +++ b/docs/oceanSpark.python.md @@ -4,7 +4,7 @@ ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -42,9 +42,9 @@ oceanSpark.OceanSpark( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ocean_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | +| ocean_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | | compute | OceanSparkCompute | compute block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | log_collection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ If you experience problems setting this value it might not be settable. Please t ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -560,7 +560,7 @@ def put_compute( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -568,7 +568,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -590,7 +590,7 @@ def put_ingress( controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -600,7 +600,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -610,7 +610,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -620,7 +620,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -628,7 +628,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -644,7 +644,7 @@ def put_log_collection( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -660,7 +660,7 @@ def put_spark( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -677,7 +677,7 @@ def put_webhook( - *Type:* typing.List[typing.Union[int, float]] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -685,7 +685,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. --- @@ -839,7 +839,7 @@ The construct id used in the generated config for the OceanSpark to import. The id of the existing OceanSpark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use --- @@ -1205,8 +1205,8 @@ oceanSpark.OceanSparkCompute( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create_vngs | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. | -| use_taints | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | +| create_vngs | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. | +| use_taints | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -1218,7 +1218,7 @@ create_vngs: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -1230,7 +1230,7 @@ use_taints: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -1270,9 +1270,9 @@ oceanSpark.OceanSparkConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ocean_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | +| ocean_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | | compute | OceanSparkCompute | compute block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | log_collection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -1358,7 +1358,7 @@ ocean_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -1372,7 +1372,7 @@ compute: OceanSparkCompute compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -1384,7 +1384,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1401,7 +1401,7 @@ ingress: OceanSparkIngress ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -1415,7 +1415,7 @@ log_collection: OceanSparkLogCollection log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1429,7 +1429,7 @@ spark: OceanSparkSpark spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1443,7 +1443,7 @@ webhook: OceanSparkWebhook webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1471,7 +1471,7 @@ oceanSpark.OceanSparkIngress( | custom_endpoint | OceanSparkIngressCustomEndpoint | custom_endpoint block. | | load_balancer | OceanSparkIngressLoadBalancer | load_balancer block. | | private_link | OceanSparkIngressPrivateLink | private_link block. | -| service_annotations | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | +| service_annotations | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1485,7 +1485,7 @@ controller: OceanSparkIngressController controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1499,7 +1499,7 @@ custom_endpoint: OceanSparkIngressCustomEndpoint custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1513,7 +1513,7 @@ load_balancer: OceanSparkIngressLoadBalancer load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1527,7 +1527,7 @@ private_link: OceanSparkIngressPrivateLink private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1539,7 +1539,7 @@ service_annotations: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1559,7 +1559,7 @@ oceanSpark.OceanSparkIngressController( | **Name** | **Type** | **Description** | | --- | --- | --- | -| managed | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| managed | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1571,7 +1571,7 @@ managed: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1592,8 +1592,8 @@ oceanSpark.OceanSparkIngressCustomEndpoint( | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#address OceanSpark#address}. | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#address OceanSpark#address}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1605,7 +1605,7 @@ address: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1617,7 +1617,7 @@ enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1639,9 +1639,9 @@ oceanSpark.OceanSparkIngressLoadBalancer( | **Name** | **Type** | **Description** | | --- | --- | --- | -| managed | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | -| service_annotations | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | -| target_group_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | +| managed | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| service_annotations | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | +| target_group_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1653,7 +1653,7 @@ managed: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1665,7 +1665,7 @@ service_annotations: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1677,7 +1677,7 @@ target_group_arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1698,8 +1698,8 @@ oceanSpark.OceanSparkIngressPrivateLink( | **Name** | **Type** | **Description** | | --- | --- | --- | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | -| vpc_endpoint_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| vpc_endpoint_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1711,7 +1711,7 @@ enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1723,7 +1723,7 @@ vpc_endpoint_service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1743,7 +1743,7 @@ oceanSpark.OceanSparkLogCollection( | **Name** | **Type** | **Description** | | --- | --- | --- | -| collect_app_logs | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | +| collect_app_logs | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1755,7 +1755,7 @@ collect_app_logs: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1775,7 +1775,7 @@ oceanSpark.OceanSparkSpark( | **Name** | **Type** | **Description** | | --- | --- | --- | -| additional_app_namespaces | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | +| additional_app_namespaces | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1787,7 +1787,7 @@ additional_app_namespaces: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1808,8 +1808,8 @@ oceanSpark.OceanSparkWebhook( | **Name** | **Type** | **Description** | | --- | --- | --- | -| host_network_ports | typing.List[typing.Union[int, float]] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. | -| use_host_network | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | +| host_network_ports | typing.List[typing.Union[int, float]] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. | +| use_host_network | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1821,7 +1821,7 @@ host_network_ports: typing.List[typing.Union[int, float]] - *Type:* typing.List[typing.Union[int, float]] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1833,7 +1833,7 @@ use_host_network: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. --- @@ -3416,7 +3416,7 @@ def put_controller( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -3433,7 +3433,7 @@ def put_custom_endpoint( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -3441,7 +3441,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -3459,7 +3459,7 @@ def put_load_balancer( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -3467,7 +3467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -3475,7 +3475,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -3492,7 +3492,7 @@ def put_private_link( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -3500,7 +3500,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- diff --git a/docs/oceanSpark.typescript.md b/docs/oceanSpark.typescript.md index 47c11b72..fedb23ea 100644 --- a/docs/oceanSpark.typescript.md +++ b/docs/oceanSpark.typescript.md @@ -4,7 +4,7 @@ ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -574,7 +574,7 @@ The construct id used in the generated config for the OceanSpark to import. The id of the existing OceanSpark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use --- @@ -937,8 +937,8 @@ const oceanSparkCompute: oceanSpark.OceanSparkCompute = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| createVngs | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. | -| useTaints | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | +| createVngs | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. | +| useTaints | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -950,7 +950,7 @@ public readonly createVngs: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -962,7 +962,7 @@ public readonly useTaints: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -987,9 +987,9 @@ const oceanSparkConfig: oceanSpark.OceanSparkConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| oceanClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | +| oceanClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. | | compute | OceanSparkCompute | compute block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | logCollection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -1075,7 +1075,7 @@ public readonly oceanClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -1089,7 +1089,7 @@ public readonly compute: OceanSparkCompute; compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -1101,7 +1101,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1118,7 +1118,7 @@ public readonly ingress: OceanSparkIngress; ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -1132,7 +1132,7 @@ public readonly logCollection: OceanSparkLogCollection; log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1146,7 +1146,7 @@ public readonly spark: OceanSparkSpark; spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1160,7 +1160,7 @@ public readonly webhook: OceanSparkWebhook; webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1182,7 +1182,7 @@ const oceanSparkIngress: oceanSpark.OceanSparkIngress = { ... } | customEndpoint | OceanSparkIngressCustomEndpoint | custom_endpoint block. | | loadBalancer | OceanSparkIngressLoadBalancer | load_balancer block. | | privateLink | OceanSparkIngressPrivateLink | private_link block. | -| serviceAnnotations | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | +| serviceAnnotations | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1196,7 +1196,7 @@ public readonly controller: OceanSparkIngressController; controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1210,7 +1210,7 @@ public readonly customEndpoint: OceanSparkIngressCustomEndpoint; custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1224,7 +1224,7 @@ public readonly loadBalancer: OceanSparkIngressLoadBalancer; load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1238,7 +1238,7 @@ public readonly privateLink: OceanSparkIngressPrivateLink; private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1250,7 +1250,7 @@ public readonly serviceAnnotations: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1268,7 +1268,7 @@ const oceanSparkIngressController: oceanSpark.OceanSparkIngressController = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| managed | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| managed | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1280,7 +1280,7 @@ public readonly managed: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1298,8 +1298,8 @@ const oceanSparkIngressCustomEndpoint: oceanSpark.OceanSparkIngressCustomEndpoin | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#address OceanSpark#address}. | -| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#address OceanSpark#address}. | +| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1311,7 +1311,7 @@ public readonly address: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1323,7 +1323,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1341,9 +1341,9 @@ const oceanSparkIngressLoadBalancer: oceanSpark.OceanSparkIngressLoadBalancer = | **Name** | **Type** | **Description** | | --- | --- | --- | -| managed | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | -| serviceAnnotations | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | -| targetGroupArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | +| managed | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| serviceAnnotations | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | +| targetGroupArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1355,7 +1355,7 @@ public readonly managed: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1367,7 +1367,7 @@ public readonly serviceAnnotations: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1379,7 +1379,7 @@ public readonly targetGroupArn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1397,8 +1397,8 @@ const oceanSparkIngressPrivateLink: oceanSpark.OceanSparkIngressPrivateLink = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | -| vpcEndpointService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | +| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| vpcEndpointService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1410,7 +1410,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1422,7 +1422,7 @@ public readonly vpcEndpointService: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1440,7 +1440,7 @@ const oceanSparkLogCollection: oceanSpark.OceanSparkLogCollection = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| collectAppLogs | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | +| collectAppLogs | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1452,7 +1452,7 @@ public readonly collectAppLogs: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1470,7 +1470,7 @@ const oceanSparkSpark: oceanSpark.OceanSparkSpark = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| additionalAppNamespaces | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | +| additionalAppNamespaces | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1482,7 +1482,7 @@ public readonly additionalAppNamespaces: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1500,8 +1500,8 @@ const oceanSparkWebhook: oceanSpark.OceanSparkWebhook = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostNetworkPorts | number[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. | -| useHostNetwork | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | +| hostNetworkPorts | number[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. | +| useHostNetwork | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1513,7 +1513,7 @@ public readonly hostNetworkPorts: number[]; - *Type:* number[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1525,7 +1525,7 @@ public readonly useHostNetwork: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. --- diff --git a/docs/oceanSparkVirtualNodeGroup.csharp.md b/docs/oceanSparkVirtualNodeGroup.csharp.md index e07d2997..49dd6938 100644 --- a/docs/oceanSparkVirtualNodeGroup.csharp.md +++ b/docs/oceanSparkVirtualNodeGroup.csharp.md @@ -4,7 +4,7 @@ ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanSparkVirtualNodeGroup The id of the existing OceanSparkVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ new OceanSparkVirtualNodeGroupConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| OceanSparkClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | -| VirtualNodeGroupId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | +| OceanSparkClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | +| VirtualNodeGroupId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -851,7 +851,7 @@ public string OceanSparkClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -863,7 +863,7 @@ public string VirtualNodeGroupId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -875,7 +875,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanSparkVirtualNodeGroup.go.md b/docs/oceanSparkVirtualNodeGroup.go.md index b4569d04..52849e19 100644 --- a/docs/oceanSparkVirtualNodeGroup.go.md +++ b/docs/oceanSparkVirtualNodeGroup.go.md @@ -4,7 +4,7 @@ ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanSparkVirtualNodeGroup The id of the existing OceanSparkVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtu | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| OceanSparkClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | -| VirtualNodeGroupId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | +| OceanSparkClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | +| VirtualNodeGroupId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -851,7 +851,7 @@ OceanSparkClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -863,7 +863,7 @@ VirtualNodeGroupId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -875,7 +875,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanSparkVirtualNodeGroup.java.md b/docs/oceanSparkVirtualNodeGroup.java.md index 5152a00d..08233d5d 100644 --- a/docs/oceanSparkVirtualNodeGroup.java.md +++ b/docs/oceanSparkVirtualNodeGroup.java.md @@ -4,7 +4,7 @@ ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -40,9 +40,9 @@ OceanSparkVirtualNodeGroup.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| oceanSparkClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | -| virtualNodeGroupId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | +| oceanSparkClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | +| virtualNodeGroupId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -563,7 +563,7 @@ The construct id used in the generated config for the OceanSparkVirtualNodeGroup The id of the existing OceanSparkVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -860,9 +860,9 @@ OceanSparkVirtualNodeGroupConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| oceanSparkClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | -| virtualNodeGroupId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | +| oceanSparkClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | +| virtualNodeGroupId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -944,7 +944,7 @@ public java.lang.String getOceanSparkClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -956,7 +956,7 @@ public java.lang.String getVirtualNodeGroupId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -968,7 +968,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanSparkVirtualNodeGroup.python.md b/docs/oceanSparkVirtualNodeGroup.python.md index 723bca9a..0f3c0d96 100644 --- a/docs/oceanSparkVirtualNodeGroup.python.md +++ b/docs/oceanSparkVirtualNodeGroup.python.md @@ -4,7 +4,7 @@ ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -38,9 +38,9 @@ oceanSparkVirtualNodeGroup.OceanSparkVirtualNodeGroup( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ocean_spark_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | -| virtual_node_group_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | +| ocean_spark_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | +| virtual_node_group_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -607,7 +607,7 @@ The construct id used in the generated config for the OceanSparkVirtualNodeGroup The id of the existing OceanSparkVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -900,9 +900,9 @@ oceanSparkVirtualNodeGroup.OceanSparkVirtualNodeGroupConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ocean_spark_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | -| virtual_node_group_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | +| ocean_spark_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | +| virtual_node_group_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -984,7 +984,7 @@ ocean_spark_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -996,7 +996,7 @@ virtual_node_group_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -1008,7 +1008,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceanSparkVirtualNodeGroup.typescript.md b/docs/oceanSparkVirtualNodeGroup.typescript.md index 1869cbc7..627bb792 100644 --- a/docs/oceanSparkVirtualNodeGroup.typescript.md +++ b/docs/oceanSparkVirtualNodeGroup.typescript.md @@ -4,7 +4,7 @@ ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanSparkVirtualNodeGroup The id of the existing OceanSparkVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -756,9 +756,9 @@ const oceanSparkVirtualNodeGroupConfig: oceanSparkVirtualNodeGroup.OceanSparkVir | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| oceanSparkClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | -| virtualNodeGroupId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | +| oceanSparkClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. | +| virtualNodeGroupId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -840,7 +840,7 @@ public readonly oceanSparkClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -852,7 +852,7 @@ public readonly virtualNodeGroupId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -864,7 +864,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/oceancdRolloutSpec.csharp.md b/docs/oceancdRolloutSpec.csharp.md index c409f45d..98a46e9a 100644 --- a/docs/oceancdRolloutSpec.csharp.md +++ b/docs/oceancdRolloutSpec.csharp.md @@ -4,7 +4,7 @@ ### OceancdRolloutSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec}. #### Initializers @@ -567,7 +567,7 @@ The construct id used in the generated config for the OceancdRolloutSpec to impo The id of the existing OceancdRolloutSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#import import section} in the documentation of this resource for the id to use --- @@ -952,10 +952,10 @@ new OceancdRolloutSpecConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| RolloutSpecName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | +| RolloutSpecName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | | Strategy | OceancdRolloutSpecStrategy | strategy block. | | FailurePolicy | OceancdRolloutSpecFailurePolicy | failure_policy block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | | SpotDeployment | OceancdRolloutSpecSpotDeployment | spot_deployment block. | | SpotDeployments | object | spot_deployments block. | | Traffic | OceancdRolloutSpecTraffic | traffic block. | @@ -1040,7 +1040,7 @@ public string RolloutSpecName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. --- @@ -1054,7 +1054,7 @@ public OceancdRolloutSpecStrategy Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} --- @@ -1068,7 +1068,7 @@ public OceancdRolloutSpecFailurePolicy FailurePolicy { get; set; } failure_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} --- @@ -1080,7 +1080,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1097,7 +1097,7 @@ public OceancdRolloutSpecSpotDeployment SpotDeployment { get; set; } spot_deployment block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} --- @@ -1111,7 +1111,7 @@ public object SpotDeployments { get; set; } spot_deployments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} --- @@ -1125,7 +1125,7 @@ public OceancdRolloutSpecTraffic Traffic { get; set; } traffic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} --- @@ -1145,7 +1145,7 @@ new OceancdRolloutSpecFailurePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. | +| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. | --- @@ -1157,7 +1157,7 @@ public string Action { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. --- @@ -1179,9 +1179,9 @@ new OceancdRolloutSpecSpotDeployment { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotDeploymentClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. | -| SpotDeploymentName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. | -| SpotDeploymentNamespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. | +| SpotDeploymentClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. | +| SpotDeploymentName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. | +| SpotDeploymentNamespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. | --- @@ -1193,7 +1193,7 @@ public string SpotDeploymentClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. --- @@ -1205,7 +1205,7 @@ public string SpotDeploymentName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. --- @@ -1217,7 +1217,7 @@ public string SpotDeploymentNamespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. --- @@ -1239,9 +1239,9 @@ new OceancdRolloutSpecSpotDeployments { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotDeploymentsClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. | -| SpotDeploymentsName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. | -| SpotDeploymentsNamespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. | +| SpotDeploymentsClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. | +| SpotDeploymentsName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. | +| SpotDeploymentsNamespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. | --- @@ -1253,7 +1253,7 @@ public string SpotDeploymentsClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. --- @@ -1265,7 +1265,7 @@ public string SpotDeploymentsName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. --- @@ -1277,7 +1277,7 @@ public string SpotDeploymentsNamespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. --- @@ -1298,7 +1298,7 @@ new OceancdRolloutSpecStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| StrategyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. | +| StrategyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. | | Args | object | args block. | --- @@ -1311,7 +1311,7 @@ public string StrategyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. --- @@ -1325,7 +1325,7 @@ public object Args { get; set; } args block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} --- @@ -1347,8 +1347,8 @@ new OceancdRolloutSpecStrategyArgs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ArgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. | -| ArgValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. | +| ArgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. | +| ArgValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. | | ValueFrom | OceancdRolloutSpecStrategyArgsValueFrom | value_from block. | --- @@ -1361,7 +1361,7 @@ public string ArgName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. --- @@ -1373,7 +1373,7 @@ public string ArgValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. --- @@ -1387,7 +1387,7 @@ public OceancdRolloutSpecStrategyArgsValueFrom ValueFrom { get; set; } value_from block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#value_from OceancdRolloutSpec#value_from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#value_from OceancdRolloutSpec#value_from} --- @@ -1421,7 +1421,7 @@ public OceancdRolloutSpecStrategyArgsValueFromFieldRef FieldRef { get; set; } field_ref block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} --- @@ -1441,7 +1441,7 @@ new OceancdRolloutSpecStrategyArgsValueFromFieldRef { | **Name** | **Type** | **Description** | | --- | --- | --- | -| FieldPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. | +| FieldPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. | --- @@ -1453,7 +1453,7 @@ public string FieldPath { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. --- @@ -1482,12 +1482,12 @@ new OceancdRolloutSpecTraffic { | --- | --- | --- | | Alb | OceancdRolloutSpecTrafficAlb | alb block. | | Ambassador | OceancdRolloutSpecTrafficAmbassador | ambassador block. | -| CanaryService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. | +| CanaryService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. | | Istio | OceancdRolloutSpecTrafficIstio | istio block. | | Nginx | OceancdRolloutSpecTrafficNginx | nginx block. | | PingPong | OceancdRolloutSpecTrafficPingPong | ping_pong block. | | Smi | OceancdRolloutSpecTrafficSmi | smi block. | -| StableService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. | +| StableService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. | --- @@ -1501,7 +1501,7 @@ public OceancdRolloutSpecTrafficAlb Alb { get; set; } alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} --- @@ -1515,7 +1515,7 @@ public OceancdRolloutSpecTrafficAmbassador Ambassador { get; set; } ambassador block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} --- @@ -1527,7 +1527,7 @@ public string CanaryService { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. --- @@ -1541,7 +1541,7 @@ public OceancdRolloutSpecTrafficIstio Istio { get; set; } istio block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} --- @@ -1555,7 +1555,7 @@ public OceancdRolloutSpecTrafficNginx Nginx { get; set; } nginx block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} --- @@ -1569,7 +1569,7 @@ public OceancdRolloutSpecTrafficPingPong PingPong { get; set; } ping_pong block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} --- @@ -1583,7 +1583,7 @@ public OceancdRolloutSpecTrafficSmi Smi { get; set; } smi block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} --- @@ -1595,7 +1595,7 @@ public string StableService { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. --- @@ -1619,10 +1619,10 @@ new OceancdRolloutSpecTrafficAlb { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AlbIngress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. | -| AlbRootService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. | -| ServicePort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. | -| AlbAnnotationPrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. | +| AlbIngress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. | +| AlbRootService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. | +| ServicePort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. | +| AlbAnnotationPrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. | | StickinessConfig | OceancdRolloutSpecTrafficAlbStickinessConfig | stickiness_config block. | --- @@ -1635,7 +1635,7 @@ public string AlbIngress { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. --- @@ -1647,7 +1647,7 @@ public string AlbRootService { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. --- @@ -1659,7 +1659,7 @@ public double ServicePort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. --- @@ -1671,7 +1671,7 @@ public string AlbAnnotationPrefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. --- @@ -1685,7 +1685,7 @@ public OceancdRolloutSpecTrafficAlbStickinessConfig StickinessConfig { get; set; stickiness_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} --- @@ -1706,8 +1706,8 @@ new OceancdRolloutSpecTrafficAlbStickinessConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DurationSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. | +| DurationSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. | --- @@ -1719,7 +1719,7 @@ public double DurationSeconds { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. --- @@ -1731,7 +1731,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. --- @@ -1751,7 +1751,7 @@ new OceancdRolloutSpecTrafficAmbassador { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Mappings | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. | +| Mappings | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. | --- @@ -1763,7 +1763,7 @@ public string[] Mappings { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. --- @@ -1799,7 +1799,7 @@ public object VirtualServices { get; set; } virtual_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} --- @@ -1813,7 +1813,7 @@ public OceancdRolloutSpecTrafficIstioDestinationRule DestinationRule { get; set; destination_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} --- @@ -1835,9 +1835,9 @@ new OceancdRolloutSpecTrafficIstioDestinationRule { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CanarySubsetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. | -| DestinationRuleName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. | -| StableSubsetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. | +| CanarySubsetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. | +| DestinationRuleName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. | +| StableSubsetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. | --- @@ -1849,7 +1849,7 @@ public string CanarySubsetName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. --- @@ -1861,7 +1861,7 @@ public string DestinationRuleName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. --- @@ -1873,7 +1873,7 @@ public string StableSubsetName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. --- @@ -1895,9 +1895,9 @@ new OceancdRolloutSpecTrafficIstioVirtualServices { | **Name** | **Type** | **Description** | | --- | --- | --- | -| VirtualServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. | +| VirtualServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. | | TlsRoutes | object | tls_routes block. | -| VirtualServiceRoutes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. | +| VirtualServiceRoutes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. | --- @@ -1909,7 +1909,7 @@ public string VirtualServiceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. --- @@ -1923,7 +1923,7 @@ public object TlsRoutes { get; set; } tls_routes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#tls_routes OceancdRolloutSpec#tls_routes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#tls_routes OceancdRolloutSpec#tls_routes} --- @@ -1935,7 +1935,7 @@ public string[] VirtualServiceRoutes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. --- @@ -1956,8 +1956,8 @@ new OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. | -| SniHosts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. | +| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. | +| SniHosts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. | --- @@ -1969,7 +1969,7 @@ public double Port { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. --- @@ -1981,7 +1981,7 @@ public string[] SniHosts { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. --- @@ -2003,9 +2003,9 @@ new OceancdRolloutSpecTrafficNginx { | **Name** | **Type** | **Description** | | --- | --- | --- | -| StableIngress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. | +| StableIngress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. | | AdditionalIngressAnnotation | OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation | additional_ingress_annotation block. | -| NginxAnnotationPrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. | +| NginxAnnotationPrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. | --- @@ -2017,7 +2017,7 @@ public string StableIngress { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. --- @@ -2031,7 +2031,7 @@ public OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation AdditionalIngre additional_ingress_annotation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} --- @@ -2043,7 +2043,7 @@ public string NginxAnnotationPrefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. --- @@ -2064,8 +2064,8 @@ new OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CanaryByHeader | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. | -| Key1 | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. | +| CanaryByHeader | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. | +| Key1 | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. | --- @@ -2077,7 +2077,7 @@ public string CanaryByHeader { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. --- @@ -2089,7 +2089,7 @@ public string Key1 { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. --- @@ -2110,8 +2110,8 @@ new OceancdRolloutSpecTrafficPingPong { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PingService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. | -| PongService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. | +| PingService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. | +| PongService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. | --- @@ -2123,7 +2123,7 @@ public string PingService { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. --- @@ -2135,7 +2135,7 @@ public string PongService { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. --- @@ -2156,8 +2156,8 @@ new OceancdRolloutSpecTrafficSmi { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SmiRootService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. | -| TrafficSplitName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. | +| SmiRootService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. | +| TrafficSplitName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. | --- @@ -2169,7 +2169,7 @@ public string SmiRootService { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. --- @@ -2181,7 +2181,7 @@ public string TrafficSplitName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. --- diff --git a/docs/oceancdRolloutSpec.go.md b/docs/oceancdRolloutSpec.go.md index 6d74e14b..8a45cb64 100644 --- a/docs/oceancdRolloutSpec.go.md +++ b/docs/oceancdRolloutSpec.go.md @@ -4,7 +4,7 @@ ### OceancdRolloutSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec}. #### Initializers @@ -567,7 +567,7 @@ The construct id used in the generated config for the OceancdRolloutSpec to impo The id of the existing OceancdRolloutSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#import import section} in the documentation of this resource for the id to use --- @@ -952,10 +952,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| RolloutSpecName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | +| RolloutSpecName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | | Strategy | OceancdRolloutSpecStrategy | strategy block. | | FailurePolicy | OceancdRolloutSpecFailurePolicy | failure_policy block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | | SpotDeployment | OceancdRolloutSpecSpotDeployment | spot_deployment block. | | SpotDeployments | interface{} | spot_deployments block. | | Traffic | OceancdRolloutSpecTraffic | traffic block. | @@ -1040,7 +1040,7 @@ RolloutSpecName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. --- @@ -1054,7 +1054,7 @@ Strategy OceancdRolloutSpecStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} --- @@ -1068,7 +1068,7 @@ FailurePolicy OceancdRolloutSpecFailurePolicy failure_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} --- @@ -1080,7 +1080,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1097,7 +1097,7 @@ SpotDeployment OceancdRolloutSpecSpotDeployment spot_deployment block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} --- @@ -1111,7 +1111,7 @@ SpotDeployments interface{} spot_deployments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} --- @@ -1125,7 +1125,7 @@ Traffic OceancdRolloutSpecTraffic traffic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} --- @@ -1145,7 +1145,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. | +| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. | --- @@ -1157,7 +1157,7 @@ Action *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. --- @@ -1179,9 +1179,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotDeploymentClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. | -| SpotDeploymentName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. | -| SpotDeploymentNamespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. | +| SpotDeploymentClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. | +| SpotDeploymentName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. | +| SpotDeploymentNamespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. | --- @@ -1193,7 +1193,7 @@ SpotDeploymentClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. --- @@ -1205,7 +1205,7 @@ SpotDeploymentName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. --- @@ -1217,7 +1217,7 @@ SpotDeploymentNamespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. --- @@ -1239,9 +1239,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotDeploymentsClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. | -| SpotDeploymentsName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. | -| SpotDeploymentsNamespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. | +| SpotDeploymentsClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. | +| SpotDeploymentsName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. | +| SpotDeploymentsNamespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. | --- @@ -1253,7 +1253,7 @@ SpotDeploymentsClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. --- @@ -1265,7 +1265,7 @@ SpotDeploymentsName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. --- @@ -1277,7 +1277,7 @@ SpotDeploymentsNamespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. --- @@ -1298,7 +1298,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| StrategyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. | +| StrategyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. | | Args | interface{} | args block. | --- @@ -1311,7 +1311,7 @@ StrategyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. --- @@ -1325,7 +1325,7 @@ Args interface{} args block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} --- @@ -1347,8 +1347,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| ArgName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. | -| ArgValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. | +| ArgName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. | +| ArgValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. | | ValueFrom | OceancdRolloutSpecStrategyArgsValueFrom | value_from block. | --- @@ -1361,7 +1361,7 @@ ArgName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. --- @@ -1373,7 +1373,7 @@ ArgValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. --- @@ -1387,7 +1387,7 @@ ValueFrom OceancdRolloutSpecStrategyArgsValueFrom value_from block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#value_from OceancdRolloutSpec#value_from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#value_from OceancdRolloutSpec#value_from} --- @@ -1421,7 +1421,7 @@ FieldRef OceancdRolloutSpecStrategyArgsValueFromFieldRef field_ref block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} --- @@ -1441,7 +1441,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| FieldPath | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. | +| FieldPath | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. | --- @@ -1453,7 +1453,7 @@ FieldPath *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. --- @@ -1482,12 +1482,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | --- | --- | --- | | Alb | OceancdRolloutSpecTrafficAlb | alb block. | | Ambassador | OceancdRolloutSpecTrafficAmbassador | ambassador block. | -| CanaryService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. | +| CanaryService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. | | Istio | OceancdRolloutSpecTrafficIstio | istio block. | | Nginx | OceancdRolloutSpecTrafficNginx | nginx block. | | PingPong | OceancdRolloutSpecTrafficPingPong | ping_pong block. | | Smi | OceancdRolloutSpecTrafficSmi | smi block. | -| StableService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. | +| StableService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. | --- @@ -1501,7 +1501,7 @@ Alb OceancdRolloutSpecTrafficAlb alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} --- @@ -1515,7 +1515,7 @@ Ambassador OceancdRolloutSpecTrafficAmbassador ambassador block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} --- @@ -1527,7 +1527,7 @@ CanaryService *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. --- @@ -1541,7 +1541,7 @@ Istio OceancdRolloutSpecTrafficIstio istio block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} --- @@ -1555,7 +1555,7 @@ Nginx OceancdRolloutSpecTrafficNginx nginx block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} --- @@ -1569,7 +1569,7 @@ PingPong OceancdRolloutSpecTrafficPingPong ping_pong block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} --- @@ -1583,7 +1583,7 @@ Smi OceancdRolloutSpecTrafficSmi smi block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} --- @@ -1595,7 +1595,7 @@ StableService *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. --- @@ -1619,10 +1619,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| AlbIngress | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. | -| AlbRootService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. | -| ServicePort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. | -| AlbAnnotationPrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. | +| AlbIngress | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. | +| AlbRootService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. | +| ServicePort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. | +| AlbAnnotationPrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. | | StickinessConfig | OceancdRolloutSpecTrafficAlbStickinessConfig | stickiness_config block. | --- @@ -1635,7 +1635,7 @@ AlbIngress *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. --- @@ -1647,7 +1647,7 @@ AlbRootService *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. --- @@ -1659,7 +1659,7 @@ ServicePort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. --- @@ -1671,7 +1671,7 @@ AlbAnnotationPrefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. --- @@ -1685,7 +1685,7 @@ StickinessConfig OceancdRolloutSpecTrafficAlbStickinessConfig stickiness_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} --- @@ -1706,8 +1706,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| DurationSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. | +| DurationSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. | --- @@ -1719,7 +1719,7 @@ DurationSeconds *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. --- @@ -1731,7 +1731,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. --- @@ -1751,7 +1751,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| Mappings | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. | +| Mappings | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. | --- @@ -1763,7 +1763,7 @@ Mappings *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. --- @@ -1799,7 +1799,7 @@ VirtualServices interface{} virtual_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} --- @@ -1813,7 +1813,7 @@ DestinationRule OceancdRolloutSpecTrafficIstioDestinationRule destination_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} --- @@ -1835,9 +1835,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| CanarySubsetName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. | -| DestinationRuleName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. | -| StableSubsetName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. | +| CanarySubsetName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. | +| DestinationRuleName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. | +| StableSubsetName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. | --- @@ -1849,7 +1849,7 @@ CanarySubsetName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. --- @@ -1861,7 +1861,7 @@ DestinationRuleName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. --- @@ -1873,7 +1873,7 @@ StableSubsetName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. --- @@ -1895,9 +1895,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| VirtualServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. | +| VirtualServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. | | TlsRoutes | interface{} | tls_routes block. | -| VirtualServiceRoutes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. | +| VirtualServiceRoutes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. | --- @@ -1909,7 +1909,7 @@ VirtualServiceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. --- @@ -1923,7 +1923,7 @@ TlsRoutes interface{} tls_routes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#tls_routes OceancdRolloutSpec#tls_routes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#tls_routes OceancdRolloutSpec#tls_routes} --- @@ -1935,7 +1935,7 @@ VirtualServiceRoutes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. --- @@ -1956,8 +1956,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. | -| SniHosts | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. | +| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. | +| SniHosts | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. | --- @@ -1969,7 +1969,7 @@ Port *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. --- @@ -1981,7 +1981,7 @@ SniHosts *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. --- @@ -2003,9 +2003,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| StableIngress | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. | +| StableIngress | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. | | AdditionalIngressAnnotation | OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation | additional_ingress_annotation block. | -| NginxAnnotationPrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. | +| NginxAnnotationPrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. | --- @@ -2017,7 +2017,7 @@ StableIngress *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. --- @@ -2031,7 +2031,7 @@ AdditionalIngressAnnotation OceancdRolloutSpecTrafficNginxAdditionalIngressAnnot additional_ingress_annotation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} --- @@ -2043,7 +2043,7 @@ NginxAnnotationPrefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. --- @@ -2064,8 +2064,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| CanaryByHeader | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. | -| Key1 | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. | +| CanaryByHeader | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. | +| Key1 | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. | --- @@ -2077,7 +2077,7 @@ CanaryByHeader *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. --- @@ -2089,7 +2089,7 @@ Key1 *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. --- @@ -2110,8 +2110,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| PingService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. | -| PongService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. | +| PingService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. | +| PongService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. | --- @@ -2123,7 +2123,7 @@ PingService *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. --- @@ -2135,7 +2135,7 @@ PongService *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. --- @@ -2156,8 +2156,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| SmiRootService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. | -| TrafficSplitName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. | +| SmiRootService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. | +| TrafficSplitName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. | --- @@ -2169,7 +2169,7 @@ SmiRootService *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. --- @@ -2181,7 +2181,7 @@ TrafficSplitName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. --- diff --git a/docs/oceancdRolloutSpec.java.md b/docs/oceancdRolloutSpec.java.md index 65b8f528..612d5ac0 100644 --- a/docs/oceancdRolloutSpec.java.md +++ b/docs/oceancdRolloutSpec.java.md @@ -4,7 +4,7 @@ ### OceancdRolloutSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec}. #### Initializers @@ -45,10 +45,10 @@ OceancdRolloutSpec.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| rolloutSpecName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | +| rolloutSpecName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | | strategy | OceancdRolloutSpecStrategy | strategy block. | | failurePolicy | OceancdRolloutSpecFailurePolicy | failure_policy block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | | spotDeployment | OceancdRolloutSpecSpotDeployment | spot_deployment block. | | spotDeployments | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdRolloutSpecSpotDeployments> | spot_deployments block. | | traffic | OceancdRolloutSpecTraffic | traffic block. | @@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti failure_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -160,7 +160,7 @@ If you experience problems setting this value it might not be settable. Please t spot_deployment block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti spot_deployments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti traffic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} --- @@ -707,7 +707,7 @@ The construct id used in the generated config for the OceancdRolloutSpec to impo The id of the existing OceancdRolloutSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#import import section} in the documentation of this resource for the id to use --- @@ -1097,10 +1097,10 @@ OceancdRolloutSpecConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| rolloutSpecName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | +| rolloutSpecName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | | strategy | OceancdRolloutSpecStrategy | strategy block. | | failurePolicy | OceancdRolloutSpecFailurePolicy | failure_policy block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | | spotDeployment | OceancdRolloutSpecSpotDeployment | spot_deployment block. | | spotDeployments | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdRolloutSpecSpotDeployments> | spot_deployments block. | | traffic | OceancdRolloutSpecTraffic | traffic block. | @@ -1185,7 +1185,7 @@ public java.lang.String getRolloutSpecName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. --- @@ -1199,7 +1199,7 @@ public OceancdRolloutSpecStrategy getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} --- @@ -1213,7 +1213,7 @@ public OceancdRolloutSpecFailurePolicy getFailurePolicy(); failure_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} --- @@ -1225,7 +1225,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1242,7 +1242,7 @@ public OceancdRolloutSpecSpotDeployment getSpotDeployment(); spot_deployment block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} --- @@ -1256,7 +1256,7 @@ public java.lang.Object getSpotDeployments(); spot_deployments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} --- @@ -1270,7 +1270,7 @@ public OceancdRolloutSpecTraffic getTraffic(); traffic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} --- @@ -1290,7 +1290,7 @@ OceancdRolloutSpecFailurePolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. | +| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. | --- @@ -1302,7 +1302,7 @@ public java.lang.String getAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. --- @@ -1324,9 +1324,9 @@ OceancdRolloutSpecSpotDeployment.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotDeploymentClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. | -| spotDeploymentName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. | -| spotDeploymentNamespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. | +| spotDeploymentClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. | +| spotDeploymentName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. | +| spotDeploymentNamespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. | --- @@ -1338,7 +1338,7 @@ public java.lang.String getSpotDeploymentClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. --- @@ -1350,7 +1350,7 @@ public java.lang.String getSpotDeploymentName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. --- @@ -1362,7 +1362,7 @@ public java.lang.String getSpotDeploymentNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. --- @@ -1384,9 +1384,9 @@ OceancdRolloutSpecSpotDeployments.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotDeploymentsClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. | -| spotDeploymentsName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. | -| spotDeploymentsNamespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. | +| spotDeploymentsClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. | +| spotDeploymentsName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. | +| spotDeploymentsNamespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. | --- @@ -1398,7 +1398,7 @@ public java.lang.String getSpotDeploymentsClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. --- @@ -1410,7 +1410,7 @@ public java.lang.String getSpotDeploymentsName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. --- @@ -1422,7 +1422,7 @@ public java.lang.String getSpotDeploymentsNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. --- @@ -1444,7 +1444,7 @@ OceancdRolloutSpecStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| strategyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. | +| strategyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. | | args | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdRolloutSpecStrategyArgs> | args block. | --- @@ -1457,7 +1457,7 @@ public java.lang.String getStrategyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. --- @@ -1471,7 +1471,7 @@ public java.lang.Object getArgs(); args block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} --- @@ -1493,8 +1493,8 @@ OceancdRolloutSpecStrategyArgs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| argName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. | -| argValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. | +| argName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. | +| argValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. | | valueFrom | OceancdRolloutSpecStrategyArgsValueFrom | value_from block. | --- @@ -1507,7 +1507,7 @@ public java.lang.String getArgName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. --- @@ -1519,7 +1519,7 @@ public java.lang.String getArgValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. --- @@ -1533,7 +1533,7 @@ public OceancdRolloutSpecStrategyArgsValueFrom getValueFrom(); value_from block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#value_from OceancdRolloutSpec#value_from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#value_from OceancdRolloutSpec#value_from} --- @@ -1567,7 +1567,7 @@ public OceancdRolloutSpecStrategyArgsValueFromFieldRef getFieldRef(); field_ref block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} --- @@ -1587,7 +1587,7 @@ OceancdRolloutSpecStrategyArgsValueFromFieldRef.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| fieldPath | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. | +| fieldPath | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. | --- @@ -1599,7 +1599,7 @@ public java.lang.String getFieldPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. --- @@ -1628,12 +1628,12 @@ OceancdRolloutSpecTraffic.builder() | --- | --- | --- | | alb | OceancdRolloutSpecTrafficAlb | alb block. | | ambassador | OceancdRolloutSpecTrafficAmbassador | ambassador block. | -| canaryService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. | +| canaryService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. | | istio | OceancdRolloutSpecTrafficIstio | istio block. | | nginx | OceancdRolloutSpecTrafficNginx | nginx block. | | pingPong | OceancdRolloutSpecTrafficPingPong | ping_pong block. | | smi | OceancdRolloutSpecTrafficSmi | smi block. | -| stableService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. | +| stableService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. | --- @@ -1647,7 +1647,7 @@ public OceancdRolloutSpecTrafficAlb getAlb(); alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} --- @@ -1661,7 +1661,7 @@ public OceancdRolloutSpecTrafficAmbassador getAmbassador(); ambassador block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} --- @@ -1673,7 +1673,7 @@ public java.lang.String getCanaryService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. --- @@ -1687,7 +1687,7 @@ public OceancdRolloutSpecTrafficIstio getIstio(); istio block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} --- @@ -1701,7 +1701,7 @@ public OceancdRolloutSpecTrafficNginx getNginx(); nginx block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} --- @@ -1715,7 +1715,7 @@ public OceancdRolloutSpecTrafficPingPong getPingPong(); ping_pong block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} --- @@ -1729,7 +1729,7 @@ public OceancdRolloutSpecTrafficSmi getSmi(); smi block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} --- @@ -1741,7 +1741,7 @@ public java.lang.String getStableService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. --- @@ -1765,10 +1765,10 @@ OceancdRolloutSpecTrafficAlb.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| albIngress | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. | -| albRootService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. | -| servicePort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. | -| albAnnotationPrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. | +| albIngress | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. | +| albRootService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. | +| servicePort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. | +| albAnnotationPrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. | | stickinessConfig | OceancdRolloutSpecTrafficAlbStickinessConfig | stickiness_config block. | --- @@ -1781,7 +1781,7 @@ public java.lang.String getAlbIngress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. --- @@ -1793,7 +1793,7 @@ public java.lang.String getAlbRootService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. --- @@ -1805,7 +1805,7 @@ public java.lang.Number getServicePort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. --- @@ -1817,7 +1817,7 @@ public java.lang.String getAlbAnnotationPrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. --- @@ -1831,7 +1831,7 @@ public OceancdRolloutSpecTrafficAlbStickinessConfig getStickinessConfig(); stickiness_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} --- @@ -1853,8 +1853,8 @@ OceancdRolloutSpecTrafficAlbStickinessConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| durationSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. | +| durationSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. | --- @@ -1866,7 +1866,7 @@ public java.lang.Number getDurationSeconds(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. --- @@ -1878,7 +1878,7 @@ public java.lang.Object getEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. --- @@ -1898,7 +1898,7 @@ OceancdRolloutSpecTrafficAmbassador.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| mappings | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. | +| mappings | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. | --- @@ -1910,7 +1910,7 @@ public java.util.List getMappings(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. --- @@ -1947,7 +1947,7 @@ public java.lang.Object getVirtualServices(); virtual_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} --- @@ -1961,7 +1961,7 @@ public OceancdRolloutSpecTrafficIstioDestinationRule getDestinationRule(); destination_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} --- @@ -1983,9 +1983,9 @@ OceancdRolloutSpecTrafficIstioDestinationRule.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| canarySubsetName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. | -| destinationRuleName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. | -| stableSubsetName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. | +| canarySubsetName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. | +| destinationRuleName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. | +| stableSubsetName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. | --- @@ -1997,7 +1997,7 @@ public java.lang.String getCanarySubsetName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. --- @@ -2009,7 +2009,7 @@ public java.lang.String getDestinationRuleName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. --- @@ -2021,7 +2021,7 @@ public java.lang.String getStableSubsetName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. --- @@ -2044,9 +2044,9 @@ OceancdRolloutSpecTrafficIstioVirtualServices.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| virtualServiceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. | +| virtualServiceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. | | tlsRoutes | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutes> | tls_routes block. | -| virtualServiceRoutes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. | +| virtualServiceRoutes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. | --- @@ -2058,7 +2058,7 @@ public java.lang.String getVirtualServiceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. --- @@ -2072,7 +2072,7 @@ public java.lang.Object getTlsRoutes(); tls_routes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#tls_routes OceancdRolloutSpec#tls_routes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#tls_routes OceancdRolloutSpec#tls_routes} --- @@ -2084,7 +2084,7 @@ public java.util.List getVirtualServiceRoutes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. --- @@ -2105,8 +2105,8 @@ OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. | -| sniHosts | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. | +| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. | +| sniHosts | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. | --- @@ -2118,7 +2118,7 @@ public java.lang.Number getPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. --- @@ -2130,7 +2130,7 @@ public java.util.List getSniHosts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. --- @@ -2152,9 +2152,9 @@ OceancdRolloutSpecTrafficNginx.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| stableIngress | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. | +| stableIngress | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. | | additionalIngressAnnotation | OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation | additional_ingress_annotation block. | -| nginxAnnotationPrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. | +| nginxAnnotationPrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. | --- @@ -2166,7 +2166,7 @@ public java.lang.String getStableIngress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. --- @@ -2180,7 +2180,7 @@ public OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation getAdditionalIn additional_ingress_annotation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} --- @@ -2192,7 +2192,7 @@ public java.lang.String getNginxAnnotationPrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. --- @@ -2213,8 +2213,8 @@ OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| canaryByHeader | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. | -| key1 | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. | +| canaryByHeader | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. | +| key1 | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. | --- @@ -2226,7 +2226,7 @@ public java.lang.String getCanaryByHeader(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. --- @@ -2238,7 +2238,7 @@ public java.lang.String getKey1(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. --- @@ -2259,8 +2259,8 @@ OceancdRolloutSpecTrafficPingPong.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| pingService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. | -| pongService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. | +| pingService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. | +| pongService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. | --- @@ -2272,7 +2272,7 @@ public java.lang.String getPingService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. --- @@ -2284,7 +2284,7 @@ public java.lang.String getPongService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. --- @@ -2305,8 +2305,8 @@ OceancdRolloutSpecTrafficSmi.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| smiRootService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. | -| trafficSplitName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. | +| smiRootService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. | +| trafficSplitName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. | --- @@ -2318,7 +2318,7 @@ public java.lang.String getSmiRootService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. --- @@ -2330,7 +2330,7 @@ public java.lang.String getTrafficSplitName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. --- diff --git a/docs/oceancdRolloutSpec.python.md b/docs/oceancdRolloutSpec.python.md index 45b0fcd6..5859c84d 100644 --- a/docs/oceancdRolloutSpec.python.md +++ b/docs/oceancdRolloutSpec.python.md @@ -4,7 +4,7 @@ ### OceancdRolloutSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec}. #### Initializers @@ -42,10 +42,10 @@ oceancdRolloutSpec.OceancdRolloutSpec( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| rollout_spec_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | +| rollout_spec_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | | strategy | OceancdRolloutSpecStrategy | strategy block. | | failure_policy | OceancdRolloutSpecFailurePolicy | failure_policy block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | | spot_deployment | OceancdRolloutSpecSpotDeployment | spot_deployment block. | | spot_deployments | typing.Union[cdktf.IResolvable, typing.List[OceancdRolloutSpecSpotDeployments]] | spot_deployments block. | | traffic | OceancdRolloutSpecTraffic | traffic block. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti failure_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t spot_deployment block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti spot_deployments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti traffic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} --- @@ -558,7 +558,7 @@ def put_failure_policy( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. --- @@ -576,7 +576,7 @@ def put_spot_deployment( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. --- @@ -584,7 +584,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. --- @@ -592,7 +592,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. --- @@ -623,7 +623,7 @@ def put_strategy( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. --- @@ -633,7 +633,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti args block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} --- @@ -658,7 +658,7 @@ def put_traffic( alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} --- @@ -668,7 +668,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti ambassador block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} --- @@ -676,7 +676,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. --- @@ -686,7 +686,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti istio block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} --- @@ -696,7 +696,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti nginx block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} --- @@ -706,7 +706,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti ping_pong block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} --- @@ -716,7 +716,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti smi block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} --- @@ -724,7 +724,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. --- @@ -872,7 +872,7 @@ The construct id used in the generated config for the OceancdRolloutSpec to impo The id of the existing OceancdRolloutSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#import import section} in the documentation of this resource for the id to use --- @@ -1257,10 +1257,10 @@ oceancdRolloutSpec.OceancdRolloutSpecConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| rollout_spec_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | +| rollout_spec_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | | strategy | OceancdRolloutSpecStrategy | strategy block. | | failure_policy | OceancdRolloutSpecFailurePolicy | failure_policy block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | | spot_deployment | OceancdRolloutSpecSpotDeployment | spot_deployment block. | | spot_deployments | typing.Union[cdktf.IResolvable, typing.List[OceancdRolloutSpecSpotDeployments]] | spot_deployments block. | | traffic | OceancdRolloutSpecTraffic | traffic block. | @@ -1345,7 +1345,7 @@ rollout_spec_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. --- @@ -1359,7 +1359,7 @@ strategy: OceancdRolloutSpecStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} --- @@ -1373,7 +1373,7 @@ failure_policy: OceancdRolloutSpecFailurePolicy failure_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} --- @@ -1385,7 +1385,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1402,7 +1402,7 @@ spot_deployment: OceancdRolloutSpecSpotDeployment spot_deployment block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} --- @@ -1416,7 +1416,7 @@ spot_deployments: typing.Union[IResolvable, typing.List[OceancdRolloutSpecSpotDe spot_deployments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} --- @@ -1430,7 +1430,7 @@ traffic: OceancdRolloutSpecTraffic traffic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} --- @@ -1450,7 +1450,7 @@ oceancdRolloutSpec.OceancdRolloutSpecFailurePolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. | +| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. | --- @@ -1462,7 +1462,7 @@ action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. --- @@ -1484,9 +1484,9 @@ oceancdRolloutSpec.OceancdRolloutSpecSpotDeployment( | **Name** | **Type** | **Description** | | --- | --- | --- | -| spot_deployment_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. | -| spot_deployment_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. | -| spot_deployment_namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. | +| spot_deployment_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. | +| spot_deployment_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. | +| spot_deployment_namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. | --- @@ -1498,7 +1498,7 @@ spot_deployment_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. --- @@ -1510,7 +1510,7 @@ spot_deployment_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. --- @@ -1522,7 +1522,7 @@ spot_deployment_namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. --- @@ -1544,9 +1544,9 @@ oceancdRolloutSpec.OceancdRolloutSpecSpotDeployments( | **Name** | **Type** | **Description** | | --- | --- | --- | -| spot_deployments_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. | -| spot_deployments_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. | -| spot_deployments_namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. | +| spot_deployments_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. | +| spot_deployments_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. | +| spot_deployments_namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. | --- @@ -1558,7 +1558,7 @@ spot_deployments_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. --- @@ -1570,7 +1570,7 @@ spot_deployments_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. --- @@ -1582,7 +1582,7 @@ spot_deployments_namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. --- @@ -1603,7 +1603,7 @@ oceancdRolloutSpec.OceancdRolloutSpecStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| strategy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. | +| strategy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. | | args | typing.Union[cdktf.IResolvable, typing.List[OceancdRolloutSpecStrategyArgs]] | args block. | --- @@ -1616,7 +1616,7 @@ strategy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. --- @@ -1630,7 +1630,7 @@ args: typing.Union[IResolvable, typing.List[OceancdRolloutSpecStrategyArgs]] args block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} --- @@ -1652,8 +1652,8 @@ oceancdRolloutSpec.OceancdRolloutSpecStrategyArgs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| arg_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. | -| arg_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. | +| arg_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. | +| arg_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. | | value_from | OceancdRolloutSpecStrategyArgsValueFrom | value_from block. | --- @@ -1666,7 +1666,7 @@ arg_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. --- @@ -1678,7 +1678,7 @@ arg_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. --- @@ -1692,7 +1692,7 @@ value_from: OceancdRolloutSpecStrategyArgsValueFrom value_from block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#value_from OceancdRolloutSpec#value_from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#value_from OceancdRolloutSpec#value_from} --- @@ -1726,7 +1726,7 @@ field_ref: OceancdRolloutSpecStrategyArgsValueFromFieldRef field_ref block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} --- @@ -1746,7 +1746,7 @@ oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsValueFromFieldRef( | **Name** | **Type** | **Description** | | --- | --- | --- | -| field_path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. | +| field_path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. | --- @@ -1758,7 +1758,7 @@ field_path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. --- @@ -1787,12 +1787,12 @@ oceancdRolloutSpec.OceancdRolloutSpecTraffic( | --- | --- | --- | | alb | OceancdRolloutSpecTrafficAlb | alb block. | | ambassador | OceancdRolloutSpecTrafficAmbassador | ambassador block. | -| canary_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. | +| canary_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. | | istio | OceancdRolloutSpecTrafficIstio | istio block. | | nginx | OceancdRolloutSpecTrafficNginx | nginx block. | | ping_pong | OceancdRolloutSpecTrafficPingPong | ping_pong block. | | smi | OceancdRolloutSpecTrafficSmi | smi block. | -| stable_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. | +| stable_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. | --- @@ -1806,7 +1806,7 @@ alb: OceancdRolloutSpecTrafficAlb alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} --- @@ -1820,7 +1820,7 @@ ambassador: OceancdRolloutSpecTrafficAmbassador ambassador block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} --- @@ -1832,7 +1832,7 @@ canary_service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. --- @@ -1846,7 +1846,7 @@ istio: OceancdRolloutSpecTrafficIstio istio block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} --- @@ -1860,7 +1860,7 @@ nginx: OceancdRolloutSpecTrafficNginx nginx block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} --- @@ -1874,7 +1874,7 @@ ping_pong: OceancdRolloutSpecTrafficPingPong ping_pong block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} --- @@ -1888,7 +1888,7 @@ smi: OceancdRolloutSpecTrafficSmi smi block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} --- @@ -1900,7 +1900,7 @@ stable_service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. --- @@ -1924,10 +1924,10 @@ oceancdRolloutSpec.OceancdRolloutSpecTrafficAlb( | **Name** | **Type** | **Description** | | --- | --- | --- | -| alb_ingress | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. | -| alb_root_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. | -| service_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. | -| alb_annotation_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. | +| alb_ingress | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. | +| alb_root_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. | +| service_port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. | +| alb_annotation_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. | | stickiness_config | OceancdRolloutSpecTrafficAlbStickinessConfig | stickiness_config block. | --- @@ -1940,7 +1940,7 @@ alb_ingress: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. --- @@ -1952,7 +1952,7 @@ alb_root_service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. --- @@ -1964,7 +1964,7 @@ service_port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. --- @@ -1976,7 +1976,7 @@ alb_annotation_prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. --- @@ -1990,7 +1990,7 @@ stickiness_config: OceancdRolloutSpecTrafficAlbStickinessConfig stickiness_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} --- @@ -2011,8 +2011,8 @@ oceancdRolloutSpec.OceancdRolloutSpecTrafficAlbStickinessConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. | +| duration_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. | --- @@ -2024,7 +2024,7 @@ duration_seconds: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. --- @@ -2036,7 +2036,7 @@ enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. --- @@ -2056,7 +2056,7 @@ oceancdRolloutSpec.OceancdRolloutSpecTrafficAmbassador( | **Name** | **Type** | **Description** | | --- | --- | --- | -| mappings | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. | +| mappings | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. | --- @@ -2068,7 +2068,7 @@ mappings: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. --- @@ -2104,7 +2104,7 @@ virtual_services: typing.Union[IResolvable, typing.List[OceancdRolloutSpecTraffi virtual_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} --- @@ -2118,7 +2118,7 @@ destination_rule: OceancdRolloutSpecTrafficIstioDestinationRule destination_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} --- @@ -2140,9 +2140,9 @@ oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioDestinationRule( | **Name** | **Type** | **Description** | | --- | --- | --- | -| canary_subset_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. | -| destination_rule_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. | -| stable_subset_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. | +| canary_subset_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. | +| destination_rule_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. | +| stable_subset_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. | --- @@ -2154,7 +2154,7 @@ canary_subset_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. --- @@ -2166,7 +2166,7 @@ destination_rule_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. --- @@ -2178,7 +2178,7 @@ stable_subset_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. --- @@ -2200,9 +2200,9 @@ oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioVirtualServices( | **Name** | **Type** | **Description** | | --- | --- | --- | -| virtual_service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. | +| virtual_service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. | | tls_routes | typing.Union[cdktf.IResolvable, typing.List[OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutes]] | tls_routes block. | -| virtual_service_routes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. | +| virtual_service_routes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. | --- @@ -2214,7 +2214,7 @@ virtual_service_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. --- @@ -2228,7 +2228,7 @@ tls_routes: typing.Union[IResolvable, typing.List[OceancdRolloutSpecTrafficIstio tls_routes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#tls_routes OceancdRolloutSpec#tls_routes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#tls_routes OceancdRolloutSpec#tls_routes} --- @@ -2240,7 +2240,7 @@ virtual_service_routes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. --- @@ -2261,8 +2261,8 @@ oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. | -| sni_hosts | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. | +| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. | +| sni_hosts | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. | --- @@ -2274,7 +2274,7 @@ port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. --- @@ -2286,7 +2286,7 @@ sni_hosts: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. --- @@ -2308,9 +2308,9 @@ oceancdRolloutSpec.OceancdRolloutSpecTrafficNginx( | **Name** | **Type** | **Description** | | --- | --- | --- | -| stable_ingress | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. | +| stable_ingress | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. | | additional_ingress_annotation | OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation | additional_ingress_annotation block. | -| nginx_annotation_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. | +| nginx_annotation_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. | --- @@ -2322,7 +2322,7 @@ stable_ingress: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. --- @@ -2336,7 +2336,7 @@ additional_ingress_annotation: OceancdRolloutSpecTrafficNginxAdditionalIngressAn additional_ingress_annotation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} --- @@ -2348,7 +2348,7 @@ nginx_annotation_prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. --- @@ -2369,8 +2369,8 @@ oceancdRolloutSpec.OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation( | **Name** | **Type** | **Description** | | --- | --- | --- | -| canary_by_header | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. | -| key1 | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. | +| canary_by_header | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. | +| key1 | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. | --- @@ -2382,7 +2382,7 @@ canary_by_header: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. --- @@ -2394,7 +2394,7 @@ key1: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. --- @@ -2415,8 +2415,8 @@ oceancdRolloutSpec.OceancdRolloutSpecTrafficPingPong( | **Name** | **Type** | **Description** | | --- | --- | --- | -| ping_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. | -| pong_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. | +| ping_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. | +| pong_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. | --- @@ -2428,7 +2428,7 @@ ping_service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. --- @@ -2440,7 +2440,7 @@ pong_service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. --- @@ -2461,8 +2461,8 @@ oceancdRolloutSpec.OceancdRolloutSpecTrafficSmi( | **Name** | **Type** | **Description** | | --- | --- | --- | -| smi_root_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. | -| traffic_split_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. | +| smi_root_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. | +| traffic_split_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. | --- @@ -2474,7 +2474,7 @@ smi_root_service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. --- @@ -2486,7 +2486,7 @@ traffic_split_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. --- @@ -4135,7 +4135,7 @@ def put_value_from( field_ref block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} --- @@ -4800,7 +4800,7 @@ def put_field_ref( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. --- @@ -5456,7 +5456,7 @@ def put_stickiness_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. --- @@ -5464,7 +5464,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. --- @@ -6849,7 +6849,7 @@ def put_destination_rule( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. --- @@ -6857,7 +6857,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. --- @@ -6865,7 +6865,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. --- @@ -8636,7 +8636,7 @@ def put_additional_ingress_annotation( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. --- @@ -8644,7 +8644,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. --- @@ -9030,7 +9030,7 @@ def put_alb( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. --- @@ -9038,7 +9038,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. --- @@ -9046,7 +9046,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. --- @@ -9054,7 +9054,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. --- @@ -9064,7 +9064,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti stickiness_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} --- @@ -9080,7 +9080,7 @@ def put_ambassador( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. --- @@ -9099,7 +9099,7 @@ def put_istio( virtual_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} --- @@ -9109,7 +9109,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti destination_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} --- @@ -9127,7 +9127,7 @@ def put_nginx( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. --- @@ -9137,7 +9137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti additional_ingress_annotation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} --- @@ -9145,7 +9145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. --- @@ -9162,7 +9162,7 @@ def put_ping_pong( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. --- @@ -9170,7 +9170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. --- @@ -9187,7 +9187,7 @@ def put_smi( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. --- @@ -9195,7 +9195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. --- diff --git a/docs/oceancdRolloutSpec.typescript.md b/docs/oceancdRolloutSpec.typescript.md index 92b53df8..74176801 100644 --- a/docs/oceancdRolloutSpec.typescript.md +++ b/docs/oceancdRolloutSpec.typescript.md @@ -4,7 +4,7 @@ ### OceancdRolloutSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec}. #### Initializers @@ -567,7 +567,7 @@ The construct id used in the generated config for the OceancdRolloutSpec to impo The id of the existing OceancdRolloutSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#import import section} in the documentation of this resource for the id to use --- @@ -937,10 +937,10 @@ const oceancdRolloutSpecConfig: oceancdRolloutSpec.OceancdRolloutSpecConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| rolloutSpecName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | +| rolloutSpecName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. | | strategy | OceancdRolloutSpecStrategy | strategy block. | | failurePolicy | OceancdRolloutSpecFailurePolicy | failure_policy block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. | | spotDeployment | OceancdRolloutSpecSpotDeployment | spot_deployment block. | | spotDeployments | cdktf.IResolvable \| OceancdRolloutSpecSpotDeployments[] | spot_deployments block. | | traffic | OceancdRolloutSpecTraffic | traffic block. | @@ -1025,7 +1025,7 @@ public readonly rolloutSpecName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name}. --- @@ -1039,7 +1039,7 @@ public readonly strategy: OceancdRolloutSpecStrategy; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} --- @@ -1053,7 +1053,7 @@ public readonly failurePolicy: OceancdRolloutSpecFailurePolicy; failure_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} --- @@ -1065,7 +1065,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1082,7 +1082,7 @@ public readonly spotDeployment: OceancdRolloutSpecSpotDeployment; spot_deployment block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} --- @@ -1096,7 +1096,7 @@ public readonly spotDeployments: IResolvable | OceancdRolloutSpecSpotDeployments spot_deployments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} --- @@ -1110,7 +1110,7 @@ public readonly traffic: OceancdRolloutSpecTraffic; traffic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} --- @@ -1128,7 +1128,7 @@ const oceancdRolloutSpecFailurePolicy: oceancdRolloutSpec.OceancdRolloutSpecFail | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. | +| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. | --- @@ -1140,7 +1140,7 @@ public readonly action: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action}. --- @@ -1158,9 +1158,9 @@ const oceancdRolloutSpecSpotDeployment: oceancdRolloutSpec.OceancdRolloutSpecSpo | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotDeploymentClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. | -| spotDeploymentName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. | -| spotDeploymentNamespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. | +| spotDeploymentClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. | +| spotDeploymentName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. | +| spotDeploymentNamespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. | --- @@ -1172,7 +1172,7 @@ public readonly spotDeploymentClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id}. --- @@ -1184,7 +1184,7 @@ public readonly spotDeploymentName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name}. --- @@ -1196,7 +1196,7 @@ public readonly spotDeploymentNamespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace}. --- @@ -1214,9 +1214,9 @@ const oceancdRolloutSpecSpotDeployments: oceancdRolloutSpec.OceancdRolloutSpecSp | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotDeploymentsClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. | -| spotDeploymentsName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. | -| spotDeploymentsNamespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. | +| spotDeploymentsClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. | +| spotDeploymentsName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. | +| spotDeploymentsNamespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. | --- @@ -1228,7 +1228,7 @@ public readonly spotDeploymentsClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id}. --- @@ -1240,7 +1240,7 @@ public readonly spotDeploymentsName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name}. --- @@ -1252,7 +1252,7 @@ public readonly spotDeploymentsNamespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace}. --- @@ -1270,7 +1270,7 @@ const oceancdRolloutSpecStrategy: oceancdRolloutSpec.OceancdRolloutSpecStrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| strategyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. | +| strategyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. | | args | cdktf.IResolvable \| OceancdRolloutSpecStrategyArgs[] | args block. | --- @@ -1283,7 +1283,7 @@ public readonly strategyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name}. --- @@ -1297,7 +1297,7 @@ public readonly args: IResolvable | OceancdRolloutSpecStrategyArgs[]; args block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} --- @@ -1315,8 +1315,8 @@ const oceancdRolloutSpecStrategyArgs: oceancdRolloutSpec.OceancdRolloutSpecStrat | **Name** | **Type** | **Description** | | --- | --- | --- | -| argName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. | -| argValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. | +| argName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. | +| argValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. | | valueFrom | OceancdRolloutSpecStrategyArgsValueFrom | value_from block. | --- @@ -1329,7 +1329,7 @@ public readonly argName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name}. --- @@ -1341,7 +1341,7 @@ public readonly argValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value}. --- @@ -1355,7 +1355,7 @@ public readonly valueFrom: OceancdRolloutSpecStrategyArgsValueFrom; value_from block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#value_from OceancdRolloutSpec#value_from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#value_from OceancdRolloutSpec#value_from} --- @@ -1387,7 +1387,7 @@ public readonly fieldRef: OceancdRolloutSpecStrategyArgsValueFromFieldRef; field_ref block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} --- @@ -1405,7 +1405,7 @@ const oceancdRolloutSpecStrategyArgsValueFromFieldRef: oceancdRolloutSpec.Oceanc | **Name** | **Type** | **Description** | | --- | --- | --- | -| fieldPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. | +| fieldPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. | --- @@ -1417,7 +1417,7 @@ public readonly fieldPath: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path}. --- @@ -1437,12 +1437,12 @@ const oceancdRolloutSpecTraffic: oceancdRolloutSpec.OceancdRolloutSpecTraffic = | --- | --- | --- | | alb | OceancdRolloutSpecTrafficAlb | alb block. | | ambassador | OceancdRolloutSpecTrafficAmbassador | ambassador block. | -| canaryService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. | +| canaryService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. | | istio | OceancdRolloutSpecTrafficIstio | istio block. | | nginx | OceancdRolloutSpecTrafficNginx | nginx block. | | pingPong | OceancdRolloutSpecTrafficPingPong | ping_pong block. | | smi | OceancdRolloutSpecTrafficSmi | smi block. | -| stableService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. | +| stableService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. | --- @@ -1456,7 +1456,7 @@ public readonly alb: OceancdRolloutSpecTrafficAlb; alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} --- @@ -1470,7 +1470,7 @@ public readonly ambassador: OceancdRolloutSpecTrafficAmbassador; ambassador block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} --- @@ -1482,7 +1482,7 @@ public readonly canaryService: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service}. --- @@ -1496,7 +1496,7 @@ public readonly istio: OceancdRolloutSpecTrafficIstio; istio block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} --- @@ -1510,7 +1510,7 @@ public readonly nginx: OceancdRolloutSpecTrafficNginx; nginx block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} --- @@ -1524,7 +1524,7 @@ public readonly pingPong: OceancdRolloutSpecTrafficPingPong; ping_pong block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} --- @@ -1538,7 +1538,7 @@ public readonly smi: OceancdRolloutSpecTrafficSmi; smi block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} --- @@ -1550,7 +1550,7 @@ public readonly stableService: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service}. --- @@ -1568,10 +1568,10 @@ const oceancdRolloutSpecTrafficAlb: oceancdRolloutSpec.OceancdRolloutSpecTraffic | **Name** | **Type** | **Description** | | --- | --- | --- | -| albIngress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. | -| albRootService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. | -| servicePort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. | -| albAnnotationPrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. | +| albIngress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. | +| albRootService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. | +| servicePort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. | +| albAnnotationPrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. | | stickinessConfig | OceancdRolloutSpecTrafficAlbStickinessConfig | stickiness_config block. | --- @@ -1584,7 +1584,7 @@ public readonly albIngress: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress}. --- @@ -1596,7 +1596,7 @@ public readonly albRootService: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service}. --- @@ -1608,7 +1608,7 @@ public readonly servicePort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port}. --- @@ -1620,7 +1620,7 @@ public readonly albAnnotationPrefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix}. --- @@ -1634,7 +1634,7 @@ public readonly stickinessConfig: OceancdRolloutSpecTrafficAlbStickinessConfig; stickiness_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} --- @@ -1652,8 +1652,8 @@ const oceancdRolloutSpecTrafficAlbStickinessConfig: oceancdRolloutSpec.OceancdRo | **Name** | **Type** | **Description** | | --- | --- | --- | -| durationSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. | -| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. | +| durationSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. | +| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. | --- @@ -1665,7 +1665,7 @@ public readonly durationSeconds: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds}. --- @@ -1677,7 +1677,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled}. --- @@ -1695,7 +1695,7 @@ const oceancdRolloutSpecTrafficAmbassador: oceancdRolloutSpec.OceancdRolloutSpec | **Name** | **Type** | **Description** | | --- | --- | --- | -| mappings | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. | +| mappings | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. | --- @@ -1707,7 +1707,7 @@ public readonly mappings: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings}. --- @@ -1740,7 +1740,7 @@ public readonly virtualServices: IResolvable | OceancdRolloutSpecTrafficIstioVir virtual_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} --- @@ -1754,7 +1754,7 @@ public readonly destinationRule: OceancdRolloutSpecTrafficIstioDestinationRule; destination_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} --- @@ -1772,9 +1772,9 @@ const oceancdRolloutSpecTrafficIstioDestinationRule: oceancdRolloutSpec.OceancdR | **Name** | **Type** | **Description** | | --- | --- | --- | -| canarySubsetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. | -| destinationRuleName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. | -| stableSubsetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. | +| canarySubsetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. | +| destinationRuleName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. | +| stableSubsetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. | --- @@ -1786,7 +1786,7 @@ public readonly canarySubsetName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name}. --- @@ -1798,7 +1798,7 @@ public readonly destinationRuleName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name}. --- @@ -1810,7 +1810,7 @@ public readonly stableSubsetName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name}. --- @@ -1828,9 +1828,9 @@ const oceancdRolloutSpecTrafficIstioVirtualServices: oceancdRolloutSpec.OceancdR | **Name** | **Type** | **Description** | | --- | --- | --- | -| virtualServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. | +| virtualServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. | | tlsRoutes | cdktf.IResolvable \| OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutes[] | tls_routes block. | -| virtualServiceRoutes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. | +| virtualServiceRoutes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. | --- @@ -1842,7 +1842,7 @@ public readonly virtualServiceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name}. --- @@ -1856,7 +1856,7 @@ public readonly tlsRoutes: IResolvable | OceancdRolloutSpecTrafficIstioVirtualSe tls_routes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#tls_routes OceancdRolloutSpec#tls_routes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#tls_routes OceancdRolloutSpec#tls_routes} --- @@ -1868,7 +1868,7 @@ public readonly virtualServiceRoutes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes}. --- @@ -1886,8 +1886,8 @@ const oceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutes: oceancdRolloutSpec | **Name** | **Type** | **Description** | | --- | --- | --- | -| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. | -| sniHosts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. | +| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. | +| sniHosts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. | --- @@ -1899,7 +1899,7 @@ public readonly port: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port}. --- @@ -1911,7 +1911,7 @@ public readonly sniHosts: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts}. --- @@ -1929,9 +1929,9 @@ const oceancdRolloutSpecTrafficNginx: oceancdRolloutSpec.OceancdRolloutSpecTraff | **Name** | **Type** | **Description** | | --- | --- | --- | -| stableIngress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. | +| stableIngress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. | | additionalIngressAnnotation | OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation | additional_ingress_annotation block. | -| nginxAnnotationPrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. | +| nginxAnnotationPrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. | --- @@ -1943,7 +1943,7 @@ public readonly stableIngress: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress}. --- @@ -1957,7 +1957,7 @@ public readonly additionalIngressAnnotation: OceancdRolloutSpecTrafficNginxAddit additional_ingress_annotation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} --- @@ -1969,7 +1969,7 @@ public readonly nginxAnnotationPrefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix}. --- @@ -1987,8 +1987,8 @@ const oceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation: oceancdRolloutS | **Name** | **Type** | **Description** | | --- | --- | --- | -| canaryByHeader | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. | -| key1 | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. | +| canaryByHeader | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. | +| key1 | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. | --- @@ -2000,7 +2000,7 @@ public readonly canaryByHeader: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header}. --- @@ -2012,7 +2012,7 @@ public readonly key1: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1}. --- @@ -2030,8 +2030,8 @@ const oceancdRolloutSpecTrafficPingPong: oceancdRolloutSpec.OceancdRolloutSpecTr | **Name** | **Type** | **Description** | | --- | --- | --- | -| pingService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. | -| pongService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. | +| pingService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. | +| pongService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. | --- @@ -2043,7 +2043,7 @@ public readonly pingService: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service}. --- @@ -2055,7 +2055,7 @@ public readonly pongService: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service}. --- @@ -2073,8 +2073,8 @@ const oceancdRolloutSpecTrafficSmi: oceancdRolloutSpec.OceancdRolloutSpecTraffic | **Name** | **Type** | **Description** | | --- | --- | --- | -| smiRootService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. | -| trafficSplitName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. | +| smiRootService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. | +| trafficSplitName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. | --- @@ -2086,7 +2086,7 @@ public readonly smiRootService: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service}. --- @@ -2098,7 +2098,7 @@ public readonly trafficSplitName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name}. --- diff --git a/docs/oceancdStrategy.csharp.md b/docs/oceancdStrategy.csharp.md index 189344d7..ffde505e 100644 --- a/docs/oceancdStrategy.csharp.md +++ b/docs/oceancdStrategy.csharp.md @@ -4,7 +4,7 @@ ### OceancdStrategy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy}. #### Initializers @@ -514,7 +514,7 @@ The construct id used in the generated config for the OceancdStrategy to import. The id of the existing OceancdStrategy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#import import section} in the documentation of this resource for the id to use --- @@ -829,7 +829,7 @@ public object Steps { get; set; } steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} --- @@ -843,7 +843,7 @@ public OceancdStrategyCanaryBackgroundVerification BackgroundVerification { get; background_verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} --- @@ -863,7 +863,7 @@ new OceancdStrategyCanaryBackgroundVerification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TemplateNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| TemplateNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -875,7 +875,7 @@ public string[] TemplateNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- @@ -903,8 +903,8 @@ new OceancdStrategyCanarySteps { | Pause | OceancdStrategyCanaryStepsPause | pause block. | | SetCanaryScale | OceancdStrategyCanaryStepsSetCanaryScale | set_canary_scale block. | | SetHeaderRoute | OceancdStrategyCanaryStepsSetHeaderRoute | set_header_route block. | -| SetWeight | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. | -| StepName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. | +| SetWeight | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. | +| StepName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. | | Verification | OceancdStrategyCanaryStepsVerification | verification block. | --- @@ -919,7 +919,7 @@ public OceancdStrategyCanaryStepsPause Pause { get; set; } pause block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} --- @@ -933,7 +933,7 @@ public OceancdStrategyCanaryStepsSetCanaryScale SetCanaryScale { get; set; } set_canary_scale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_canary_scale OceancdStrategy#set_canary_scale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_canary_scale OceancdStrategy#set_canary_scale} --- @@ -947,7 +947,7 @@ public OceancdStrategyCanaryStepsSetHeaderRoute SetHeaderRoute { get; set; } set_header_route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_header_route OceancdStrategy#set_header_route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_header_route OceancdStrategy#set_header_route} --- @@ -959,7 +959,7 @@ public double SetWeight { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. --- @@ -971,7 +971,7 @@ public string StepName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. --- @@ -985,7 +985,7 @@ public OceancdStrategyCanaryStepsVerification Verification { get; set; } verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} --- @@ -1005,7 +1005,7 @@ new OceancdStrategyCanaryStepsPause { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | +| Duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | --- @@ -1017,7 +1017,7 @@ public string Duration { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. --- @@ -1039,9 +1039,9 @@ new OceancdStrategyCanaryStepsSetCanaryScale { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MatchTrafficWeight | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. | -| Replicas | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. | -| Weight | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. | +| MatchTrafficWeight | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. | +| Replicas | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. | +| Weight | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. | --- @@ -1053,7 +1053,7 @@ public object MatchTrafficWeight { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. --- @@ -1065,7 +1065,7 @@ public double Replicas { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. --- @@ -1077,7 +1077,7 @@ public double Weight { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. --- @@ -1098,7 +1098,7 @@ new OceancdStrategyCanaryStepsSetHeaderRoute { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HeaderRouteName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. | +| HeaderRouteName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. | | Match | object | match block. | --- @@ -1111,7 +1111,7 @@ public string HeaderRouteName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. --- @@ -1125,7 +1125,7 @@ public object Match { get; set; } match block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} --- @@ -1146,7 +1146,7 @@ new OceancdStrategyCanaryStepsSetHeaderRouteMatch { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HeaderName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. | +| HeaderName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. | | HeaderValue | OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue | header_value block. | --- @@ -1159,7 +1159,7 @@ public string HeaderName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. --- @@ -1173,7 +1173,7 @@ public OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue HeaderValue { ge header_value block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_value OceancdStrategy#header_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_value OceancdStrategy#header_value} --- @@ -1195,9 +1195,9 @@ new OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Exact | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. | -| Prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. | -| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. | +| Exact | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. | +| Prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. | +| Regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. | --- @@ -1209,7 +1209,7 @@ public string Exact { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. --- @@ -1221,7 +1221,7 @@ public string Prefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. --- @@ -1233,7 +1233,7 @@ public string Regex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. --- @@ -1253,7 +1253,7 @@ new OceancdStrategyCanaryStepsVerification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TemplateNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| TemplateNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -1265,7 +1265,7 @@ public string[] TemplateNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- @@ -1302,9 +1302,9 @@ new OceancdStrategyConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| StrategyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | +| StrategyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | | Canary | OceancdStrategyCanary | canary block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | | Rolling | OceancdStrategyRolling | rolling block. | --- @@ -1387,7 +1387,7 @@ public string StrategyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. --- @@ -1401,7 +1401,7 @@ public OceancdStrategyCanary Canary { get; set; } canary block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} --- @@ -1413,7 +1413,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1430,7 +1430,7 @@ public OceancdStrategyRolling Rolling { get; set; } rolling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} --- @@ -1464,7 +1464,7 @@ public object Steps { get; set; } steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} --- @@ -1487,7 +1487,7 @@ new OceancdStrategyRollingSteps { | **Name** | **Type** | **Description** | | --- | --- | --- | | Pause | OceancdStrategyRollingStepsPause | pause block. | -| StepsName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. | +| StepsName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. | | Verification | OceancdStrategyRollingStepsVerification | verification block. | --- @@ -1502,7 +1502,7 @@ public OceancdStrategyRollingStepsPause Pause { get; set; } pause block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} --- @@ -1514,7 +1514,7 @@ public string StepsName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. --- @@ -1528,7 +1528,7 @@ public OceancdStrategyRollingStepsVerification Verification { get; set; } verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} --- @@ -1548,7 +1548,7 @@ new OceancdStrategyRollingStepsPause { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | +| Duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | --- @@ -1560,7 +1560,7 @@ public string Duration { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. --- @@ -1580,7 +1580,7 @@ new OceancdStrategyRollingStepsVerification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TemplateNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| TemplateNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -1592,7 +1592,7 @@ public string[] TemplateNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- diff --git a/docs/oceancdStrategy.go.md b/docs/oceancdStrategy.go.md index b9c644de..5d69fb29 100644 --- a/docs/oceancdStrategy.go.md +++ b/docs/oceancdStrategy.go.md @@ -4,7 +4,7 @@ ### OceancdStrategy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy}. #### Initializers @@ -514,7 +514,7 @@ The construct id used in the generated config for the OceancdStrategy to import. The id of the existing OceancdStrategy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#import import section} in the documentation of this resource for the id to use --- @@ -829,7 +829,7 @@ Steps interface{} steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} --- @@ -843,7 +843,7 @@ BackgroundVerification OceancdStrategyCanaryBackgroundVerification background_verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} --- @@ -863,7 +863,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| TemplateNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| TemplateNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -875,7 +875,7 @@ TemplateNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- @@ -903,8 +903,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy | Pause | OceancdStrategyCanaryStepsPause | pause block. | | SetCanaryScale | OceancdStrategyCanaryStepsSetCanaryScale | set_canary_scale block. | | SetHeaderRoute | OceancdStrategyCanaryStepsSetHeaderRoute | set_header_route block. | -| SetWeight | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. | -| StepName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. | +| SetWeight | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. | +| StepName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. | | Verification | OceancdStrategyCanaryStepsVerification | verification block. | --- @@ -919,7 +919,7 @@ Pause OceancdStrategyCanaryStepsPause pause block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} --- @@ -933,7 +933,7 @@ SetCanaryScale OceancdStrategyCanaryStepsSetCanaryScale set_canary_scale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_canary_scale OceancdStrategy#set_canary_scale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_canary_scale OceancdStrategy#set_canary_scale} --- @@ -947,7 +947,7 @@ SetHeaderRoute OceancdStrategyCanaryStepsSetHeaderRoute set_header_route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_header_route OceancdStrategy#set_header_route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_header_route OceancdStrategy#set_header_route} --- @@ -959,7 +959,7 @@ SetWeight *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. --- @@ -971,7 +971,7 @@ StepName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. --- @@ -985,7 +985,7 @@ Verification OceancdStrategyCanaryStepsVerification verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} --- @@ -1005,7 +1005,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| Duration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | +| Duration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | --- @@ -1017,7 +1017,7 @@ Duration *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. --- @@ -1039,9 +1039,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| MatchTrafficWeight | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. | -| Replicas | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. | -| Weight | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. | +| MatchTrafficWeight | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. | +| Replicas | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. | +| Weight | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. | --- @@ -1053,7 +1053,7 @@ MatchTrafficWeight interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. --- @@ -1065,7 +1065,7 @@ Replicas *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. --- @@ -1077,7 +1077,7 @@ Weight *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. --- @@ -1098,7 +1098,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| HeaderRouteName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. | +| HeaderRouteName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. | | Match | interface{} | match block. | --- @@ -1111,7 +1111,7 @@ HeaderRouteName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. --- @@ -1125,7 +1125,7 @@ Match interface{} match block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} --- @@ -1146,7 +1146,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| HeaderName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. | +| HeaderName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. | | HeaderValue | OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue | header_value block. | --- @@ -1159,7 +1159,7 @@ HeaderName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. --- @@ -1173,7 +1173,7 @@ HeaderValue OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue header_value block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_value OceancdStrategy#header_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_value OceancdStrategy#header_value} --- @@ -1195,9 +1195,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| Exact | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. | -| Prefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. | -| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. | +| Exact | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. | +| Prefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. | +| Regex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. | --- @@ -1209,7 +1209,7 @@ Exact *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. --- @@ -1221,7 +1221,7 @@ Prefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. --- @@ -1233,7 +1233,7 @@ Regex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. --- @@ -1253,7 +1253,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| TemplateNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| TemplateNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -1265,7 +1265,7 @@ TemplateNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- @@ -1302,9 +1302,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| StrategyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | +| StrategyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | | Canary | OceancdStrategyCanary | canary block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | | Rolling | OceancdStrategyRolling | rolling block. | --- @@ -1387,7 +1387,7 @@ StrategyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. --- @@ -1401,7 +1401,7 @@ Canary OceancdStrategyCanary canary block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} --- @@ -1413,7 +1413,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1430,7 +1430,7 @@ Rolling OceancdStrategyRolling rolling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} --- @@ -1464,7 +1464,7 @@ Steps interface{} steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} --- @@ -1487,7 +1487,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy | **Name** | **Type** | **Description** | | --- | --- | --- | | Pause | OceancdStrategyRollingStepsPause | pause block. | -| StepsName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. | +| StepsName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. | | Verification | OceancdStrategyRollingStepsVerification | verification block. | --- @@ -1502,7 +1502,7 @@ Pause OceancdStrategyRollingStepsPause pause block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} --- @@ -1514,7 +1514,7 @@ StepsName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. --- @@ -1528,7 +1528,7 @@ Verification OceancdStrategyRollingStepsVerification verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} --- @@ -1548,7 +1548,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| Duration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | +| Duration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | --- @@ -1560,7 +1560,7 @@ Duration *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. --- @@ -1580,7 +1580,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| TemplateNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| TemplateNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -1592,7 +1592,7 @@ TemplateNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- diff --git a/docs/oceancdStrategy.java.md b/docs/oceancdStrategy.java.md index 0dd71713..5f81c76c 100644 --- a/docs/oceancdStrategy.java.md +++ b/docs/oceancdStrategy.java.md @@ -4,7 +4,7 @@ ### OceancdStrategy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy}. #### Initializers @@ -41,9 +41,9 @@ OceancdStrategy.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| strategyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | +| strategyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | | canary | OceancdStrategyCanary | canary block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | | rolling | OceancdStrategyRolling | rolling block. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti canary block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -143,7 +143,7 @@ If you experience problems setting this value it might not be settable. Please t rolling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} --- @@ -617,7 +617,7 @@ The construct id used in the generated config for the OceancdStrategy to import. The id of the existing OceancdStrategy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#import import section} in the documentation of this resource for the id to use --- @@ -933,7 +933,7 @@ public java.lang.Object getSteps(); steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} --- @@ -947,7 +947,7 @@ public OceancdStrategyCanaryBackgroundVerification getBackgroundVerification(); background_verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} --- @@ -967,7 +967,7 @@ OceancdStrategyCanaryBackgroundVerification.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| templateNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| templateNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -979,7 +979,7 @@ public java.util.List getTemplateNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- @@ -1007,8 +1007,8 @@ OceancdStrategyCanarySteps.builder() | pause | OceancdStrategyCanaryStepsPause | pause block. | | setCanaryScale | OceancdStrategyCanaryStepsSetCanaryScale | set_canary_scale block. | | setHeaderRoute | OceancdStrategyCanaryStepsSetHeaderRoute | set_header_route block. | -| setWeight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. | -| stepName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. | +| setWeight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. | +| stepName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. | | verification | OceancdStrategyCanaryStepsVerification | verification block. | --- @@ -1023,7 +1023,7 @@ public OceancdStrategyCanaryStepsPause getPause(); pause block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} --- @@ -1037,7 +1037,7 @@ public OceancdStrategyCanaryStepsSetCanaryScale getSetCanaryScale(); set_canary_scale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_canary_scale OceancdStrategy#set_canary_scale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_canary_scale OceancdStrategy#set_canary_scale} --- @@ -1051,7 +1051,7 @@ public OceancdStrategyCanaryStepsSetHeaderRoute getSetHeaderRoute(); set_header_route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_header_route OceancdStrategy#set_header_route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_header_route OceancdStrategy#set_header_route} --- @@ -1063,7 +1063,7 @@ public java.lang.Number getSetWeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. --- @@ -1075,7 +1075,7 @@ public java.lang.String getStepName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. --- @@ -1089,7 +1089,7 @@ public OceancdStrategyCanaryStepsVerification getVerification(); verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} --- @@ -1109,7 +1109,7 @@ OceancdStrategyCanaryStepsPause.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | +| duration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | --- @@ -1121,7 +1121,7 @@ public java.lang.String getDuration(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. --- @@ -1144,9 +1144,9 @@ OceancdStrategyCanaryStepsSetCanaryScale.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| matchTrafficWeight | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. | -| replicas | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. | -| weight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. | +| matchTrafficWeight | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. | +| replicas | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. | +| weight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. | --- @@ -1158,7 +1158,7 @@ public java.lang.Object getMatchTrafficWeight(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. --- @@ -1170,7 +1170,7 @@ public java.lang.Number getReplicas(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. --- @@ -1182,7 +1182,7 @@ public java.lang.Number getWeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. --- @@ -1204,7 +1204,7 @@ OceancdStrategyCanaryStepsSetHeaderRoute.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| headerRouteName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. | +| headerRouteName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. | | match | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdStrategyCanaryStepsSetHeaderRouteMatch> | match block. | --- @@ -1217,7 +1217,7 @@ public java.lang.String getHeaderRouteName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. --- @@ -1231,7 +1231,7 @@ public java.lang.Object getMatch(); match block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} --- @@ -1252,7 +1252,7 @@ OceancdStrategyCanaryStepsSetHeaderRouteMatch.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| headerName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. | +| headerName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. | | headerValue | OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue | header_value block. | --- @@ -1265,7 +1265,7 @@ public java.lang.String getHeaderName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. --- @@ -1279,7 +1279,7 @@ public OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue getHeaderValue() header_value block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_value OceancdStrategy#header_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_value OceancdStrategy#header_value} --- @@ -1301,9 +1301,9 @@ OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| exact | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. | -| prefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. | -| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. | +| exact | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. | +| prefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. | +| regex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. | --- @@ -1315,7 +1315,7 @@ public java.lang.String getExact(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. --- @@ -1327,7 +1327,7 @@ public java.lang.String getPrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. --- @@ -1339,7 +1339,7 @@ public java.lang.String getRegex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. --- @@ -1359,7 +1359,7 @@ OceancdStrategyCanaryStepsVerification.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| templateNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| templateNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -1371,7 +1371,7 @@ public java.util.List getTemplateNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- @@ -1412,9 +1412,9 @@ OceancdStrategyConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| strategyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | +| strategyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | | canary | OceancdStrategyCanary | canary block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | | rolling | OceancdStrategyRolling | rolling block. | --- @@ -1497,7 +1497,7 @@ public java.lang.String getStrategyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. --- @@ -1511,7 +1511,7 @@ public OceancdStrategyCanary getCanary(); canary block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} --- @@ -1523,7 +1523,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1540,7 +1540,7 @@ public OceancdStrategyRolling getRolling(); rolling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} --- @@ -1575,7 +1575,7 @@ public java.lang.Object getSteps(); steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} --- @@ -1598,7 +1598,7 @@ OceancdStrategyRollingSteps.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | pause | OceancdStrategyRollingStepsPause | pause block. | -| stepsName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. | +| stepsName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. | | verification | OceancdStrategyRollingStepsVerification | verification block. | --- @@ -1613,7 +1613,7 @@ public OceancdStrategyRollingStepsPause getPause(); pause block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} --- @@ -1625,7 +1625,7 @@ public java.lang.String getStepsName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. --- @@ -1639,7 +1639,7 @@ public OceancdStrategyRollingStepsVerification getVerification(); verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} --- @@ -1659,7 +1659,7 @@ OceancdStrategyRollingStepsPause.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | +| duration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | --- @@ -1671,7 +1671,7 @@ public java.lang.String getDuration(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. --- @@ -1691,7 +1691,7 @@ OceancdStrategyRollingStepsVerification.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| templateNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| templateNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -1703,7 +1703,7 @@ public java.util.List getTemplateNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- diff --git a/docs/oceancdStrategy.python.md b/docs/oceancdStrategy.python.md index 5080b620..c094666a 100644 --- a/docs/oceancdStrategy.python.md +++ b/docs/oceancdStrategy.python.md @@ -4,7 +4,7 @@ ### OceancdStrategy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy}. #### Initializers @@ -39,9 +39,9 @@ oceancdStrategy.OceancdStrategy( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| strategy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | +| strategy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | | canary | OceancdStrategyCanary | canary block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | | rolling | OceancdStrategyRolling | rolling block. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti canary block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -141,7 +141,7 @@ If you experience problems setting this value it might not be settable. Please t rolling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} --- @@ -520,7 +520,7 @@ def put_canary( steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} --- @@ -530,7 +530,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti background_verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} --- @@ -548,7 +548,7 @@ def put_rolling( steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} --- @@ -684,7 +684,7 @@ The construct id used in the generated config for the OceancdStrategy to import. The id of the existing OceancdStrategy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#import import section} in the documentation of this resource for the id to use --- @@ -999,7 +999,7 @@ steps: typing.Union[IResolvable, typing.List[OceancdStrategyCanarySteps]] steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} --- @@ -1013,7 +1013,7 @@ background_verification: OceancdStrategyCanaryBackgroundVerification background_verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} --- @@ -1033,7 +1033,7 @@ oceancdStrategy.OceancdStrategyCanaryBackgroundVerification( | **Name** | **Type** | **Description** | | --- | --- | --- | -| template_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| template_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -1045,7 +1045,7 @@ template_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- @@ -1073,8 +1073,8 @@ oceancdStrategy.OceancdStrategyCanarySteps( | pause | OceancdStrategyCanaryStepsPause | pause block. | | set_canary_scale | OceancdStrategyCanaryStepsSetCanaryScale | set_canary_scale block. | | set_header_route | OceancdStrategyCanaryStepsSetHeaderRoute | set_header_route block. | -| set_weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. | -| step_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. | +| set_weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. | +| step_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. | | verification | OceancdStrategyCanaryStepsVerification | verification block. | --- @@ -1089,7 +1089,7 @@ pause: OceancdStrategyCanaryStepsPause pause block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} --- @@ -1103,7 +1103,7 @@ set_canary_scale: OceancdStrategyCanaryStepsSetCanaryScale set_canary_scale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_canary_scale OceancdStrategy#set_canary_scale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_canary_scale OceancdStrategy#set_canary_scale} --- @@ -1117,7 +1117,7 @@ set_header_route: OceancdStrategyCanaryStepsSetHeaderRoute set_header_route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_header_route OceancdStrategy#set_header_route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_header_route OceancdStrategy#set_header_route} --- @@ -1129,7 +1129,7 @@ set_weight: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. --- @@ -1141,7 +1141,7 @@ step_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. --- @@ -1155,7 +1155,7 @@ verification: OceancdStrategyCanaryStepsVerification verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} --- @@ -1175,7 +1175,7 @@ oceancdStrategy.OceancdStrategyCanaryStepsPause( | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | +| duration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | --- @@ -1187,7 +1187,7 @@ duration: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. --- @@ -1209,9 +1209,9 @@ oceancdStrategy.OceancdStrategyCanaryStepsSetCanaryScale( | **Name** | **Type** | **Description** | | --- | --- | --- | -| match_traffic_weight | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. | -| replicas | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. | -| weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. | +| match_traffic_weight | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. | +| replicas | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. | +| weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. | --- @@ -1223,7 +1223,7 @@ match_traffic_weight: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. --- @@ -1235,7 +1235,7 @@ replicas: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. --- @@ -1247,7 +1247,7 @@ weight: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. --- @@ -1268,7 +1268,7 @@ oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRoute( | **Name** | **Type** | **Description** | | --- | --- | --- | -| header_route_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. | +| header_route_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. | | match | typing.Union[cdktf.IResolvable, typing.List[OceancdStrategyCanaryStepsSetHeaderRouteMatch]] | match block. | --- @@ -1281,7 +1281,7 @@ header_route_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. --- @@ -1295,7 +1295,7 @@ match: typing.Union[IResolvable, typing.List[OceancdStrategyCanaryStepsSetHeader match block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} --- @@ -1316,7 +1316,7 @@ oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatch( | **Name** | **Type** | **Description** | | --- | --- | --- | -| header_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. | +| header_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. | | header_value | OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue | header_value block. | --- @@ -1329,7 +1329,7 @@ header_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. --- @@ -1343,7 +1343,7 @@ header_value: OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue header_value block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_value OceancdStrategy#header_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_value OceancdStrategy#header_value} --- @@ -1365,9 +1365,9 @@ oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue( | **Name** | **Type** | **Description** | | --- | --- | --- | -| exact | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. | -| prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. | -| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. | +| exact | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. | +| prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. | +| regex | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. | --- @@ -1379,7 +1379,7 @@ exact: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. --- @@ -1391,7 +1391,7 @@ prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. --- @@ -1403,7 +1403,7 @@ regex: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. --- @@ -1423,7 +1423,7 @@ oceancdStrategy.OceancdStrategyCanaryStepsVerification( | **Name** | **Type** | **Description** | | --- | --- | --- | -| template_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| template_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -1435,7 +1435,7 @@ template_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- @@ -1472,9 +1472,9 @@ oceancdStrategy.OceancdStrategyConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| strategy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | +| strategy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | | canary | OceancdStrategyCanary | canary block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | | rolling | OceancdStrategyRolling | rolling block. | --- @@ -1557,7 +1557,7 @@ strategy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. --- @@ -1571,7 +1571,7 @@ canary: OceancdStrategyCanary canary block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} --- @@ -1583,7 +1583,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1600,7 +1600,7 @@ rolling: OceancdStrategyRolling rolling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} --- @@ -1634,7 +1634,7 @@ steps: typing.Union[IResolvable, typing.List[OceancdStrategyRollingSteps]] steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} --- @@ -1657,7 +1657,7 @@ oceancdStrategy.OceancdStrategyRollingSteps( | **Name** | **Type** | **Description** | | --- | --- | --- | | pause | OceancdStrategyRollingStepsPause | pause block. | -| steps_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. | +| steps_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. | | verification | OceancdStrategyRollingStepsVerification | verification block. | --- @@ -1672,7 +1672,7 @@ pause: OceancdStrategyRollingStepsPause pause block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} --- @@ -1684,7 +1684,7 @@ steps_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. --- @@ -1698,7 +1698,7 @@ verification: OceancdStrategyRollingStepsVerification verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} --- @@ -1718,7 +1718,7 @@ oceancdStrategy.OceancdStrategyRollingStepsPause( | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | +| duration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | --- @@ -1730,7 +1730,7 @@ duration: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. --- @@ -1750,7 +1750,7 @@ oceancdStrategy.OceancdStrategyRollingStepsVerification( | **Name** | **Type** | **Description** | | --- | --- | --- | -| template_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| template_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -1762,7 +1762,7 @@ template_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- @@ -2307,7 +2307,7 @@ def put_background_verification( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- @@ -2861,7 +2861,7 @@ def put_pause( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. --- @@ -2879,7 +2879,7 @@ def put_set_canary_scale( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. --- @@ -2887,7 +2887,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. --- @@ -2895,7 +2895,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. --- @@ -2912,7 +2912,7 @@ def put_set_header_route( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. --- @@ -2922,7 +2922,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti match block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} --- @@ -2938,7 +2938,7 @@ def put_verification( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- @@ -4614,7 +4614,7 @@ def put_header_value( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. --- @@ -4622,7 +4622,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. --- @@ -4630,7 +4630,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. --- @@ -6099,7 +6099,7 @@ def put_pause( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. --- @@ -6115,7 +6115,7 @@ def put_verification( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- diff --git a/docs/oceancdStrategy.typescript.md b/docs/oceancdStrategy.typescript.md index 77487c7f..49bd63b9 100644 --- a/docs/oceancdStrategy.typescript.md +++ b/docs/oceancdStrategy.typescript.md @@ -4,7 +4,7 @@ ### OceancdStrategy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy}. #### Initializers @@ -514,7 +514,7 @@ The construct id used in the generated config for the OceancdStrategy to import. The id of the existing OceancdStrategy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#import import section} in the documentation of this resource for the id to use --- @@ -826,7 +826,7 @@ public readonly steps: IResolvable | OceancdStrategyCanarySteps[]; steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} --- @@ -840,7 +840,7 @@ public readonly backgroundVerification: OceancdStrategyCanaryBackgroundVerificat background_verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} --- @@ -858,7 +858,7 @@ const oceancdStrategyCanaryBackgroundVerification: oceancdStrategy.OceancdStrate | **Name** | **Type** | **Description** | | --- | --- | --- | -| templateNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| templateNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -870,7 +870,7 @@ public readonly templateNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- @@ -891,8 +891,8 @@ const oceancdStrategyCanarySteps: oceancdStrategy.OceancdStrategyCanarySteps = { | pause | OceancdStrategyCanaryStepsPause | pause block. | | setCanaryScale | OceancdStrategyCanaryStepsSetCanaryScale | set_canary_scale block. | | setHeaderRoute | OceancdStrategyCanaryStepsSetHeaderRoute | set_header_route block. | -| setWeight | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. | -| stepName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. | +| setWeight | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. | +| stepName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. | | verification | OceancdStrategyCanaryStepsVerification | verification block. | --- @@ -907,7 +907,7 @@ public readonly pause: OceancdStrategyCanaryStepsPause; pause block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} --- @@ -921,7 +921,7 @@ public readonly setCanaryScale: OceancdStrategyCanaryStepsSetCanaryScale; set_canary_scale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_canary_scale OceancdStrategy#set_canary_scale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_canary_scale OceancdStrategy#set_canary_scale} --- @@ -935,7 +935,7 @@ public readonly setHeaderRoute: OceancdStrategyCanaryStepsSetHeaderRoute; set_header_route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_header_route OceancdStrategy#set_header_route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_header_route OceancdStrategy#set_header_route} --- @@ -947,7 +947,7 @@ public readonly setWeight: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight}. --- @@ -959,7 +959,7 @@ public readonly stepName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name}. --- @@ -973,7 +973,7 @@ public readonly verification: OceancdStrategyCanaryStepsVerification; verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} --- @@ -991,7 +991,7 @@ const oceancdStrategyCanaryStepsPause: oceancdStrategy.OceancdStrategyCanaryStep | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | +| duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | --- @@ -1003,7 +1003,7 @@ public readonly duration: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. --- @@ -1021,9 +1021,9 @@ const oceancdStrategyCanaryStepsSetCanaryScale: oceancdStrategy.OceancdStrategyC | **Name** | **Type** | **Description** | | --- | --- | --- | -| matchTrafficWeight | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. | -| replicas | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. | -| weight | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. | +| matchTrafficWeight | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. | +| replicas | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. | +| weight | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. | --- @@ -1035,7 +1035,7 @@ public readonly matchTrafficWeight: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight}. --- @@ -1047,7 +1047,7 @@ public readonly replicas: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas}. --- @@ -1059,7 +1059,7 @@ public readonly weight: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight}. --- @@ -1077,7 +1077,7 @@ const oceancdStrategyCanaryStepsSetHeaderRoute: oceancdStrategy.OceancdStrategyC | **Name** | **Type** | **Description** | | --- | --- | --- | -| headerRouteName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. | +| headerRouteName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. | | match | cdktf.IResolvable \| OceancdStrategyCanaryStepsSetHeaderRouteMatch[] | match block. | --- @@ -1090,7 +1090,7 @@ public readonly headerRouteName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name}. --- @@ -1104,7 +1104,7 @@ public readonly match: IResolvable | OceancdStrategyCanaryStepsSetHeaderRouteMat match block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} --- @@ -1122,7 +1122,7 @@ const oceancdStrategyCanaryStepsSetHeaderRouteMatch: oceancdStrategy.OceancdStra | **Name** | **Type** | **Description** | | --- | --- | --- | -| headerName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. | +| headerName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. | | headerValue | OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue | header_value block. | --- @@ -1135,7 +1135,7 @@ public readonly headerName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name}. --- @@ -1149,7 +1149,7 @@ public readonly headerValue: OceancdStrategyCanaryStepsSetHeaderRouteMatchHeader header_value block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_value OceancdStrategy#header_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_value OceancdStrategy#header_value} --- @@ -1167,9 +1167,9 @@ const oceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue: oceancdStrategy. | **Name** | **Type** | **Description** | | --- | --- | --- | -| exact | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. | -| prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. | -| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. | +| exact | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. | +| prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. | +| regex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. | --- @@ -1181,7 +1181,7 @@ public readonly exact: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact}. --- @@ -1193,7 +1193,7 @@ public readonly prefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix}. --- @@ -1205,7 +1205,7 @@ public readonly regex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex}. --- @@ -1223,7 +1223,7 @@ const oceancdStrategyCanaryStepsVerification: oceancdStrategy.OceancdStrategyCan | **Name** | **Type** | **Description** | | --- | --- | --- | -| templateNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| templateNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -1235,7 +1235,7 @@ public readonly templateNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- @@ -1260,9 +1260,9 @@ const oceancdStrategyConfig: oceancdStrategy.OceancdStrategyConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| strategyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | +| strategyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. | | canary | OceancdStrategyCanary | canary block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. | | rolling | OceancdStrategyRolling | rolling block. | --- @@ -1345,7 +1345,7 @@ public readonly strategyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name}. --- @@ -1359,7 +1359,7 @@ public readonly canary: OceancdStrategyCanary; canary block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} --- @@ -1371,7 +1371,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1388,7 +1388,7 @@ public readonly rolling: OceancdStrategyRolling; rolling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} --- @@ -1420,7 +1420,7 @@ public readonly steps: IResolvable | OceancdStrategyRollingSteps[]; steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} --- @@ -1439,7 +1439,7 @@ const oceancdStrategyRollingSteps: oceancdStrategy.OceancdStrategyRollingSteps = | **Name** | **Type** | **Description** | | --- | --- | --- | | pause | OceancdStrategyRollingStepsPause | pause block. | -| stepsName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. | +| stepsName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. | | verification | OceancdStrategyRollingStepsVerification | verification block. | --- @@ -1454,7 +1454,7 @@ public readonly pause: OceancdStrategyRollingStepsPause; pause block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} --- @@ -1466,7 +1466,7 @@ public readonly stepsName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name}. --- @@ -1480,7 +1480,7 @@ public readonly verification: OceancdStrategyRollingStepsVerification; verification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} --- @@ -1498,7 +1498,7 @@ const oceancdStrategyRollingStepsPause: oceancdStrategy.OceancdStrategyRollingSt | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | +| duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. | --- @@ -1510,7 +1510,7 @@ public readonly duration: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration}. --- @@ -1528,7 +1528,7 @@ const oceancdStrategyRollingStepsVerification: oceancdStrategy.OceancdStrategyRo | **Name** | **Type** | **Description** | | --- | --- | --- | -| templateNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | +| templateNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. | --- @@ -1540,7 +1540,7 @@ public readonly templateNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names}. --- diff --git a/docs/oceancdVerificationProvider.csharp.md b/docs/oceancdVerificationProvider.csharp.md index 4905312d..ac98b106 100644 --- a/docs/oceancdVerificationProvider.csharp.md +++ b/docs/oceancdVerificationProvider.csharp.md @@ -4,7 +4,7 @@ ### OceancdVerificationProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider}. #### Initializers @@ -574,7 +574,7 @@ The construct id used in the generated config for the OceancdVerificationProvide The id of the existing OceancdVerificationProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#import import section} in the documentation of this resource for the id to use --- @@ -961,7 +961,7 @@ new OceancdVerificationProviderCloudWatch { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IamArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. | +| IamArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. | --- @@ -973,7 +973,7 @@ public string IamArn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. --- @@ -1014,11 +1014,11 @@ new OceancdVerificationProviderConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ClusterIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | +| ClusterIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | | CloudWatch | OceancdVerificationProviderCloudWatch | cloud_watch block. | | Datadog | OceancdVerificationProviderDatadog | datadog block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | | Jenkins | OceancdVerificationProviderJenkins | jenkins block. | | NewRelic | OceancdVerificationProviderNewRelic | new_relic block. | | Prometheus | OceancdVerificationProviderPrometheus | prometheus block. | @@ -1103,7 +1103,7 @@ public string[] ClusterIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. --- @@ -1115,7 +1115,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. --- @@ -1129,7 +1129,7 @@ public OceancdVerificationProviderCloudWatch CloudWatch { get; set; } cloud_watch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} --- @@ -1143,7 +1143,7 @@ public OceancdVerificationProviderDatadog Datadog { get; set; } datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} --- @@ -1155,7 +1155,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1172,7 +1172,7 @@ public OceancdVerificationProviderJenkins Jenkins { get; set; } jenkins block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} --- @@ -1186,7 +1186,7 @@ public OceancdVerificationProviderNewRelic NewRelic { get; set; } new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} --- @@ -1200,7 +1200,7 @@ public OceancdVerificationProviderPrometheus Prometheus { get; set; } prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} --- @@ -1222,9 +1222,9 @@ new OceancdVerificationProviderDatadog { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | -| ApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. | -| AppKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. | +| Address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | +| ApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. | +| AppKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. | --- @@ -1236,7 +1236,7 @@ public string Address { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. --- @@ -1248,7 +1248,7 @@ public string ApiKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. --- @@ -1260,7 +1260,7 @@ public string AppKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. --- @@ -1282,9 +1282,9 @@ new OceancdVerificationProviderJenkins { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. | -| BaseUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. | -| Username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. | +| ApiToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. | +| BaseUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. | +| Username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. | --- @@ -1296,7 +1296,7 @@ public string ApiToken { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. --- @@ -1308,7 +1308,7 @@ public string BaseUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. --- @@ -1320,7 +1320,7 @@ public string Username { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. --- @@ -1344,11 +1344,11 @@ new OceancdVerificationProviderNewRelic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. | -| PersonalApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. | -| BaseUrlNerdGraph | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. | -| BaseUrlRest | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. | +| AccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. | +| PersonalApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. | +| BaseUrlNerdGraph | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. | +| BaseUrlRest | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. | --- @@ -1360,7 +1360,7 @@ public string AccountId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. --- @@ -1372,7 +1372,7 @@ public string PersonalApiKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. --- @@ -1384,7 +1384,7 @@ public string BaseUrlNerdGraph { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. --- @@ -1396,7 +1396,7 @@ public string BaseUrlRest { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. --- @@ -1408,7 +1408,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. --- @@ -1428,7 +1428,7 @@ new OceancdVerificationProviderPrometheus { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | +| Address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | --- @@ -1440,7 +1440,7 @@ public string Address { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. --- diff --git a/docs/oceancdVerificationProvider.go.md b/docs/oceancdVerificationProvider.go.md index c2692883..440f4b0d 100644 --- a/docs/oceancdVerificationProvider.go.md +++ b/docs/oceancdVerificationProvider.go.md @@ -4,7 +4,7 @@ ### OceancdVerificationProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider}. #### Initializers @@ -574,7 +574,7 @@ The construct id used in the generated config for the OceancdVerificationProvide The id of the existing OceancdVerificationProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#import import section} in the documentation of this resource for the id to use --- @@ -961,7 +961,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| IamArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. | +| IamArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. | --- @@ -973,7 +973,7 @@ IamArn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. --- @@ -1014,11 +1014,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ClusterIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | +| ClusterIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | | CloudWatch | OceancdVerificationProviderCloudWatch | cloud_watch block. | | Datadog | OceancdVerificationProviderDatadog | datadog block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | | Jenkins | OceancdVerificationProviderJenkins | jenkins block. | | NewRelic | OceancdVerificationProviderNewRelic | new_relic block. | | Prometheus | OceancdVerificationProviderPrometheus | prometheus block. | @@ -1103,7 +1103,7 @@ ClusterIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. --- @@ -1115,7 +1115,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. --- @@ -1129,7 +1129,7 @@ CloudWatch OceancdVerificationProviderCloudWatch cloud_watch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} --- @@ -1143,7 +1143,7 @@ Datadog OceancdVerificationProviderDatadog datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} --- @@ -1155,7 +1155,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1172,7 +1172,7 @@ Jenkins OceancdVerificationProviderJenkins jenkins block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} --- @@ -1186,7 +1186,7 @@ NewRelic OceancdVerificationProviderNewRelic new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} --- @@ -1200,7 +1200,7 @@ Prometheus OceancdVerificationProviderPrometheus prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} --- @@ -1222,9 +1222,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| Address | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | -| ApiKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. | -| AppKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. | +| Address | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | +| ApiKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. | +| AppKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. | --- @@ -1236,7 +1236,7 @@ Address *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. --- @@ -1248,7 +1248,7 @@ ApiKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. --- @@ -1260,7 +1260,7 @@ AppKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. --- @@ -1282,9 +1282,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiToken | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. | -| BaseUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. | -| Username | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. | +| ApiToken | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. | +| BaseUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. | +| Username | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. | --- @@ -1296,7 +1296,7 @@ ApiToken *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. --- @@ -1308,7 +1308,7 @@ BaseUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. --- @@ -1320,7 +1320,7 @@ Username *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. --- @@ -1344,11 +1344,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. | -| PersonalApiKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. | -| BaseUrlNerdGraph | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. | -| BaseUrlRest | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. | +| AccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. | +| PersonalApiKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. | +| BaseUrlNerdGraph | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. | +| BaseUrlRest | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. | --- @@ -1360,7 +1360,7 @@ AccountId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. --- @@ -1372,7 +1372,7 @@ PersonalApiKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. --- @@ -1384,7 +1384,7 @@ BaseUrlNerdGraph *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. --- @@ -1396,7 +1396,7 @@ BaseUrlRest *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. --- @@ -1408,7 +1408,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. --- @@ -1428,7 +1428,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| Address | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | +| Address | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | --- @@ -1440,7 +1440,7 @@ Address *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. --- diff --git a/docs/oceancdVerificationProvider.java.md b/docs/oceancdVerificationProvider.java.md index d42e816c..9df2521d 100644 --- a/docs/oceancdVerificationProvider.java.md +++ b/docs/oceancdVerificationProvider.java.md @@ -4,7 +4,7 @@ ### OceancdVerificationProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider}. #### Initializers @@ -45,11 +45,11 @@ OceancdVerificationProvider.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| clusterIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | +| clusterIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | | cloudWatch | OceancdVerificationProviderCloudWatch | cloud_watch block. | | datadog | OceancdVerificationProviderDatadog | datadog block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | | jenkins | OceancdVerificationProviderJenkins | jenkins block. | | newRelic | OceancdVerificationProviderNewRelic | new_relic block. | | prometheus | OceancdVerificationProviderPrometheus | prometheus block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti cloud_watch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -169,7 +169,7 @@ If you experience problems setting this value it might not be settable. Please t jenkins block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} --- @@ -723,7 +723,7 @@ The construct id used in the generated config for the OceancdVerificationProvide The id of the existing OceancdVerificationProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#import import section} in the documentation of this resource for the id to use --- @@ -1110,7 +1110,7 @@ OceancdVerificationProviderCloudWatch.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| iamArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. | +| iamArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. | --- @@ -1122,7 +1122,7 @@ public java.lang.String getIamArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. --- @@ -1167,11 +1167,11 @@ OceancdVerificationProviderConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| clusterIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | +| clusterIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | | cloudWatch | OceancdVerificationProviderCloudWatch | cloud_watch block. | | datadog | OceancdVerificationProviderDatadog | datadog block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | | jenkins | OceancdVerificationProviderJenkins | jenkins block. | | newRelic | OceancdVerificationProviderNewRelic | new_relic block. | | prometheus | OceancdVerificationProviderPrometheus | prometheus block. | @@ -1256,7 +1256,7 @@ public java.util.List getClusterIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. --- @@ -1268,7 +1268,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. --- @@ -1282,7 +1282,7 @@ public OceancdVerificationProviderCloudWatch getCloudWatch(); cloud_watch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} --- @@ -1296,7 +1296,7 @@ public OceancdVerificationProviderDatadog getDatadog(); datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} --- @@ -1308,7 +1308,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1325,7 +1325,7 @@ public OceancdVerificationProviderJenkins getJenkins(); jenkins block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} --- @@ -1339,7 +1339,7 @@ public OceancdVerificationProviderNewRelic getNewRelic(); new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} --- @@ -1353,7 +1353,7 @@ public OceancdVerificationProviderPrometheus getPrometheus(); prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} --- @@ -1375,9 +1375,9 @@ OceancdVerificationProviderDatadog.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | -| apiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. | -| appKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. | +| address | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | +| apiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. | +| appKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. | --- @@ -1389,7 +1389,7 @@ public java.lang.String getAddress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. --- @@ -1401,7 +1401,7 @@ public java.lang.String getApiKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. --- @@ -1413,7 +1413,7 @@ public java.lang.String getAppKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. --- @@ -1435,9 +1435,9 @@ OceancdVerificationProviderJenkins.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiToken | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. | -| baseUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. | -| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. | +| apiToken | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. | +| baseUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. | +| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. | --- @@ -1449,7 +1449,7 @@ public java.lang.String getApiToken(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. --- @@ -1461,7 +1461,7 @@ public java.lang.String getBaseUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. --- @@ -1473,7 +1473,7 @@ public java.lang.String getUsername(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. --- @@ -1497,11 +1497,11 @@ OceancdVerificationProviderNewRelic.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. | -| personalApiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. | -| baseUrlNerdGraph | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. | -| baseUrlRest | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. | +| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. | +| personalApiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. | +| baseUrlNerdGraph | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. | +| baseUrlRest | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. | --- @@ -1513,7 +1513,7 @@ public java.lang.String getAccountId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. --- @@ -1525,7 +1525,7 @@ public java.lang.String getPersonalApiKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. --- @@ -1537,7 +1537,7 @@ public java.lang.String getBaseUrlNerdGraph(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. --- @@ -1549,7 +1549,7 @@ public java.lang.String getBaseUrlRest(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. --- @@ -1561,7 +1561,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. --- @@ -1581,7 +1581,7 @@ OceancdVerificationProviderPrometheus.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | +| address | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | --- @@ -1593,7 +1593,7 @@ public java.lang.String getAddress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. --- diff --git a/docs/oceancdVerificationProvider.python.md b/docs/oceancdVerificationProvider.python.md index 86b8a743..761b3608 100644 --- a/docs/oceancdVerificationProvider.python.md +++ b/docs/oceancdVerificationProvider.python.md @@ -4,7 +4,7 @@ ### OceancdVerificationProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider}. #### Initializers @@ -43,11 +43,11 @@ oceancdVerificationProvider.OceancdVerificationProvider( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| cluster_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | +| cluster_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | | cloud_watch | OceancdVerificationProviderCloudWatch | cloud_watch block. | | datadog | OceancdVerificationProviderDatadog | datadog block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | | jenkins | OceancdVerificationProviderJenkins | jenkins block. | | new_relic | OceancdVerificationProviderNewRelic | new_relic block. | | prometheus | OceancdVerificationProviderPrometheus | prometheus block. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti cloud_watch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -167,7 +167,7 @@ If you experience problems setting this value it might not be settable. Please t jenkins block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} --- @@ -569,7 +569,7 @@ def put_cloud_watch( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. --- @@ -587,7 +587,7 @@ def put_datadog( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. --- @@ -595,7 +595,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. --- @@ -603,7 +603,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. --- @@ -621,7 +621,7 @@ def put_jenkins( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. --- @@ -629,7 +629,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. --- @@ -637,7 +637,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. --- @@ -657,7 +657,7 @@ def put_new_relic( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. --- @@ -665,7 +665,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. --- @@ -673,7 +673,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. --- @@ -681,7 +681,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. --- @@ -689,7 +689,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. --- @@ -705,7 +705,7 @@ def put_prometheus( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. --- @@ -859,7 +859,7 @@ The construct id used in the generated config for the OceancdVerificationProvide The id of the existing OceancdVerificationProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#import import section} in the documentation of this resource for the id to use --- @@ -1246,7 +1246,7 @@ oceancdVerificationProvider.OceancdVerificationProviderCloudWatch( | **Name** | **Type** | **Description** | | --- | --- | --- | -| iam_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. | +| iam_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. | --- @@ -1258,7 +1258,7 @@ iam_arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. --- @@ -1299,11 +1299,11 @@ oceancdVerificationProvider.OceancdVerificationProviderConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| cluster_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | +| cluster_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | | cloud_watch | OceancdVerificationProviderCloudWatch | cloud_watch block. | | datadog | OceancdVerificationProviderDatadog | datadog block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | | jenkins | OceancdVerificationProviderJenkins | jenkins block. | | new_relic | OceancdVerificationProviderNewRelic | new_relic block. | | prometheus | OceancdVerificationProviderPrometheus | prometheus block. | @@ -1388,7 +1388,7 @@ cluster_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. --- @@ -1400,7 +1400,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. --- @@ -1414,7 +1414,7 @@ cloud_watch: OceancdVerificationProviderCloudWatch cloud_watch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} --- @@ -1428,7 +1428,7 @@ datadog: OceancdVerificationProviderDatadog datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} --- @@ -1440,7 +1440,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1457,7 +1457,7 @@ jenkins: OceancdVerificationProviderJenkins jenkins block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} --- @@ -1471,7 +1471,7 @@ new_relic: OceancdVerificationProviderNewRelic new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} --- @@ -1485,7 +1485,7 @@ prometheus: OceancdVerificationProviderPrometheus prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} --- @@ -1507,9 +1507,9 @@ oceancdVerificationProvider.OceancdVerificationProviderDatadog( | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | -| api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. | -| app_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. | +| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | +| api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. | +| app_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. | --- @@ -1521,7 +1521,7 @@ address: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. --- @@ -1533,7 +1533,7 @@ api_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. --- @@ -1545,7 +1545,7 @@ app_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. --- @@ -1567,9 +1567,9 @@ oceancdVerificationProvider.OceancdVerificationProviderJenkins( | **Name** | **Type** | **Description** | | --- | --- | --- | -| api_token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. | -| base_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. | -| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. | +| api_token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. | +| base_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. | +| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. | --- @@ -1581,7 +1581,7 @@ api_token: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. --- @@ -1593,7 +1593,7 @@ base_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. --- @@ -1605,7 +1605,7 @@ username: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. --- @@ -1629,11 +1629,11 @@ oceancdVerificationProvider.OceancdVerificationProviderNewRelic( | **Name** | **Type** | **Description** | | --- | --- | --- | -| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. | -| personal_api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. | -| base_url_nerd_graph | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. | -| base_url_rest | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. | +| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. | +| personal_api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. | +| base_url_nerd_graph | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. | +| base_url_rest | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. | --- @@ -1645,7 +1645,7 @@ account_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. --- @@ -1657,7 +1657,7 @@ personal_api_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. --- @@ -1669,7 +1669,7 @@ base_url_nerd_graph: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. --- @@ -1681,7 +1681,7 @@ base_url_rest: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. --- @@ -1693,7 +1693,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. --- @@ -1713,7 +1713,7 @@ oceancdVerificationProvider.OceancdVerificationProviderPrometheus( | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | +| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | --- @@ -1725,7 +1725,7 @@ address: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. --- diff --git a/docs/oceancdVerificationProvider.typescript.md b/docs/oceancdVerificationProvider.typescript.md index e7bad324..bf9cdcb5 100644 --- a/docs/oceancdVerificationProvider.typescript.md +++ b/docs/oceancdVerificationProvider.typescript.md @@ -4,7 +4,7 @@ ### OceancdVerificationProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider}. #### Initializers @@ -574,7 +574,7 @@ The construct id used in the generated config for the OceancdVerificationProvide The id of the existing OceancdVerificationProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#import import section} in the documentation of this resource for the id to use --- @@ -959,7 +959,7 @@ const oceancdVerificationProviderCloudWatch: oceancdVerificationProvider.Oceancd | **Name** | **Type** | **Description** | | --- | --- | --- | -| iamArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. | +| iamArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. | --- @@ -971,7 +971,7 @@ public readonly iamArn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn}. --- @@ -996,11 +996,11 @@ const oceancdVerificationProviderConfig: oceancdVerificationProvider.OceancdVeri | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| clusterIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | +| clusterIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. | | cloudWatch | OceancdVerificationProviderCloudWatch | cloud_watch block. | | datadog | OceancdVerificationProviderDatadog | datadog block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. | | jenkins | OceancdVerificationProviderJenkins | jenkins block. | | newRelic | OceancdVerificationProviderNewRelic | new_relic block. | | prometheus | OceancdVerificationProviderPrometheus | prometheus block. | @@ -1085,7 +1085,7 @@ public readonly clusterIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids}. --- @@ -1097,7 +1097,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name}. --- @@ -1111,7 +1111,7 @@ public readonly cloudWatch: OceancdVerificationProviderCloudWatch; cloud_watch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} --- @@ -1125,7 +1125,7 @@ public readonly datadog: OceancdVerificationProviderDatadog; datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} --- @@ -1137,7 +1137,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1154,7 +1154,7 @@ public readonly jenkins: OceancdVerificationProviderJenkins; jenkins block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} --- @@ -1168,7 +1168,7 @@ public readonly newRelic: OceancdVerificationProviderNewRelic; new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} --- @@ -1182,7 +1182,7 @@ public readonly prometheus: OceancdVerificationProviderPrometheus; prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} --- @@ -1200,9 +1200,9 @@ const oceancdVerificationProviderDatadog: oceancdVerificationProvider.OceancdVer | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | -| apiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. | -| appKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. | +| address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | +| apiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. | +| appKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. | --- @@ -1214,7 +1214,7 @@ public readonly address: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. --- @@ -1226,7 +1226,7 @@ public readonly apiKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key}. --- @@ -1238,7 +1238,7 @@ public readonly appKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key}. --- @@ -1256,9 +1256,9 @@ const oceancdVerificationProviderJenkins: oceancdVerificationProvider.OceancdVer | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. | -| baseUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. | -| username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. | +| apiToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. | +| baseUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. | +| username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. | --- @@ -1270,7 +1270,7 @@ public readonly apiToken: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token}. --- @@ -1282,7 +1282,7 @@ public readonly baseUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url}. --- @@ -1294,7 +1294,7 @@ public readonly username: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username}. --- @@ -1312,11 +1312,11 @@ const oceancdVerificationProviderNewRelic: oceancdVerificationProvider.OceancdVe | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. | -| personalApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. | -| baseUrlNerdGraph | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. | -| baseUrlRest | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. | +| accountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. | +| personalApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. | +| baseUrlNerdGraph | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. | +| baseUrlRest | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. | --- @@ -1328,7 +1328,7 @@ public readonly accountId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id}. --- @@ -1340,7 +1340,7 @@ public readonly personalApiKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key}. --- @@ -1352,7 +1352,7 @@ public readonly baseUrlNerdGraph: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph}. --- @@ -1364,7 +1364,7 @@ public readonly baseUrlRest: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest}. --- @@ -1376,7 +1376,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region}. --- @@ -1394,7 +1394,7 @@ const oceancdVerificationProviderPrometheus: oceancdVerificationProvider.Oceancd | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | +| address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. | --- @@ -1406,7 +1406,7 @@ public readonly address: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address}. --- diff --git a/docs/oceancdVerificationTemplate.csharp.md b/docs/oceancdVerificationTemplate.csharp.md index b7ecf0e7..34abd2ca 100644 --- a/docs/oceancdVerificationTemplate.csharp.md +++ b/docs/oceancdVerificationTemplate.csharp.md @@ -4,7 +4,7 @@ ### OceancdVerificationTemplate -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template}. #### Initializers @@ -514,7 +514,7 @@ The construct id used in the generated config for the OceancdVerificationTemplat The id of the existing OceancdVerificationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#import import section} in the documentation of this resource for the id to use --- @@ -815,8 +815,8 @@ new OceancdVerificationTemplateArgs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ArgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. | +| ArgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. | | ValueFrom | OceancdVerificationTemplateArgsValueFrom | value_from block. | --- @@ -829,7 +829,7 @@ public string ArgName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. --- @@ -841,7 +841,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. --- @@ -855,7 +855,7 @@ public OceancdVerificationTemplateArgsValueFrom ValueFrom { get; set; } value_from block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value_from OceancdVerificationTemplate#value_from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value_from OceancdVerificationTemplate#value_from} --- @@ -889,7 +889,7 @@ public OceancdVerificationTemplateArgsValueFromSecretKeyRef SecretKeyRef { get; secret_key_ref block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} --- @@ -910,8 +910,8 @@ new OceancdVerificationTemplateArgsValueFromSecretKeyRef { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | --- @@ -923,7 +923,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. --- @@ -935,7 +935,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. --- @@ -972,9 +972,9 @@ new OceancdVerificationTemplateConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | | Args | object | args block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | | Metrics | object | metrics block. | --- @@ -1057,7 +1057,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. --- @@ -1071,7 +1071,7 @@ public object Args { get; set; } args block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} --- @@ -1083,7 +1083,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1100,7 +1100,7 @@ public object Metrics { get; set; } metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} --- @@ -1130,17 +1130,17 @@ new OceancdVerificationTemplateMetrics { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricsName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. | +| MetricsName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. | | Provider | object | provider block. | | Baseline | OceancdVerificationTemplateMetricsBaseline | baseline block. | -| ConsecutiveErrorLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. | -| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. | -| DryRun | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. | -| FailureCondition | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. | -| FailureLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. | -| InitialDelay | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. | -| Interval | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. | -| SuccessCondition | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. | +| ConsecutiveErrorLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. | +| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. | +| DryRun | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. | +| FailureCondition | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. | +| FailureLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. | +| InitialDelay | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. | +| Interval | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. | +| SuccessCondition | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. | --- @@ -1152,7 +1152,7 @@ public string MetricsName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. --- @@ -1166,7 +1166,7 @@ public object Provider { get; set; } provider block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#provider OceancdVerificationTemplate#provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#provider OceancdVerificationTemplate#provider} --- @@ -1180,7 +1180,7 @@ public OceancdVerificationTemplateMetricsBaseline Baseline { get; set; } baseline block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#baseline OceancdVerificationTemplate#baseline} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#baseline OceancdVerificationTemplate#baseline} --- @@ -1192,7 +1192,7 @@ public double ConsecutiveErrorLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. --- @@ -1204,7 +1204,7 @@ public double Count { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. --- @@ -1216,7 +1216,7 @@ public object DryRun { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. --- @@ -1228,7 +1228,7 @@ public string FailureCondition { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. --- @@ -1240,7 +1240,7 @@ public double FailureLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. --- @@ -1252,7 +1252,7 @@ public string InitialDelay { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. --- @@ -1264,7 +1264,7 @@ public string Interval { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. --- @@ -1276,7 +1276,7 @@ public string SuccessCondition { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. --- @@ -1300,9 +1300,9 @@ new OceancdVerificationTemplateMetricsBaseline { | **Name** | **Type** | **Description** | | --- | --- | --- | | BaselineProvider | object | baseline_provider block. | -| Threshold | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. | -| MaxRange | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. | -| MinRange | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. | +| Threshold | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. | +| MaxRange | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. | +| MinRange | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. | --- @@ -1316,7 +1316,7 @@ public object BaselineProvider { get; set; } baseline_provider block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} --- @@ -1328,7 +1328,7 @@ public string Threshold { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. --- @@ -1340,7 +1340,7 @@ public double MaxRange { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. --- @@ -1352,7 +1352,7 @@ public double MinRange { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. --- @@ -1390,7 +1390,7 @@ public OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog Datadog datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} --- @@ -1404,7 +1404,7 @@ public OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic NewRel new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} --- @@ -1418,7 +1418,7 @@ public OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus Prom prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} --- @@ -1439,8 +1439,8 @@ new OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DatadogQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | -| Duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| DatadogQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | +| Duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -1452,7 +1452,7 @@ public string DatadogQuery { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. --- @@ -1464,7 +1464,7 @@ public string Duration { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -1485,8 +1485,8 @@ new OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NewRelicQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | -| Profile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | +| NewRelicQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | +| Profile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | --- @@ -1498,7 +1498,7 @@ public string NewRelicQuery { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. --- @@ -1510,7 +1510,7 @@ public string Profile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. --- @@ -1530,7 +1530,7 @@ new OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PrometheusQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | +| PrometheusQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | --- @@ -1542,7 +1542,7 @@ public string PrometheusQuery { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. --- @@ -1588,7 +1588,7 @@ public OceancdVerificationTemplateMetricsProviderCloudWatch CloudWatch { get; se cloud_watch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#cloud_watch OceancdVerificationTemplate#cloud_watch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#cloud_watch OceancdVerificationTemplate#cloud_watch} --- @@ -1602,7 +1602,7 @@ public OceancdVerificationTemplateMetricsProviderDatadog Datadog { get; set; } datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} --- @@ -1616,7 +1616,7 @@ public OceancdVerificationTemplateMetricsProviderJenkins Jenkins { get; set; } jenkins block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins OceancdVerificationTemplate#jenkins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins OceancdVerificationTemplate#jenkins} --- @@ -1630,7 +1630,7 @@ public OceancdVerificationTemplateMetricsProviderJob Job { get; set; } job block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#job OceancdVerificationTemplate#job} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#job OceancdVerificationTemplate#job} --- @@ -1644,7 +1644,7 @@ public OceancdVerificationTemplateMetricsProviderNewRelic NewRelic { get; set; } new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} --- @@ -1658,7 +1658,7 @@ public OceancdVerificationTemplateMetricsProviderPrometheus Prometheus { get; se prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} --- @@ -1672,7 +1672,7 @@ public OceancdVerificationTemplateMetricsProviderWeb Web { get; set; } web block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web OceancdVerificationTemplate#web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web OceancdVerificationTemplate#web} --- @@ -1694,7 +1694,7 @@ new OceancdVerificationTemplateMetricsProviderCloudWatch { | **Name** | **Type** | **Description** | | --- | --- | --- | | MetricDataQueries | object | metric_data_queries block. | -| Duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| Duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -1708,7 +1708,7 @@ public object MetricDataQueries { get; set; } metric_data_queries block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} --- @@ -1720,7 +1720,7 @@ public string Duration { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -1745,12 +1745,12 @@ new OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueries { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | -| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. | -| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | +| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. | +| Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. | | MetricStat | OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat | metric_stat block. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. | -| ReturnData | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. | +| ReturnData | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. | --- @@ -1762,7 +1762,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1777,7 +1777,7 @@ public string Expression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. --- @@ -1789,7 +1789,7 @@ public string Label { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. --- @@ -1803,7 +1803,7 @@ public OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetr metric_stat block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_stat OceancdVerificationTemplate#metric_stat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_stat OceancdVerificationTemplate#metric_stat} --- @@ -1815,7 +1815,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. --- @@ -1827,7 +1827,7 @@ public object ReturnData { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. --- @@ -1851,9 +1851,9 @@ new OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricS | **Name** | **Type** | **Description** | | --- | --- | --- | | Metric | OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric | metric block. | -| MetricPeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. | -| Stat | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. | +| MetricPeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. | +| Stat | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. | --- @@ -1867,7 +1867,7 @@ public OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetr metric block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} --- @@ -1879,7 +1879,7 @@ public double MetricPeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. --- @@ -1891,7 +1891,7 @@ public string Stat { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. --- @@ -1903,7 +1903,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. --- @@ -1925,9 +1925,9 @@ new OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricS | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. | | Dimensions | object | dimensions block. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. | --- @@ -1939,7 +1939,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. --- @@ -1953,7 +1953,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} --- @@ -1965,7 +1965,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. --- @@ -1986,8 +1986,8 @@ new OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricS | **Name** | **Type** | **Description** | | --- | --- | --- | -| DimensionName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. | -| DimensionValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. | +| DimensionName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. | +| DimensionValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. | --- @@ -1999,7 +1999,7 @@ public string DimensionName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. --- @@ -2011,7 +2011,7 @@ public string DimensionValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. --- @@ -2032,8 +2032,8 @@ new OceancdVerificationTemplateMetricsProviderDatadog { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DatadogQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | -| Duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| DatadogQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | +| Duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -2045,7 +2045,7 @@ public string DatadogQuery { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. --- @@ -2057,7 +2057,7 @@ public string Duration { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -2081,11 +2081,11 @@ new OceancdVerificationTemplateMetricsProviderJenkins { | **Name** | **Type** | **Description** | | --- | --- | --- | -| JenkinsInterval | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. | -| PipelineName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. | -| Timeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. | +| JenkinsInterval | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. | +| PipelineName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. | +| Timeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. | | JenkinsParameters | OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters | jenkins_parameters block. | -| TlsVerification | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. | +| TlsVerification | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. | --- @@ -2097,7 +2097,7 @@ public string JenkinsInterval { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. --- @@ -2109,7 +2109,7 @@ public string PipelineName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. --- @@ -2121,7 +2121,7 @@ public string Timeout { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. --- @@ -2135,7 +2135,7 @@ public OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters Jenkin jenkins_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} --- @@ -2147,7 +2147,7 @@ public object TlsVerification { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. --- @@ -2168,8 +2168,8 @@ new OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ParameterKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. | -| ParameterValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. | +| ParameterKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. | +| ParameterValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. | --- @@ -2181,7 +2181,7 @@ public string ParameterKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. --- @@ -2193,7 +2193,7 @@ public string ParameterValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. --- @@ -2227,7 +2227,7 @@ public object Spec { get; set; } spec block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} --- @@ -2249,7 +2249,7 @@ new OceancdVerificationTemplateMetricsProviderJobSpec { | **Name** | **Type** | **Description** | | --- | --- | --- | | JobTemplate | object | job_template block. | -| BackoffLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. | +| BackoffLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. | --- @@ -2263,7 +2263,7 @@ public object JobTemplate { get; set; } job_template block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#job_template OceancdVerificationTemplate#job_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#job_template OceancdVerificationTemplate#job_template} --- @@ -2275,7 +2275,7 @@ public double BackoffLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. --- @@ -2309,7 +2309,7 @@ public object TemplateSpec { get; set; } template_spec block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#template_spec OceancdVerificationTemplate#template_spec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#template_spec OceancdVerificationTemplate#template_spec} --- @@ -2331,7 +2331,7 @@ new OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpec { | **Name** | **Type** | **Description** | | --- | --- | --- | | Containers | object | containers block. | -| RestartPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. | +| RestartPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. | --- @@ -2345,7 +2345,7 @@ public object Containers { get; set; } containers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#containers OceancdVerificationTemplate#containers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#containers OceancdVerificationTemplate#containers} --- @@ -2357,7 +2357,7 @@ public string RestartPolicy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. --- @@ -2379,9 +2379,9 @@ new OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecCont | **Name** | **Type** | **Description** | | --- | --- | --- | -| Command | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. | -| ContainerName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. | -| Image | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. | +| Command | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. | +| ContainerName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. | +| Image | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. | --- @@ -2393,7 +2393,7 @@ public string[] Command { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. --- @@ -2405,7 +2405,7 @@ public string ContainerName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. --- @@ -2417,7 +2417,7 @@ public string Image { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. --- @@ -2438,8 +2438,8 @@ new OceancdVerificationTemplateMetricsProviderNewRelic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NewRelicQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | -| Profile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | +| NewRelicQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | +| Profile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | --- @@ -2451,7 +2451,7 @@ public string NewRelicQuery { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. --- @@ -2463,7 +2463,7 @@ public string Profile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. --- @@ -2483,7 +2483,7 @@ new OceancdVerificationTemplateMetricsProviderPrometheus { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PrometheusQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | +| PrometheusQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | --- @@ -2495,7 +2495,7 @@ public string PrometheusQuery { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. --- @@ -2521,12 +2521,12 @@ new OceancdVerificationTemplateMetricsProviderWeb { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. | -| Body | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. | -| Insecure | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. | -| JsonPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. | -| Method | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. | -| TimeoutSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. | +| Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. | +| Body | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. | +| Insecure | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. | +| JsonPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. | +| Method | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. | +| TimeoutSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. | | WebHeader | object | web_header block. | --- @@ -2539,7 +2539,7 @@ public string Url { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. --- @@ -2551,7 +2551,7 @@ public string Body { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. --- @@ -2563,7 +2563,7 @@ public object Insecure { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. --- @@ -2575,7 +2575,7 @@ public string JsonPath { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. --- @@ -2587,7 +2587,7 @@ public string Method { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. --- @@ -2599,7 +2599,7 @@ public double TimeoutSeconds { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. --- @@ -2613,7 +2613,7 @@ public object WebHeader { get; set; } web_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} --- @@ -2634,8 +2634,8 @@ new OceancdVerificationTemplateMetricsProviderWebWebHeader { | **Name** | **Type** | **Description** | | --- | --- | --- | -| WebHeaderKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. | -| WebHeaderValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. | +| WebHeaderKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. | +| WebHeaderValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. | --- @@ -2647,7 +2647,7 @@ public string WebHeaderKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. --- @@ -2659,7 +2659,7 @@ public string WebHeaderValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. --- diff --git a/docs/oceancdVerificationTemplate.go.md b/docs/oceancdVerificationTemplate.go.md index 0e7a810c..fe17a259 100644 --- a/docs/oceancdVerificationTemplate.go.md +++ b/docs/oceancdVerificationTemplate.go.md @@ -4,7 +4,7 @@ ### OceancdVerificationTemplate -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template}. #### Initializers @@ -514,7 +514,7 @@ The construct id used in the generated config for the OceancdVerificationTemplat The id of the existing OceancdVerificationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#import import section} in the documentation of this resource for the id to use --- @@ -815,8 +815,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| ArgName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. | +| ArgName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. | | ValueFrom | OceancdVerificationTemplateArgsValueFrom | value_from block. | --- @@ -829,7 +829,7 @@ ArgName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. --- @@ -841,7 +841,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. --- @@ -855,7 +855,7 @@ ValueFrom OceancdVerificationTemplateArgsValueFrom value_from block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value_from OceancdVerificationTemplate#value_from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value_from OceancdVerificationTemplate#value_from} --- @@ -889,7 +889,7 @@ SecretKeyRef OceancdVerificationTemplateArgsValueFromSecretKeyRef secret_key_ref block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} --- @@ -910,8 +910,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | --- @@ -923,7 +923,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. --- @@ -935,7 +935,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. --- @@ -972,9 +972,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | | Args | interface{} | args block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | | Metrics | interface{} | metrics block. | --- @@ -1057,7 +1057,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. --- @@ -1071,7 +1071,7 @@ Args interface{} args block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} --- @@ -1083,7 +1083,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1100,7 +1100,7 @@ Metrics interface{} metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} --- @@ -1130,17 +1130,17 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricsName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. | +| MetricsName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. | | Provider | interface{} | provider block. | | Baseline | OceancdVerificationTemplateMetricsBaseline | baseline block. | -| ConsecutiveErrorLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. | -| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. | -| DryRun | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. | -| FailureCondition | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. | -| FailureLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. | -| InitialDelay | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. | -| Interval | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. | -| SuccessCondition | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. | +| ConsecutiveErrorLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. | +| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. | +| DryRun | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. | +| FailureCondition | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. | +| FailureLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. | +| InitialDelay | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. | +| Interval | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. | +| SuccessCondition | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. | --- @@ -1152,7 +1152,7 @@ MetricsName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. --- @@ -1166,7 +1166,7 @@ Provider interface{} provider block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#provider OceancdVerificationTemplate#provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#provider OceancdVerificationTemplate#provider} --- @@ -1180,7 +1180,7 @@ Baseline OceancdVerificationTemplateMetricsBaseline baseline block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#baseline OceancdVerificationTemplate#baseline} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#baseline OceancdVerificationTemplate#baseline} --- @@ -1192,7 +1192,7 @@ ConsecutiveErrorLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. --- @@ -1204,7 +1204,7 @@ Count *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. --- @@ -1216,7 +1216,7 @@ DryRun interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. --- @@ -1228,7 +1228,7 @@ FailureCondition *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. --- @@ -1240,7 +1240,7 @@ FailureLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. --- @@ -1252,7 +1252,7 @@ InitialDelay *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. --- @@ -1264,7 +1264,7 @@ Interval *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. --- @@ -1276,7 +1276,7 @@ SuccessCondition *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. --- @@ -1300,9 +1300,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | | BaselineProvider | interface{} | baseline_provider block. | -| Threshold | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. | -| MaxRange | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. | -| MinRange | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. | +| Threshold | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. | +| MaxRange | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. | +| MinRange | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. | --- @@ -1316,7 +1316,7 @@ BaselineProvider interface{} baseline_provider block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} --- @@ -1328,7 +1328,7 @@ Threshold *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. --- @@ -1340,7 +1340,7 @@ MaxRange *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. --- @@ -1352,7 +1352,7 @@ MinRange *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. --- @@ -1390,7 +1390,7 @@ Datadog OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} --- @@ -1404,7 +1404,7 @@ NewRelic OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} --- @@ -1418,7 +1418,7 @@ Prometheus OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} --- @@ -1439,8 +1439,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| DatadogQuery | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | -| Duration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| DatadogQuery | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | +| Duration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -1452,7 +1452,7 @@ DatadogQuery *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. --- @@ -1464,7 +1464,7 @@ Duration *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -1485,8 +1485,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| NewRelicQuery | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | -| Profile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | +| NewRelicQuery | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | +| Profile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | --- @@ -1498,7 +1498,7 @@ NewRelicQuery *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. --- @@ -1510,7 +1510,7 @@ Profile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. --- @@ -1530,7 +1530,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| PrometheusQuery | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | +| PrometheusQuery | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | --- @@ -1542,7 +1542,7 @@ PrometheusQuery *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. --- @@ -1588,7 +1588,7 @@ CloudWatch OceancdVerificationTemplateMetricsProviderCloudWatch cloud_watch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#cloud_watch OceancdVerificationTemplate#cloud_watch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#cloud_watch OceancdVerificationTemplate#cloud_watch} --- @@ -1602,7 +1602,7 @@ Datadog OceancdVerificationTemplateMetricsProviderDatadog datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} --- @@ -1616,7 +1616,7 @@ Jenkins OceancdVerificationTemplateMetricsProviderJenkins jenkins block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins OceancdVerificationTemplate#jenkins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins OceancdVerificationTemplate#jenkins} --- @@ -1630,7 +1630,7 @@ Job OceancdVerificationTemplateMetricsProviderJob job block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#job OceancdVerificationTemplate#job} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#job OceancdVerificationTemplate#job} --- @@ -1644,7 +1644,7 @@ NewRelic OceancdVerificationTemplateMetricsProviderNewRelic new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} --- @@ -1658,7 +1658,7 @@ Prometheus OceancdVerificationTemplateMetricsProviderPrometheus prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} --- @@ -1672,7 +1672,7 @@ Web OceancdVerificationTemplateMetricsProviderWeb web block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web OceancdVerificationTemplate#web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web OceancdVerificationTemplate#web} --- @@ -1694,7 +1694,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | | MetricDataQueries | interface{} | metric_data_queries block. | -| Duration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| Duration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -1708,7 +1708,7 @@ MetricDataQueries interface{} metric_data_queries block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} --- @@ -1720,7 +1720,7 @@ Duration *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -1745,12 +1745,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | -| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. | -| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | +| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. | +| Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. | | MetricStat | OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat | metric_stat block. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. | -| ReturnData | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. | +| ReturnData | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. | --- @@ -1762,7 +1762,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1777,7 +1777,7 @@ Expression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. --- @@ -1789,7 +1789,7 @@ Label *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. --- @@ -1803,7 +1803,7 @@ MetricStat OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueries metric_stat block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_stat OceancdVerificationTemplate#metric_stat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_stat OceancdVerificationTemplate#metric_stat} --- @@ -1815,7 +1815,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. --- @@ -1827,7 +1827,7 @@ ReturnData interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. --- @@ -1851,9 +1851,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | | Metric | OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric | metric block. | -| MetricPeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. | -| Stat | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. | +| MetricPeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. | +| Stat | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. | --- @@ -1867,7 +1867,7 @@ Metric OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetr metric block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} --- @@ -1879,7 +1879,7 @@ MetricPeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. --- @@ -1891,7 +1891,7 @@ Stat *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. --- @@ -1903,7 +1903,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. --- @@ -1925,9 +1925,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. | | Dimensions | interface{} | dimensions block. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. | --- @@ -1939,7 +1939,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. --- @@ -1953,7 +1953,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} --- @@ -1965,7 +1965,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. --- @@ -1986,8 +1986,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| DimensionName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. | -| DimensionValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. | +| DimensionName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. | +| DimensionValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. | --- @@ -1999,7 +1999,7 @@ DimensionName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. --- @@ -2011,7 +2011,7 @@ DimensionValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. --- @@ -2032,8 +2032,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| DatadogQuery | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | -| Duration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| DatadogQuery | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | +| Duration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -2045,7 +2045,7 @@ DatadogQuery *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. --- @@ -2057,7 +2057,7 @@ Duration *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -2081,11 +2081,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| JenkinsInterval | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. | -| PipelineName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. | -| Timeout | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. | +| JenkinsInterval | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. | +| PipelineName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. | +| Timeout | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. | | JenkinsParameters | OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters | jenkins_parameters block. | -| TlsVerification | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. | +| TlsVerification | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. | --- @@ -2097,7 +2097,7 @@ JenkinsInterval *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. --- @@ -2109,7 +2109,7 @@ PipelineName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. --- @@ -2121,7 +2121,7 @@ Timeout *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. --- @@ -2135,7 +2135,7 @@ JenkinsParameters OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParame jenkins_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} --- @@ -2147,7 +2147,7 @@ TlsVerification interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. --- @@ -2168,8 +2168,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| ParameterKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. | -| ParameterValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. | +| ParameterKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. | +| ParameterValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. | --- @@ -2181,7 +2181,7 @@ ParameterKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. --- @@ -2193,7 +2193,7 @@ ParameterValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. --- @@ -2227,7 +2227,7 @@ Spec interface{} spec block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} --- @@ -2249,7 +2249,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | | JobTemplate | interface{} | job_template block. | -| BackoffLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. | +| BackoffLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. | --- @@ -2263,7 +2263,7 @@ JobTemplate interface{} job_template block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#job_template OceancdVerificationTemplate#job_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#job_template OceancdVerificationTemplate#job_template} --- @@ -2275,7 +2275,7 @@ BackoffLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. --- @@ -2309,7 +2309,7 @@ TemplateSpec interface{} template_spec block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#template_spec OceancdVerificationTemplate#template_spec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#template_spec OceancdVerificationTemplate#template_spec} --- @@ -2331,7 +2331,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | | Containers | interface{} | containers block. | -| RestartPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. | +| RestartPolicy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. | --- @@ -2345,7 +2345,7 @@ Containers interface{} containers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#containers OceancdVerificationTemplate#containers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#containers OceancdVerificationTemplate#containers} --- @@ -2357,7 +2357,7 @@ RestartPolicy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. --- @@ -2379,9 +2379,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| Command | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. | -| ContainerName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. | -| Image | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. | +| Command | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. | +| ContainerName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. | +| Image | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. | --- @@ -2393,7 +2393,7 @@ Command *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. --- @@ -2405,7 +2405,7 @@ ContainerName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. --- @@ -2417,7 +2417,7 @@ Image *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. --- @@ -2438,8 +2438,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| NewRelicQuery | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | -| Profile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | +| NewRelicQuery | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | +| Profile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | --- @@ -2451,7 +2451,7 @@ NewRelicQuery *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. --- @@ -2463,7 +2463,7 @@ Profile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. --- @@ -2483,7 +2483,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| PrometheusQuery | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | +| PrometheusQuery | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | --- @@ -2495,7 +2495,7 @@ PrometheusQuery *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. --- @@ -2521,12 +2521,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. | -| Body | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. | -| Insecure | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. | -| JsonPath | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. | -| Method | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. | -| TimeoutSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. | +| Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. | +| Body | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. | +| Insecure | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. | +| JsonPath | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. | +| Method | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. | +| TimeoutSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. | | WebHeader | interface{} | web_header block. | --- @@ -2539,7 +2539,7 @@ Url *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. --- @@ -2551,7 +2551,7 @@ Body *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. --- @@ -2563,7 +2563,7 @@ Insecure interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. --- @@ -2575,7 +2575,7 @@ JsonPath *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. --- @@ -2587,7 +2587,7 @@ Method *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. --- @@ -2599,7 +2599,7 @@ TimeoutSeconds *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. --- @@ -2613,7 +2613,7 @@ WebHeader interface{} web_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} --- @@ -2634,8 +2634,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica | **Name** | **Type** | **Description** | | --- | --- | --- | -| WebHeaderKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. | -| WebHeaderValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. | +| WebHeaderKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. | +| WebHeaderValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. | --- @@ -2647,7 +2647,7 @@ WebHeaderKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. --- @@ -2659,7 +2659,7 @@ WebHeaderValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. --- diff --git a/docs/oceancdVerificationTemplate.java.md b/docs/oceancdVerificationTemplate.java.md index bbb5a4e6..a3b3952f 100644 --- a/docs/oceancdVerificationTemplate.java.md +++ b/docs/oceancdVerificationTemplate.java.md @@ -4,7 +4,7 @@ ### OceancdVerificationTemplate -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template}. #### Initializers @@ -43,9 +43,9 @@ OceancdVerificationTemplate.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | | args | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdVerificationTemplateArgs> | args block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | | metrics | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdVerificationTemplateMetrics> | metrics block. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti args block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} --- @@ -619,7 +619,7 @@ The construct id used in the generated config for the OceancdVerificationTemplat The id of the existing OceancdVerificationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#import import section} in the documentation of this resource for the id to use --- @@ -920,8 +920,8 @@ OceancdVerificationTemplateArgs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| argName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. | +| argName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. | | valueFrom | OceancdVerificationTemplateArgsValueFrom | value_from block. | --- @@ -934,7 +934,7 @@ public java.lang.String getArgName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. --- @@ -946,7 +946,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. --- @@ -960,7 +960,7 @@ public OceancdVerificationTemplateArgsValueFrom getValueFrom(); value_from block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value_from OceancdVerificationTemplate#value_from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value_from OceancdVerificationTemplate#value_from} --- @@ -994,7 +994,7 @@ public OceancdVerificationTemplateArgsValueFromSecretKeyRef getSecretKeyRef(); secret_key_ref block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} --- @@ -1015,8 +1015,8 @@ OceancdVerificationTemplateArgsValueFromSecretKeyRef.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | --- @@ -1028,7 +1028,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. --- @@ -1040,7 +1040,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. --- @@ -1083,9 +1083,9 @@ OceancdVerificationTemplateConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | | args | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdVerificationTemplateArgs> | args block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | | metrics | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdVerificationTemplateMetrics> | metrics block. | --- @@ -1168,7 +1168,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. --- @@ -1182,7 +1182,7 @@ public java.lang.Object getArgs(); args block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} --- @@ -1194,7 +1194,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1211,7 +1211,7 @@ public java.lang.Object getMetrics(); metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} --- @@ -1243,17 +1243,17 @@ OceancdVerificationTemplateMetrics.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricsName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. | +| metricsName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. | | provider | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdVerificationTemplateMetricsProvider> | provider block. | | baseline | OceancdVerificationTemplateMetricsBaseline | baseline block. | -| consecutiveErrorLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. | -| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. | -| dryRun | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. | -| failureCondition | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. | -| failureLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. | -| initialDelay | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. | -| interval | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. | -| successCondition | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. | +| consecutiveErrorLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. | +| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. | +| dryRun | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. | +| failureCondition | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. | +| failureLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. | +| initialDelay | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. | +| interval | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. | +| successCondition | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. | --- @@ -1265,7 +1265,7 @@ public java.lang.String getMetricsName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. --- @@ -1279,7 +1279,7 @@ public java.lang.Object getProvider(); provider block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#provider OceancdVerificationTemplate#provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#provider OceancdVerificationTemplate#provider} --- @@ -1293,7 +1293,7 @@ public OceancdVerificationTemplateMetricsBaseline getBaseline(); baseline block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#baseline OceancdVerificationTemplate#baseline} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#baseline OceancdVerificationTemplate#baseline} --- @@ -1305,7 +1305,7 @@ public java.lang.Number getConsecutiveErrorLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. --- @@ -1317,7 +1317,7 @@ public java.lang.Number getCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. --- @@ -1329,7 +1329,7 @@ public java.lang.Object getDryRun(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. --- @@ -1341,7 +1341,7 @@ public java.lang.String getFailureCondition(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. --- @@ -1353,7 +1353,7 @@ public java.lang.Number getFailureLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. --- @@ -1365,7 +1365,7 @@ public java.lang.String getInitialDelay(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. --- @@ -1377,7 +1377,7 @@ public java.lang.String getInterval(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. --- @@ -1389,7 +1389,7 @@ public java.lang.String getSuccessCondition(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. --- @@ -1414,9 +1414,9 @@ OceancdVerificationTemplateMetricsBaseline.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | baselineProvider | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdVerificationTemplateMetricsBaselineBaselineProvider> | baseline_provider block. | -| threshold | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. | -| maxRange | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. | -| minRange | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. | +| threshold | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. | +| maxRange | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. | +| minRange | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. | --- @@ -1430,7 +1430,7 @@ public java.lang.Object getBaselineProvider(); baseline_provider block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} --- @@ -1442,7 +1442,7 @@ public java.lang.String getThreshold(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. --- @@ -1454,7 +1454,7 @@ public java.lang.Number getMaxRange(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. --- @@ -1466,7 +1466,7 @@ public java.lang.Number getMinRange(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. --- @@ -1504,7 +1504,7 @@ public OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog getData datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} --- @@ -1518,7 +1518,7 @@ public OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic getNew new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} --- @@ -1532,7 +1532,7 @@ public OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus getP prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} --- @@ -1553,8 +1553,8 @@ OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| datadogQuery | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | -| duration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| datadogQuery | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | +| duration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -1566,7 +1566,7 @@ public java.lang.String getDatadogQuery(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. --- @@ -1578,7 +1578,7 @@ public java.lang.String getDuration(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -1599,8 +1599,8 @@ OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| newRelicQuery | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | -| profile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | +| newRelicQuery | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | +| profile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | --- @@ -1612,7 +1612,7 @@ public java.lang.String getNewRelicQuery(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. --- @@ -1624,7 +1624,7 @@ public java.lang.String getProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. --- @@ -1644,7 +1644,7 @@ OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| prometheusQuery | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | +| prometheusQuery | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | --- @@ -1656,7 +1656,7 @@ public java.lang.String getPrometheusQuery(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. --- @@ -1702,7 +1702,7 @@ public OceancdVerificationTemplateMetricsProviderCloudWatch getCloudWatch(); cloud_watch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#cloud_watch OceancdVerificationTemplate#cloud_watch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#cloud_watch OceancdVerificationTemplate#cloud_watch} --- @@ -1716,7 +1716,7 @@ public OceancdVerificationTemplateMetricsProviderDatadog getDatadog(); datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} --- @@ -1730,7 +1730,7 @@ public OceancdVerificationTemplateMetricsProviderJenkins getJenkins(); jenkins block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins OceancdVerificationTemplate#jenkins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins OceancdVerificationTemplate#jenkins} --- @@ -1744,7 +1744,7 @@ public OceancdVerificationTemplateMetricsProviderJob getJob(); job block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#job OceancdVerificationTemplate#job} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#job OceancdVerificationTemplate#job} --- @@ -1758,7 +1758,7 @@ public OceancdVerificationTemplateMetricsProviderNewRelic getNewRelic(); new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} --- @@ -1772,7 +1772,7 @@ public OceancdVerificationTemplateMetricsProviderPrometheus getPrometheus(); prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} --- @@ -1786,7 +1786,7 @@ public OceancdVerificationTemplateMetricsProviderWeb getWeb(); web block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web OceancdVerificationTemplate#web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web OceancdVerificationTemplate#web} --- @@ -1809,7 +1809,7 @@ OceancdVerificationTemplateMetricsProviderCloudWatch.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | metricDataQueries | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueries> | metric_data_queries block. | -| duration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| duration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -1823,7 +1823,7 @@ public java.lang.Object getMetricDataQueries(); metric_data_queries block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} --- @@ -1835,7 +1835,7 @@ public java.lang.String getDuration(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -1861,12 +1861,12 @@ OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueries.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | -| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. | -| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | +| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. | +| label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. | | metricStat | OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat | metric_stat block. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. | -| returnData | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. | +| returnData | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. | --- @@ -1878,7 +1878,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1893,7 +1893,7 @@ public java.lang.String getExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. --- @@ -1905,7 +1905,7 @@ public java.lang.String getLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. --- @@ -1919,7 +1919,7 @@ public OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetr metric_stat block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_stat OceancdVerificationTemplate#metric_stat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_stat OceancdVerificationTemplate#metric_stat} --- @@ -1931,7 +1931,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. --- @@ -1943,7 +1943,7 @@ public java.lang.Object getReturnData(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. --- @@ -1967,9 +1967,9 @@ OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat. | **Name** | **Type** | **Description** | | --- | --- | --- | | metric | OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric | metric block. | -| metricPeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. | -| stat | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. | +| metricPeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. | +| stat | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. | --- @@ -1983,7 +1983,7 @@ public OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetr metric block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} --- @@ -1995,7 +1995,7 @@ public java.lang.Number getMetricPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. --- @@ -2007,7 +2007,7 @@ public java.lang.String getStat(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. --- @@ -2019,7 +2019,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. --- @@ -2042,9 +2042,9 @@ OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatM | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. | | dimensions | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensions> | dimensions block. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. | --- @@ -2056,7 +2056,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. --- @@ -2070,7 +2070,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} --- @@ -2082,7 +2082,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. --- @@ -2103,8 +2103,8 @@ OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatM | **Name** | **Type** | **Description** | | --- | --- | --- | -| dimensionName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. | -| dimensionValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. | +| dimensionName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. | +| dimensionValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. | --- @@ -2116,7 +2116,7 @@ public java.lang.String getDimensionName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. --- @@ -2128,7 +2128,7 @@ public java.lang.String getDimensionValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. --- @@ -2149,8 +2149,8 @@ OceancdVerificationTemplateMetricsProviderDatadog.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| datadogQuery | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | -| duration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| datadogQuery | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | +| duration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -2162,7 +2162,7 @@ public java.lang.String getDatadogQuery(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. --- @@ -2174,7 +2174,7 @@ public java.lang.String getDuration(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -2199,11 +2199,11 @@ OceancdVerificationTemplateMetricsProviderJenkins.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| jenkinsInterval | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. | -| pipelineName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. | -| timeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. | +| jenkinsInterval | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. | +| pipelineName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. | +| timeout | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. | | jenkinsParameters | OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters | jenkins_parameters block. | -| tlsVerification | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. | +| tlsVerification | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. | --- @@ -2215,7 +2215,7 @@ public java.lang.String getJenkinsInterval(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. --- @@ -2227,7 +2227,7 @@ public java.lang.String getPipelineName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. --- @@ -2239,7 +2239,7 @@ public java.lang.String getTimeout(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. --- @@ -2253,7 +2253,7 @@ public OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters getJen jenkins_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} --- @@ -2265,7 +2265,7 @@ public java.lang.Object getTlsVerification(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. --- @@ -2286,8 +2286,8 @@ OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| parameterKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. | -| parameterValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. | +| parameterKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. | +| parameterValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. | --- @@ -2299,7 +2299,7 @@ public java.lang.String getParameterKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. --- @@ -2311,7 +2311,7 @@ public java.lang.String getParameterValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. --- @@ -2346,7 +2346,7 @@ public java.lang.Object getSpec(); spec block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} --- @@ -2369,7 +2369,7 @@ OceancdVerificationTemplateMetricsProviderJobSpec.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | jobTemplate | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdVerificationTemplateMetricsProviderJobSpecJobTemplate> | job_template block. | -| backoffLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. | +| backoffLimit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. | --- @@ -2383,7 +2383,7 @@ public java.lang.Object getJobTemplate(); job_template block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#job_template OceancdVerificationTemplate#job_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#job_template OceancdVerificationTemplate#job_template} --- @@ -2395,7 +2395,7 @@ public java.lang.Number getBackoffLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. --- @@ -2430,7 +2430,7 @@ public java.lang.Object getTemplateSpec(); template_spec block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#template_spec OceancdVerificationTemplate#template_spec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#template_spec OceancdVerificationTemplate#template_spec} --- @@ -2453,7 +2453,7 @@ OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpec.builder | **Name** | **Type** | **Description** | | --- | --- | --- | | containers | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainers> | containers block. | -| restartPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. | +| restartPolicy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. | --- @@ -2467,7 +2467,7 @@ public java.lang.Object getContainers(); containers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#containers OceancdVerificationTemplate#containers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#containers OceancdVerificationTemplate#containers} --- @@ -2479,7 +2479,7 @@ public java.lang.String getRestartPolicy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. --- @@ -2501,9 +2501,9 @@ OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContaine | **Name** | **Type** | **Description** | | --- | --- | --- | -| command | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. | -| containerName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. | -| image | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. | +| command | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. | +| containerName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. | +| image | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. | --- @@ -2515,7 +2515,7 @@ public java.util.List getCommand(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. --- @@ -2527,7 +2527,7 @@ public java.lang.String getContainerName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. --- @@ -2539,7 +2539,7 @@ public java.lang.String getImage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. --- @@ -2560,8 +2560,8 @@ OceancdVerificationTemplateMetricsProviderNewRelic.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| newRelicQuery | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | -| profile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | +| newRelicQuery | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | +| profile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | --- @@ -2573,7 +2573,7 @@ public java.lang.String getNewRelicQuery(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. --- @@ -2585,7 +2585,7 @@ public java.lang.String getProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. --- @@ -2605,7 +2605,7 @@ OceancdVerificationTemplateMetricsProviderPrometheus.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| prometheusQuery | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | +| prometheusQuery | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | --- @@ -2617,7 +2617,7 @@ public java.lang.String getPrometheusQuery(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. --- @@ -2645,12 +2645,12 @@ OceancdVerificationTemplateMetricsProviderWeb.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. | -| body | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. | -| insecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. | -| jsonPath | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. | -| method | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. | -| timeoutSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. | +| url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. | +| body | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. | +| insecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. | +| jsonPath | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. | +| method | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. | +| timeoutSeconds | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. | | webHeader | com.hashicorp.cdktf.IResolvable OR java.util.List<OceancdVerificationTemplateMetricsProviderWebWebHeader> | web_header block. | --- @@ -2663,7 +2663,7 @@ public java.lang.String getUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. --- @@ -2675,7 +2675,7 @@ public java.lang.String getBody(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. --- @@ -2687,7 +2687,7 @@ public java.lang.Object getInsecure(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. --- @@ -2699,7 +2699,7 @@ public java.lang.String getJsonPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. --- @@ -2711,7 +2711,7 @@ public java.lang.String getMethod(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. --- @@ -2723,7 +2723,7 @@ public java.lang.Number getTimeoutSeconds(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. --- @@ -2737,7 +2737,7 @@ public java.lang.Object getWebHeader(); web_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} --- @@ -2758,8 +2758,8 @@ OceancdVerificationTemplateMetricsProviderWebWebHeader.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| webHeaderKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. | -| webHeaderValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. | +| webHeaderKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. | +| webHeaderValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. | --- @@ -2771,7 +2771,7 @@ public java.lang.String getWebHeaderKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. --- @@ -2783,7 +2783,7 @@ public java.lang.String getWebHeaderValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. --- diff --git a/docs/oceancdVerificationTemplate.python.md b/docs/oceancdVerificationTemplate.python.md index 28df6760..000b86cb 100644 --- a/docs/oceancdVerificationTemplate.python.md +++ b/docs/oceancdVerificationTemplate.python.md @@ -4,7 +4,7 @@ ### OceancdVerificationTemplate -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template}. #### Initializers @@ -39,9 +39,9 @@ oceancdVerificationTemplate.OceancdVerificationTemplate( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | | args | typing.Union[cdktf.IResolvable, typing.List[OceancdVerificationTemplateArgs]] | args block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | | metrics | typing.Union[cdktf.IResolvable, typing.List[OceancdVerificationTemplateMetrics]] | metrics block. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti args block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -141,7 +141,7 @@ If you experience problems setting this value it might not be settable. Please t metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} --- @@ -665,7 +665,7 @@ The construct id used in the generated config for the OceancdVerificationTemplat The id of the existing OceancdVerificationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#import import section} in the documentation of this resource for the id to use --- @@ -966,8 +966,8 @@ oceancdVerificationTemplate.OceancdVerificationTemplateArgs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| arg_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. | +| arg_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. | | value_from | OceancdVerificationTemplateArgsValueFrom | value_from block. | --- @@ -980,7 +980,7 @@ arg_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. --- @@ -992,7 +992,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. --- @@ -1006,7 +1006,7 @@ value_from: OceancdVerificationTemplateArgsValueFrom value_from block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value_from OceancdVerificationTemplate#value_from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value_from OceancdVerificationTemplate#value_from} --- @@ -1040,7 +1040,7 @@ secret_key_ref: OceancdVerificationTemplateArgsValueFromSecretKeyRef secret_key_ref block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} --- @@ -1061,8 +1061,8 @@ oceancdVerificationTemplate.OceancdVerificationTemplateArgsValueFromSecretKeyRef | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | --- @@ -1074,7 +1074,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. --- @@ -1086,7 +1086,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. --- @@ -1123,9 +1123,9 @@ oceancdVerificationTemplate.OceancdVerificationTemplateConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | | args | typing.Union[cdktf.IResolvable, typing.List[OceancdVerificationTemplateArgs]] | args block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | | metrics | typing.Union[cdktf.IResolvable, typing.List[OceancdVerificationTemplateMetrics]] | metrics block. | --- @@ -1208,7 +1208,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. --- @@ -1222,7 +1222,7 @@ args: typing.Union[IResolvable, typing.List[OceancdVerificationTemplateArgs]] args block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} --- @@ -1234,7 +1234,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1251,7 +1251,7 @@ metrics: typing.Union[IResolvable, typing.List[OceancdVerificationTemplateMetric metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} --- @@ -1281,17 +1281,17 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetrics( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metrics_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. | +| metrics_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. | | provider | typing.Union[cdktf.IResolvable, typing.List[OceancdVerificationTemplateMetricsProvider]] | provider block. | | baseline | OceancdVerificationTemplateMetricsBaseline | baseline block. | -| consecutive_error_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. | -| count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. | -| dry_run | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. | -| failure_condition | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. | -| failure_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. | -| initial_delay | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. | -| interval | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. | -| success_condition | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. | +| consecutive_error_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. | +| count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. | +| dry_run | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. | +| failure_condition | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. | +| failure_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. | +| initial_delay | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. | +| interval | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. | +| success_condition | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. | --- @@ -1303,7 +1303,7 @@ metrics_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. --- @@ -1317,7 +1317,7 @@ provider: typing.Union[IResolvable, typing.List[OceancdVerificationTemplateMetri provider block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#provider OceancdVerificationTemplate#provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#provider OceancdVerificationTemplate#provider} --- @@ -1331,7 +1331,7 @@ baseline: OceancdVerificationTemplateMetricsBaseline baseline block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#baseline OceancdVerificationTemplate#baseline} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#baseline OceancdVerificationTemplate#baseline} --- @@ -1343,7 +1343,7 @@ consecutive_error_limit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. --- @@ -1355,7 +1355,7 @@ count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. --- @@ -1367,7 +1367,7 @@ dry_run: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. --- @@ -1379,7 +1379,7 @@ failure_condition: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. --- @@ -1391,7 +1391,7 @@ failure_limit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. --- @@ -1403,7 +1403,7 @@ initial_delay: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. --- @@ -1415,7 +1415,7 @@ interval: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. --- @@ -1427,7 +1427,7 @@ success_condition: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. --- @@ -1451,9 +1451,9 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaseline( | **Name** | **Type** | **Description** | | --- | --- | --- | | baseline_provider | typing.Union[cdktf.IResolvable, typing.List[OceancdVerificationTemplateMetricsBaselineBaselineProvider]] | baseline_provider block. | -| threshold | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. | -| max_range | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. | -| min_range | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. | +| threshold | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. | +| max_range | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. | +| min_range | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. | --- @@ -1467,7 +1467,7 @@ baseline_provider: typing.Union[IResolvable, typing.List[OceancdVerificationTemp baseline_provider block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} --- @@ -1479,7 +1479,7 @@ threshold: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. --- @@ -1491,7 +1491,7 @@ max_range: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. --- @@ -1503,7 +1503,7 @@ min_range: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. --- @@ -1541,7 +1541,7 @@ datadog: OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} --- @@ -1555,7 +1555,7 @@ new_relic: OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} --- @@ -1569,7 +1569,7 @@ prometheus: OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} --- @@ -1590,8 +1590,8 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselinePr | **Name** | **Type** | **Description** | | --- | --- | --- | -| datadog_query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | -| duration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| datadog_query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | +| duration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -1603,7 +1603,7 @@ datadog_query: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. --- @@ -1615,7 +1615,7 @@ duration: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -1636,8 +1636,8 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselinePr | **Name** | **Type** | **Description** | | --- | --- | --- | -| new_relic_query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | -| profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | +| new_relic_query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | +| profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | --- @@ -1649,7 +1649,7 @@ new_relic_query: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. --- @@ -1661,7 +1661,7 @@ profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. --- @@ -1681,7 +1681,7 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselinePr | **Name** | **Type** | **Description** | | --- | --- | --- | -| prometheus_query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | +| prometheus_query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | --- @@ -1693,7 +1693,7 @@ prometheus_query: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. --- @@ -1739,7 +1739,7 @@ cloud_watch: OceancdVerificationTemplateMetricsProviderCloudWatch cloud_watch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#cloud_watch OceancdVerificationTemplate#cloud_watch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#cloud_watch OceancdVerificationTemplate#cloud_watch} --- @@ -1753,7 +1753,7 @@ datadog: OceancdVerificationTemplateMetricsProviderDatadog datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} --- @@ -1767,7 +1767,7 @@ jenkins: OceancdVerificationTemplateMetricsProviderJenkins jenkins block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins OceancdVerificationTemplate#jenkins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins OceancdVerificationTemplate#jenkins} --- @@ -1781,7 +1781,7 @@ job: OceancdVerificationTemplateMetricsProviderJob job block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#job OceancdVerificationTemplate#job} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#job OceancdVerificationTemplate#job} --- @@ -1795,7 +1795,7 @@ new_relic: OceancdVerificationTemplateMetricsProviderNewRelic new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} --- @@ -1809,7 +1809,7 @@ prometheus: OceancdVerificationTemplateMetricsProviderPrometheus prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} --- @@ -1823,7 +1823,7 @@ web: OceancdVerificationTemplateMetricsProviderWeb web block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web OceancdVerificationTemplate#web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web OceancdVerificationTemplate#web} --- @@ -1845,7 +1845,7 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatch | **Name** | **Type** | **Description** | | --- | --- | --- | | metric_data_queries | typing.Union[cdktf.IResolvable, typing.List[OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueries]] | metric_data_queries block. | -| duration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| duration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -1859,7 +1859,7 @@ metric_data_queries: typing.Union[IResolvable, typing.List[OceancdVerificationTe metric_data_queries block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} --- @@ -1871,7 +1871,7 @@ duration: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -1896,12 +1896,12 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatch | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | -| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. | -| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | +| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. | +| label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. | | metric_stat | OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat | metric_stat block. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. | -| return_data | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. | +| return_data | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. | --- @@ -1913,7 +1913,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1928,7 +1928,7 @@ expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. --- @@ -1940,7 +1940,7 @@ label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. --- @@ -1954,7 +1954,7 @@ metric_stat: OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueri metric_stat block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_stat OceancdVerificationTemplate#metric_stat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_stat OceancdVerificationTemplate#metric_stat} --- @@ -1966,7 +1966,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. --- @@ -1978,7 +1978,7 @@ return_data: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. --- @@ -2002,9 +2002,9 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatch | **Name** | **Type** | **Description** | | --- | --- | --- | | metric | OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric | metric block. | -| metric_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. | -| stat | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. | +| metric_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. | +| stat | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. | --- @@ -2018,7 +2018,7 @@ metric: OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMet metric block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} --- @@ -2030,7 +2030,7 @@ metric_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. --- @@ -2042,7 +2042,7 @@ stat: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. --- @@ -2054,7 +2054,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. --- @@ -2076,9 +2076,9 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatch | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. | | dimensions | typing.Union[cdktf.IResolvable, typing.List[OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensions]] | dimensions block. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. | --- @@ -2090,7 +2090,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. --- @@ -2104,7 +2104,7 @@ dimensions: typing.Union[IResolvable, typing.List[OceancdVerificationTemplateMet dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} --- @@ -2116,7 +2116,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. --- @@ -2137,8 +2137,8 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatch | **Name** | **Type** | **Description** | | --- | --- | --- | -| dimension_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. | -| dimension_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. | +| dimension_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. | +| dimension_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. | --- @@ -2150,7 +2150,7 @@ dimension_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. --- @@ -2162,7 +2162,7 @@ dimension_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. --- @@ -2183,8 +2183,8 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderDatadog( | **Name** | **Type** | **Description** | | --- | --- | --- | -| datadog_query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | -| duration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| datadog_query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | +| duration | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -2196,7 +2196,7 @@ datadog_query: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. --- @@ -2208,7 +2208,7 @@ duration: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -2232,11 +2232,11 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkins( | **Name** | **Type** | **Description** | | --- | --- | --- | -| jenkins_interval | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. | -| pipeline_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. | -| timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. | +| jenkins_interval | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. | +| pipeline_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. | +| timeout | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. | | jenkins_parameters | OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters | jenkins_parameters block. | -| tls_verification | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. | +| tls_verification | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. | --- @@ -2248,7 +2248,7 @@ jenkins_interval: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. --- @@ -2260,7 +2260,7 @@ pipeline_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. --- @@ -2272,7 +2272,7 @@ timeout: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. --- @@ -2286,7 +2286,7 @@ jenkins_parameters: OceancdVerificationTemplateMetricsProviderJenkinsJenkinsPara jenkins_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} --- @@ -2298,7 +2298,7 @@ tls_verification: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. --- @@ -2319,8 +2319,8 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkinsJen | **Name** | **Type** | **Description** | | --- | --- | --- | -| parameter_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. | -| parameter_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. | +| parameter_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. | +| parameter_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. | --- @@ -2332,7 +2332,7 @@ parameter_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. --- @@ -2344,7 +2344,7 @@ parameter_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. --- @@ -2378,7 +2378,7 @@ spec: typing.Union[IResolvable, typing.List[OceancdVerificationTemplateMetricsPr spec block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} --- @@ -2400,7 +2400,7 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpec( | **Name** | **Type** | **Description** | | --- | --- | --- | | job_template | typing.Union[cdktf.IResolvable, typing.List[OceancdVerificationTemplateMetricsProviderJobSpecJobTemplate]] | job_template block. | -| backoff_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. | +| backoff_limit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. | --- @@ -2414,7 +2414,7 @@ job_template: typing.Union[IResolvable, typing.List[OceancdVerificationTemplateM job_template block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#job_template OceancdVerificationTemplate#job_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#job_template OceancdVerificationTemplate#job_template} --- @@ -2426,7 +2426,7 @@ backoff_limit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. --- @@ -2460,7 +2460,7 @@ template_spec: typing.Union[IResolvable, typing.List[OceancdVerificationTemplate template_spec block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#template_spec OceancdVerificationTemplate#template_spec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#template_spec OceancdVerificationTemplate#template_spec} --- @@ -2482,7 +2482,7 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpecJob | **Name** | **Type** | **Description** | | --- | --- | --- | | containers | typing.Union[cdktf.IResolvable, typing.List[OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainers]] | containers block. | -| restart_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. | +| restart_policy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. | --- @@ -2496,7 +2496,7 @@ containers: typing.Union[IResolvable, typing.List[OceancdVerificationTemplateMet containers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#containers OceancdVerificationTemplate#containers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#containers OceancdVerificationTemplate#containers} --- @@ -2508,7 +2508,7 @@ restart_policy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. --- @@ -2530,9 +2530,9 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpecJob | **Name** | **Type** | **Description** | | --- | --- | --- | -| command | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. | -| container_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. | -| image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. | +| command | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. | +| container_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. | +| image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. | --- @@ -2544,7 +2544,7 @@ command: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. --- @@ -2556,7 +2556,7 @@ container_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. --- @@ -2568,7 +2568,7 @@ image: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. --- @@ -2589,8 +2589,8 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderNewRelic( | **Name** | **Type** | **Description** | | --- | --- | --- | -| new_relic_query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | -| profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | +| new_relic_query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | +| profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | --- @@ -2602,7 +2602,7 @@ new_relic_query: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. --- @@ -2614,7 +2614,7 @@ profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. --- @@ -2634,7 +2634,7 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderPrometheus | **Name** | **Type** | **Description** | | --- | --- | --- | -| prometheus_query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | +| prometheus_query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | --- @@ -2646,7 +2646,7 @@ prometheus_query: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. --- @@ -2672,12 +2672,12 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderWeb( | **Name** | **Type** | **Description** | | --- | --- | --- | -| url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. | -| body | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. | -| insecure | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. | -| json_path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. | -| method | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. | -| timeout_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. | +| url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. | +| body | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. | +| insecure | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. | +| json_path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. | +| method | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. | +| timeout_seconds | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. | | web_header | typing.Union[cdktf.IResolvable, typing.List[OceancdVerificationTemplateMetricsProviderWebWebHeader]] | web_header block. | --- @@ -2690,7 +2690,7 @@ url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. --- @@ -2702,7 +2702,7 @@ body: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. --- @@ -2714,7 +2714,7 @@ insecure: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. --- @@ -2726,7 +2726,7 @@ json_path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. --- @@ -2738,7 +2738,7 @@ method: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. --- @@ -2750,7 +2750,7 @@ timeout_seconds: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. --- @@ -2764,7 +2764,7 @@ web_header: typing.Union[IResolvable, typing.List[OceancdVerificationTemplateMet web_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} --- @@ -2785,8 +2785,8 @@ oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderWebWebHead | **Name** | **Type** | **Description** | | --- | --- | --- | -| web_header_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. | -| web_header_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. | +| web_header_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. | +| web_header_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. | --- @@ -2798,7 +2798,7 @@ web_header_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. --- @@ -2810,7 +2810,7 @@ web_header_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. --- @@ -3251,7 +3251,7 @@ def put_value_from( secret_key_ref block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} --- @@ -3622,7 +3622,7 @@ def put_secret_key_ref( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. --- @@ -3630,7 +3630,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. --- @@ -5113,7 +5113,7 @@ def put_datadog( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. --- @@ -5121,7 +5121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -5138,7 +5138,7 @@ def put_new_relic( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. --- @@ -5146,7 +5146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. --- @@ -5162,7 +5162,7 @@ def put_prometheus( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. --- @@ -6429,7 +6429,7 @@ def put_baseline( baseline_provider block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} --- @@ -6437,7 +6437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. --- @@ -6445,7 +6445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. --- @@ -6453,7 +6453,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. --- @@ -8107,7 +8107,7 @@ def put_metric( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. --- @@ -8117,7 +8117,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} --- @@ -8125,7 +8125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. --- @@ -8558,7 +8558,7 @@ def put_metric_stat( metric block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} --- @@ -8566,7 +8566,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. --- @@ -8574,7 +8574,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. --- @@ -8582,7 +8582,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. --- @@ -10028,7 +10028,7 @@ def put_jenkins_parameters( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. --- @@ -10036,7 +10036,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. --- @@ -13375,7 +13375,7 @@ def put_cloud_watch( metric_data_queries block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} --- @@ -13383,7 +13383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -13400,7 +13400,7 @@ def put_datadog( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. --- @@ -13408,7 +13408,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -13428,7 +13428,7 @@ def put_jenkins( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. --- @@ -13436,7 +13436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. --- @@ -13444,7 +13444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. --- @@ -13454,7 +13454,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti jenkins_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} --- @@ -13462,7 +13462,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. --- @@ -13480,7 +13480,7 @@ def put_job( spec block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} --- @@ -13497,7 +13497,7 @@ def put_new_relic( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. --- @@ -13505,7 +13505,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. --- @@ -13521,7 +13521,7 @@ def put_prometheus( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. --- @@ -13543,7 +13543,7 @@ def put_web( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. --- @@ -13551,7 +13551,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. --- @@ -13559,7 +13559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. --- @@ -13567,7 +13567,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. --- @@ -13575,7 +13575,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. --- @@ -13583,7 +13583,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. --- @@ -13593,7 +13593,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti web_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} --- diff --git a/docs/oceancdVerificationTemplate.typescript.md b/docs/oceancdVerificationTemplate.typescript.md index 99c74f6a..26522823 100644 --- a/docs/oceancdVerificationTemplate.typescript.md +++ b/docs/oceancdVerificationTemplate.typescript.md @@ -4,7 +4,7 @@ ### OceancdVerificationTemplate -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template}. #### Initializers @@ -514,7 +514,7 @@ The construct id used in the generated config for the OceancdVerificationTemplat The id of the existing OceancdVerificationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#import import section} in the documentation of this resource for the id to use --- @@ -811,8 +811,8 @@ const oceancdVerificationTemplateArgs: oceancdVerificationTemplate.OceancdVerifi | **Name** | **Type** | **Description** | | --- | --- | --- | -| argName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. | +| argName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. | | valueFrom | OceancdVerificationTemplateArgsValueFrom | value_from block. | --- @@ -825,7 +825,7 @@ public readonly argName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name}. --- @@ -837,7 +837,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value}. --- @@ -851,7 +851,7 @@ public readonly valueFrom: OceancdVerificationTemplateArgsValueFrom; value_from block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value_from OceancdVerificationTemplate#value_from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value_from OceancdVerificationTemplate#value_from} --- @@ -883,7 +883,7 @@ public readonly secretKeyRef: OceancdVerificationTemplateArgsValueFromSecretKeyR secret_key_ref block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} --- @@ -901,8 +901,8 @@ const oceancdVerificationTemplateArgsValueFromSecretKeyRef: oceancdVerificationT | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | --- @@ -914,7 +914,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key}. --- @@ -926,7 +926,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. --- @@ -951,9 +951,9 @@ const oceancdVerificationTemplateConfig: oceancdVerificationTemplate.OceancdVeri | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. | | args | cdktf.IResolvable \| OceancdVerificationTemplateArgs[] | args block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | | metrics | cdktf.IResolvable \| OceancdVerificationTemplateMetrics[] | metrics block. | --- @@ -1036,7 +1036,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name}. --- @@ -1050,7 +1050,7 @@ public readonly args: IResolvable | OceancdVerificationTemplateArgs[]; args block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} --- @@ -1062,7 +1062,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1079,7 +1079,7 @@ public readonly metrics: IResolvable | OceancdVerificationTemplateMetrics[]; metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} --- @@ -1097,17 +1097,17 @@ const oceancdVerificationTemplateMetrics: oceancdVerificationTemplate.OceancdVer | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricsName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. | +| metricsName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. | | provider | cdktf.IResolvable \| OceancdVerificationTemplateMetricsProvider[] | provider block. | | baseline | OceancdVerificationTemplateMetricsBaseline | baseline block. | -| consecutiveErrorLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. | -| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. | -| dryRun | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. | -| failureCondition | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. | -| failureLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. | -| initialDelay | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. | -| interval | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. | -| successCondition | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. | +| consecutiveErrorLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. | +| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. | +| dryRun | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. | +| failureCondition | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. | +| failureLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. | +| initialDelay | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. | +| interval | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. | +| successCondition | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. | --- @@ -1119,7 +1119,7 @@ public readonly metricsName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name}. --- @@ -1133,7 +1133,7 @@ public readonly provider: IResolvable | OceancdVerificationTemplateMetricsProvid provider block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#provider OceancdVerificationTemplate#provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#provider OceancdVerificationTemplate#provider} --- @@ -1147,7 +1147,7 @@ public readonly baseline: OceancdVerificationTemplateMetricsBaseline; baseline block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#baseline OceancdVerificationTemplate#baseline} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#baseline OceancdVerificationTemplate#baseline} --- @@ -1159,7 +1159,7 @@ public readonly consecutiveErrorLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit}. --- @@ -1171,7 +1171,7 @@ public readonly count: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count}. --- @@ -1183,7 +1183,7 @@ public readonly dryRun: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run}. --- @@ -1195,7 +1195,7 @@ public readonly failureCondition: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition}. --- @@ -1207,7 +1207,7 @@ public readonly failureLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit}. --- @@ -1219,7 +1219,7 @@ public readonly initialDelay: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay}. --- @@ -1231,7 +1231,7 @@ public readonly interval: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval}. --- @@ -1243,7 +1243,7 @@ public readonly successCondition: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition}. --- @@ -1262,9 +1262,9 @@ const oceancdVerificationTemplateMetricsBaseline: oceancdVerificationTemplate.Oc | **Name** | **Type** | **Description** | | --- | --- | --- | | baselineProvider | cdktf.IResolvable \| OceancdVerificationTemplateMetricsBaselineBaselineProvider[] | baseline_provider block. | -| threshold | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. | -| maxRange | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. | -| minRange | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. | +| threshold | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. | +| maxRange | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. | +| minRange | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. | --- @@ -1278,7 +1278,7 @@ public readonly baselineProvider: IResolvable | OceancdVerificationTemplateMetri baseline_provider block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} --- @@ -1290,7 +1290,7 @@ public readonly threshold: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold}. --- @@ -1302,7 +1302,7 @@ public readonly maxRange: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range}. --- @@ -1314,7 +1314,7 @@ public readonly minRange: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range}. --- @@ -1348,7 +1348,7 @@ public readonly datadog: OceancdVerificationTemplateMetricsBaselineBaselineProvi datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} --- @@ -1362,7 +1362,7 @@ public readonly newRelic: OceancdVerificationTemplateMetricsBaselineBaselineProv new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} --- @@ -1376,7 +1376,7 @@ public readonly prometheus: OceancdVerificationTemplateMetricsBaselineBaselinePr prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} --- @@ -1394,8 +1394,8 @@ const oceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog: oceancd | **Name** | **Type** | **Description** | | --- | --- | --- | -| datadogQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | -| duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| datadogQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | +| duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -1407,7 +1407,7 @@ public readonly datadogQuery: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. --- @@ -1419,7 +1419,7 @@ public readonly duration: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -1437,8 +1437,8 @@ const oceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic: oceanc | **Name** | **Type** | **Description** | | --- | --- | --- | -| newRelicQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | -| profile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | +| newRelicQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | +| profile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | --- @@ -1450,7 +1450,7 @@ public readonly newRelicQuery: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. --- @@ -1462,7 +1462,7 @@ public readonly profile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. --- @@ -1480,7 +1480,7 @@ const oceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus: ocea | **Name** | **Type** | **Description** | | --- | --- | --- | -| prometheusQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | +| prometheusQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | --- @@ -1492,7 +1492,7 @@ public readonly prometheusQuery: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. --- @@ -1530,7 +1530,7 @@ public readonly cloudWatch: OceancdVerificationTemplateMetricsProviderCloudWatch cloud_watch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#cloud_watch OceancdVerificationTemplate#cloud_watch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#cloud_watch OceancdVerificationTemplate#cloud_watch} --- @@ -1544,7 +1544,7 @@ public readonly datadog: OceancdVerificationTemplateMetricsProviderDatadog; datadog block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} --- @@ -1558,7 +1558,7 @@ public readonly jenkins: OceancdVerificationTemplateMetricsProviderJenkins; jenkins block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins OceancdVerificationTemplate#jenkins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins OceancdVerificationTemplate#jenkins} --- @@ -1572,7 +1572,7 @@ public readonly job: OceancdVerificationTemplateMetricsProviderJob; job block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#job OceancdVerificationTemplate#job} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#job OceancdVerificationTemplate#job} --- @@ -1586,7 +1586,7 @@ public readonly newRelic: OceancdVerificationTemplateMetricsProviderNewRelic; new_relic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} --- @@ -1600,7 +1600,7 @@ public readonly prometheus: OceancdVerificationTemplateMetricsProviderPrometheus prometheus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} --- @@ -1614,7 +1614,7 @@ public readonly web: OceancdVerificationTemplateMetricsProviderWeb; web block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web OceancdVerificationTemplate#web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web OceancdVerificationTemplate#web} --- @@ -1633,7 +1633,7 @@ const oceancdVerificationTemplateMetricsProviderCloudWatch: oceancdVerificationT | **Name** | **Type** | **Description** | | --- | --- | --- | | metricDataQueries | cdktf.IResolvable \| OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueries[] | metric_data_queries block. | -| duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -1647,7 +1647,7 @@ public readonly metricDataQueries: IResolvable | OceancdVerificationTemplateMetr metric_data_queries block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} --- @@ -1659,7 +1659,7 @@ public readonly duration: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -1677,12 +1677,12 @@ const oceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueries: oce | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | -| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. | -| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. | +| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. | +| label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. | | metricStat | OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat | metric_stat block. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. | -| returnData | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. | +| returnData | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. | --- @@ -1694,7 +1694,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1709,7 +1709,7 @@ public readonly expression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression}. --- @@ -1721,7 +1721,7 @@ public readonly label: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label}. --- @@ -1735,7 +1735,7 @@ public readonly metricStat: OceancdVerificationTemplateMetricsProviderCloudWatch metric_stat block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_stat OceancdVerificationTemplate#metric_stat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_stat OceancdVerificationTemplate#metric_stat} --- @@ -1747,7 +1747,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period}. --- @@ -1759,7 +1759,7 @@ public readonly returnData: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data}. --- @@ -1778,9 +1778,9 @@ const oceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetri | **Name** | **Type** | **Description** | | --- | --- | --- | | metric | OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric | metric block. | -| metricPeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. | -| stat | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. | +| metricPeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. | +| stat | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. | --- @@ -1794,7 +1794,7 @@ public readonly metric: OceancdVerificationTemplateMetricsProviderCloudWatchMetr metric block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} --- @@ -1806,7 +1806,7 @@ public readonly metricPeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period}. --- @@ -1818,7 +1818,7 @@ public readonly stat: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat}. --- @@ -1830,7 +1830,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit}. --- @@ -1848,9 +1848,9 @@ const oceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetri | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. | | dimensions | cdktf.IResolvable \| OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensions[] | dimensions block. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. | --- @@ -1862,7 +1862,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name}. --- @@ -1876,7 +1876,7 @@ public readonly dimensions: IResolvable | OceancdVerificationTemplateMetricsProv dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} --- @@ -1888,7 +1888,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace}. --- @@ -1906,8 +1906,8 @@ const oceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetri | **Name** | **Type** | **Description** | | --- | --- | --- | -| dimensionName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. | -| dimensionValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. | +| dimensionName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. | +| dimensionValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. | --- @@ -1919,7 +1919,7 @@ public readonly dimensionName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name}. --- @@ -1931,7 +1931,7 @@ public readonly dimensionValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value}. --- @@ -1949,8 +1949,8 @@ const oceancdVerificationTemplateMetricsProviderDatadog: oceancdVerificationTemp | **Name** | **Type** | **Description** | | --- | --- | --- | -| datadogQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | -| duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | +| datadogQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. | +| duration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. | --- @@ -1962,7 +1962,7 @@ public readonly datadogQuery: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query}. --- @@ -1974,7 +1974,7 @@ public readonly duration: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration}. --- @@ -1992,11 +1992,11 @@ const oceancdVerificationTemplateMetricsProviderJenkins: oceancdVerificationTemp | **Name** | **Type** | **Description** | | --- | --- | --- | -| jenkinsInterval | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. | -| pipelineName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. | -| timeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. | +| jenkinsInterval | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. | +| pipelineName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. | +| timeout | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. | | jenkinsParameters | OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters | jenkins_parameters block. | -| tlsVerification | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. | +| tlsVerification | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. | --- @@ -2008,7 +2008,7 @@ public readonly jenkinsInterval: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval}. --- @@ -2020,7 +2020,7 @@ public readonly pipelineName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name}. --- @@ -2032,7 +2032,7 @@ public readonly timeout: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout}. --- @@ -2046,7 +2046,7 @@ public readonly jenkinsParameters: OceancdVerificationTemplateMetricsProviderJen jenkins_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} --- @@ -2058,7 +2058,7 @@ public readonly tlsVerification: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification}. --- @@ -2076,8 +2076,8 @@ const oceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters: oceanc | **Name** | **Type** | **Description** | | --- | --- | --- | -| parameterKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. | -| parameterValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. | +| parameterKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. | +| parameterValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. | --- @@ -2089,7 +2089,7 @@ public readonly parameterKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key}. --- @@ -2101,7 +2101,7 @@ public readonly parameterValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value}. --- @@ -2133,7 +2133,7 @@ public readonly spec: IResolvable | OceancdVerificationTemplateMetricsProviderJo spec block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} --- @@ -2152,7 +2152,7 @@ const oceancdVerificationTemplateMetricsProviderJobSpec: oceancdVerificationTemp | **Name** | **Type** | **Description** | | --- | --- | --- | | jobTemplate | cdktf.IResolvable \| OceancdVerificationTemplateMetricsProviderJobSpecJobTemplate[] | job_template block. | -| backoffLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. | +| backoffLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. | --- @@ -2166,7 +2166,7 @@ public readonly jobTemplate: IResolvable | OceancdVerificationTemplateMetricsPro job_template block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#job_template OceancdVerificationTemplate#job_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#job_template OceancdVerificationTemplate#job_template} --- @@ -2178,7 +2178,7 @@ public readonly backoffLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit}. --- @@ -2210,7 +2210,7 @@ public readonly templateSpec: IResolvable | OceancdVerificationTemplateMetricsPr template_spec block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#template_spec OceancdVerificationTemplate#template_spec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#template_spec OceancdVerificationTemplate#template_spec} --- @@ -2229,7 +2229,7 @@ const oceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpec: | **Name** | **Type** | **Description** | | --- | --- | --- | | containers | cdktf.IResolvable \| OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainers[] | containers block. | -| restartPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. | +| restartPolicy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. | --- @@ -2243,7 +2243,7 @@ public readonly containers: IResolvable | OceancdVerificationTemplateMetricsProv containers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#containers OceancdVerificationTemplate#containers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#containers OceancdVerificationTemplate#containers} --- @@ -2255,7 +2255,7 @@ public readonly restartPolicy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy}. --- @@ -2273,9 +2273,9 @@ const oceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecCo | **Name** | **Type** | **Description** | | --- | --- | --- | -| command | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. | -| containerName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. | -| image | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. | +| command | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. | +| containerName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. | +| image | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. | --- @@ -2287,7 +2287,7 @@ public readonly command: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command}. --- @@ -2299,7 +2299,7 @@ public readonly containerName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name}. --- @@ -2311,7 +2311,7 @@ public readonly image: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image}. --- @@ -2329,8 +2329,8 @@ const oceancdVerificationTemplateMetricsProviderNewRelic: oceancdVerificationTem | **Name** | **Type** | **Description** | | --- | --- | --- | -| newRelicQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | -| profile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | +| newRelicQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. | +| profile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. | --- @@ -2342,7 +2342,7 @@ public readonly newRelicQuery: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query}. --- @@ -2354,7 +2354,7 @@ public readonly profile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile}. --- @@ -2372,7 +2372,7 @@ const oceancdVerificationTemplateMetricsProviderPrometheus: oceancdVerificationT | **Name** | **Type** | **Description** | | --- | --- | --- | -| prometheusQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | +| prometheusQuery | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. | --- @@ -2384,7 +2384,7 @@ public readonly prometheusQuery: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query}. --- @@ -2402,12 +2402,12 @@ const oceancdVerificationTemplateMetricsProviderWeb: oceancdVerificationTemplate | **Name** | **Type** | **Description** | | --- | --- | --- | -| url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. | -| body | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. | -| insecure | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. | -| jsonPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. | -| method | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. | -| timeoutSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. | +| url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. | +| body | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. | +| insecure | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. | +| jsonPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. | +| method | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. | +| timeoutSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. | | webHeader | cdktf.IResolvable \| OceancdVerificationTemplateMetricsProviderWebWebHeader[] | web_header block. | --- @@ -2420,7 +2420,7 @@ public readonly url: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url}. --- @@ -2432,7 +2432,7 @@ public readonly body: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body}. --- @@ -2444,7 +2444,7 @@ public readonly insecure: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure}. --- @@ -2456,7 +2456,7 @@ public readonly jsonPath: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path}. --- @@ -2468,7 +2468,7 @@ public readonly method: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method}. --- @@ -2480,7 +2480,7 @@ public readonly timeoutSeconds: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds}. --- @@ -2494,7 +2494,7 @@ public readonly webHeader: IResolvable | OceancdVerificationTemplateMetricsProvi web_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} --- @@ -2512,8 +2512,8 @@ const oceancdVerificationTemplateMetricsProviderWebWebHeader: oceancdVerificatio | **Name** | **Type** | **Description** | | --- | --- | --- | -| webHeaderKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. | -| webHeaderValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. | +| webHeaderKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. | +| webHeaderValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. | --- @@ -2525,7 +2525,7 @@ public readonly webHeaderKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key}. --- @@ -2537,7 +2537,7 @@ public readonly webHeaderValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value}. --- diff --git a/docs/organizationPolicy.csharp.md b/docs/organizationPolicy.csharp.md index 04486410..1a4c5762 100644 --- a/docs/organizationPolicy.csharp.md +++ b/docs/organizationPolicy.csharp.md @@ -4,7 +4,7 @@ ### OrganizationPolicy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy spotinst_organization_policy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy spotinst_organization_policy}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the OrganizationPolicy to impo The id of the existing OrganizationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use --- @@ -810,10 +810,10 @@ new OrganizationPolicyConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | PolicyContent | object | policy_content block. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -895,7 +895,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -909,7 +909,7 @@ public object PolicyContent { get; set; } policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -921,7 +921,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -933,7 +933,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -970,7 +970,7 @@ public object Statements { get; set; } statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} --- @@ -992,9 +992,9 @@ new OrganizationPolicyPolicyContentStatements { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Actions | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | -| Resources | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | +| Actions | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | +| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | +| Resources | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | --- @@ -1006,7 +1006,7 @@ public string[] Actions { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. --- @@ -1018,7 +1018,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. --- @@ -1030,7 +1030,7 @@ public string[] Resources { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. --- diff --git a/docs/organizationPolicy.go.md b/docs/organizationPolicy.go.md index d717d2b3..7d09588c 100644 --- a/docs/organizationPolicy.go.md +++ b/docs/organizationPolicy.go.md @@ -4,7 +4,7 @@ ### OrganizationPolicy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy spotinst_organization_policy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy spotinst_organization_policy}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the OrganizationPolicy to impo The id of the existing OrganizationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use --- @@ -810,10 +810,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpol | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | PolicyContent | interface{} | policy_content block. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -895,7 +895,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -909,7 +909,7 @@ PolicyContent interface{} policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -921,7 +921,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -933,7 +933,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -970,7 +970,7 @@ Statements interface{} statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} --- @@ -992,9 +992,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpol | **Name** | **Type** | **Description** | | --- | --- | --- | -| Actions | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | -| Resources | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | +| Actions | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | +| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | +| Resources | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | --- @@ -1006,7 +1006,7 @@ Actions *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. --- @@ -1018,7 +1018,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. --- @@ -1030,7 +1030,7 @@ Resources *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. --- diff --git a/docs/organizationPolicy.java.md b/docs/organizationPolicy.java.md index 675288cc..73dc19ba 100644 --- a/docs/organizationPolicy.java.md +++ b/docs/organizationPolicy.java.md @@ -4,7 +4,7 @@ ### OrganizationPolicy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy spotinst_organization_policy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy spotinst_organization_policy}. #### Initializers @@ -42,10 +42,10 @@ OrganizationPolicy.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | policyContent | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationPolicyPolicyContent> | policy_content block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -596,7 +596,7 @@ The construct id used in the generated config for the OrganizationPolicy to impo The id of the existing OrganizationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use --- @@ -917,10 +917,10 @@ OrganizationPolicyConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | policyContent | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationPolicyPolicyContent> | policy_content block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -1002,7 +1002,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -1016,7 +1016,7 @@ public java.lang.Object getPolicyContent(); policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -1028,7 +1028,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -1040,7 +1040,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1078,7 +1078,7 @@ public java.lang.Object getStatements(); statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} --- @@ -1100,9 +1100,9 @@ OrganizationPolicyPolicyContentStatements.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| actions | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | -| resources | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | +| actions | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | +| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | +| resources | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | --- @@ -1114,7 +1114,7 @@ public java.util.List getActions(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. --- @@ -1126,7 +1126,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. --- @@ -1138,7 +1138,7 @@ public java.util.List getResources(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. --- diff --git a/docs/organizationPolicy.python.md b/docs/organizationPolicy.python.md index 185575a3..7ca1901e 100644 --- a/docs/organizationPolicy.python.md +++ b/docs/organizationPolicy.python.md @@ -4,7 +4,7 @@ ### OrganizationPolicy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy spotinst_organization_policy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy spotinst_organization_policy}. #### Initializers @@ -39,10 +39,10 @@ organizationPolicy.OrganizationPolicy( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | policy_content | typing.Union[cdktf.IResolvable, typing.List[OrganizationPolicyPolicyContent]] | policy_content block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -641,7 +641,7 @@ The construct id used in the generated config for the OrganizationPolicy to impo The id of the existing OrganizationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use --- @@ -957,10 +957,10 @@ organizationPolicy.OrganizationPolicyConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | policy_content | typing.Union[cdktf.IResolvable, typing.List[OrganizationPolicyPolicyContent]] | policy_content block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -1042,7 +1042,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -1056,7 +1056,7 @@ policy_content: typing.Union[IResolvable, typing.List[OrganizationPolicyPolicyCo policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -1068,7 +1068,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -1080,7 +1080,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1117,7 +1117,7 @@ statements: typing.Union[IResolvable, typing.List[OrganizationPolicyPolicyConten statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} --- @@ -1139,9 +1139,9 @@ organizationPolicy.OrganizationPolicyPolicyContentStatements( | **Name** | **Type** | **Description** | | --- | --- | --- | -| actions | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | -| resources | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | +| actions | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | +| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | +| resources | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | --- @@ -1153,7 +1153,7 @@ actions: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. --- @@ -1165,7 +1165,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. --- @@ -1177,7 +1177,7 @@ resources: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. --- diff --git a/docs/organizationPolicy.typescript.md b/docs/organizationPolicy.typescript.md index 17b3c4fb..b8623246 100644 --- a/docs/organizationPolicy.typescript.md +++ b/docs/organizationPolicy.typescript.md @@ -4,7 +4,7 @@ ### OrganizationPolicy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy spotinst_organization_policy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy spotinst_organization_policy}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the OrganizationPolicy to impo The id of the existing OrganizationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use --- @@ -798,10 +798,10 @@ const organizationPolicyConfig: organizationPolicy.OrganizationPolicyConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | policyContent | cdktf.IResolvable \| OrganizationPolicyPolicyContent[] | policy_content block. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -883,7 +883,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -897,7 +897,7 @@ public readonly policyContent: IResolvable | OrganizationPolicyPolicyContent[]; policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -909,7 +909,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -921,7 +921,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -956,7 +956,7 @@ public readonly statements: IResolvable | OrganizationPolicyPolicyContentStateme statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} --- @@ -974,9 +974,9 @@ const organizationPolicyPolicyContentStatements: organizationPolicy.Organization | **Name** | **Type** | **Description** | | --- | --- | --- | -| actions | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | -| resources | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | +| actions | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | +| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | +| resources | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | --- @@ -988,7 +988,7 @@ public readonly actions: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. --- @@ -1000,7 +1000,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. --- @@ -1012,7 +1012,7 @@ public readonly resources: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. --- diff --git a/docs/organizationProgrammaticUser.csharp.md b/docs/organizationProgrammaticUser.csharp.md index 675ea97b..ae553044 100644 --- a/docs/organizationProgrammaticUser.csharp.md +++ b/docs/organizationProgrammaticUser.csharp.md @@ -4,7 +4,7 @@ ### OrganizationProgrammaticUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. #### Initializers @@ -528,7 +528,7 @@ The construct id used in the generated config for the OrganizationProgrammaticUs The id of the existing OrganizationProgrammaticUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use --- @@ -872,8 +872,8 @@ new OrganizationProgrammaticUserAccounts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | -| AccountRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | +| AccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | +| AccountRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | --- @@ -885,7 +885,7 @@ public string AccountId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. --- @@ -897,7 +897,7 @@ public string AccountRole { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. --- @@ -936,12 +936,12 @@ new OrganizationProgrammaticUserConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | Accounts | object | accounts block. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | Policies | object | policies block. | -| UserGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| UserGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -1023,7 +1023,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -1037,7 +1037,7 @@ public object Accounts { get; set; } accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -1049,7 +1049,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -1061,7 +1061,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1078,7 +1078,7 @@ public object Policies { get; set; } policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -1090,7 +1090,7 @@ public string[] UserGroupIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -1111,8 +1111,8 @@ new OrganizationProgrammaticUserPolicies { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PolicyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | -| PolicyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | +| PolicyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | +| PolicyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | --- @@ -1124,7 +1124,7 @@ public string PolicyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. --- @@ -1136,7 +1136,7 @@ public string[] PolicyAccountIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. --- diff --git a/docs/organizationProgrammaticUser.go.md b/docs/organizationProgrammaticUser.go.md index a69dd3ad..a1ebc21d 100644 --- a/docs/organizationProgrammaticUser.go.md +++ b/docs/organizationProgrammaticUser.go.md @@ -4,7 +4,7 @@ ### OrganizationProgrammaticUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. #### Initializers @@ -528,7 +528,7 @@ The construct id used in the generated config for the OrganizationProgrammaticUs The id of the existing OrganizationProgrammaticUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use --- @@ -872,8 +872,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpro | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | -| AccountRole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | +| AccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | +| AccountRole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | --- @@ -885,7 +885,7 @@ AccountId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. --- @@ -897,7 +897,7 @@ AccountRole *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. --- @@ -936,12 +936,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpro | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | Accounts | interface{} | accounts block. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | Policies | interface{} | policies block. | -| UserGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| UserGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -1023,7 +1023,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -1037,7 +1037,7 @@ Accounts interface{} accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -1049,7 +1049,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -1061,7 +1061,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1078,7 +1078,7 @@ Policies interface{} policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -1090,7 +1090,7 @@ UserGroupIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -1111,8 +1111,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpro | **Name** | **Type** | **Description** | | --- | --- | --- | -| PolicyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | -| PolicyAccountIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | +| PolicyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | +| PolicyAccountIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | --- @@ -1124,7 +1124,7 @@ PolicyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. --- @@ -1136,7 +1136,7 @@ PolicyAccountIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. --- diff --git a/docs/organizationProgrammaticUser.java.md b/docs/organizationProgrammaticUser.java.md index 9572af97..cd2d1f38 100644 --- a/docs/organizationProgrammaticUser.java.md +++ b/docs/organizationProgrammaticUser.java.md @@ -4,7 +4,7 @@ ### OrganizationProgrammaticUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. #### Initializers @@ -45,12 +45,12 @@ OrganizationProgrammaticUser.Builder.create(Construct scope, java.lang.String id | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | accounts | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationProgrammaticUserAccounts> | accounts block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | policies | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationProgrammaticUserPolicies> | policies block. | -| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -653,7 +653,7 @@ The construct id used in the generated config for the OrganizationProgrammaticUs The id of the existing OrganizationProgrammaticUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use --- @@ -997,8 +997,8 @@ OrganizationProgrammaticUserAccounts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | -| accountRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | +| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | +| accountRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | --- @@ -1010,7 +1010,7 @@ public java.lang.String getAccountId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. --- @@ -1022,7 +1022,7 @@ public java.lang.String getAccountRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. --- @@ -1067,12 +1067,12 @@ OrganizationProgrammaticUserConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | accounts | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationProgrammaticUserAccounts> | accounts block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | policies | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationProgrammaticUserPolicies> | policies block. | -| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -1154,7 +1154,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -1168,7 +1168,7 @@ public java.lang.Object getAccounts(); accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -1180,7 +1180,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -1192,7 +1192,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1209,7 +1209,7 @@ public java.lang.Object getPolicies(); policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -1221,7 +1221,7 @@ public java.util.List getUserGroupIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -1242,8 +1242,8 @@ OrganizationProgrammaticUserPolicies.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| policyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | -| policyAccountIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | +| policyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | +| policyAccountIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | --- @@ -1255,7 +1255,7 @@ public java.lang.String getPolicyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. --- @@ -1267,7 +1267,7 @@ public java.util.List getPolicyAccountIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. --- diff --git a/docs/organizationProgrammaticUser.python.md b/docs/organizationProgrammaticUser.python.md index 92b18d76..e7abc322 100644 --- a/docs/organizationProgrammaticUser.python.md +++ b/docs/organizationProgrammaticUser.python.md @@ -4,7 +4,7 @@ ### OrganizationProgrammaticUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. #### Initializers @@ -41,12 +41,12 @@ organizationProgrammaticUser.OrganizationProgrammaticUser( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | accounts | typing.Union[cdktf.IResolvable, typing.List[OrganizationProgrammaticUserAccounts]] | accounts block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | policies | typing.Union[cdktf.IResolvable, typing.List[OrganizationProgrammaticUserPolicies]] | policies block. | -| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -699,7 +699,7 @@ The construct id used in the generated config for the OrganizationProgrammaticUs The id of the existing OrganizationProgrammaticUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use --- @@ -1043,8 +1043,8 @@ organizationProgrammaticUser.OrganizationProgrammaticUserAccounts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | -| account_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | +| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | +| account_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | --- @@ -1056,7 +1056,7 @@ account_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. --- @@ -1068,7 +1068,7 @@ account_role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. --- @@ -1107,12 +1107,12 @@ organizationProgrammaticUser.OrganizationProgrammaticUserConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | accounts | typing.Union[cdktf.IResolvable, typing.List[OrganizationProgrammaticUserAccounts]] | accounts block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | policies | typing.Union[cdktf.IResolvable, typing.List[OrganizationProgrammaticUserPolicies]] | policies block. | -| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -1194,7 +1194,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -1208,7 +1208,7 @@ accounts: typing.Union[IResolvable, typing.List[OrganizationProgrammaticUserAcco accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -1220,7 +1220,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -1232,7 +1232,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1249,7 +1249,7 @@ policies: typing.Union[IResolvable, typing.List[OrganizationProgrammaticUserPoli policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -1261,7 +1261,7 @@ user_group_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -1282,8 +1282,8 @@ organizationProgrammaticUser.OrganizationProgrammaticUserPolicies( | **Name** | **Type** | **Description** | | --- | --- | --- | -| policy_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | -| policy_account_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | +| policy_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | +| policy_account_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | --- @@ -1295,7 +1295,7 @@ policy_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. --- @@ -1307,7 +1307,7 @@ policy_account_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. --- diff --git a/docs/organizationProgrammaticUser.typescript.md b/docs/organizationProgrammaticUser.typescript.md index 0ac8a5bb..16cc2967 100644 --- a/docs/organizationProgrammaticUser.typescript.md +++ b/docs/organizationProgrammaticUser.typescript.md @@ -4,7 +4,7 @@ ### OrganizationProgrammaticUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. #### Initializers @@ -528,7 +528,7 @@ The construct id used in the generated config for the OrganizationProgrammaticUs The id of the existing OrganizationProgrammaticUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use --- @@ -869,8 +869,8 @@ const organizationProgrammaticUserAccounts: organizationProgrammaticUser.Organiz | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | -| accountRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | +| accountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | +| accountRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | --- @@ -882,7 +882,7 @@ public readonly accountId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. --- @@ -894,7 +894,7 @@ public readonly accountRole: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. --- @@ -919,12 +919,12 @@ const organizationProgrammaticUserConfig: organizationProgrammaticUser.Organizat | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | accounts | cdktf.IResolvable \| OrganizationProgrammaticUserAccounts[] | accounts block. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | policies | cdktf.IResolvable \| OrganizationProgrammaticUserPolicies[] | policies block. | -| userGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| userGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -1006,7 +1006,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -1020,7 +1020,7 @@ public readonly accounts: IResolvable | OrganizationProgrammaticUserAccounts[]; accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -1032,7 +1032,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -1044,7 +1044,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1061,7 +1061,7 @@ public readonly policies: IResolvable | OrganizationProgrammaticUserPolicies[]; policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -1073,7 +1073,7 @@ public readonly userGroupIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -1091,8 +1091,8 @@ const organizationProgrammaticUserPolicies: organizationProgrammaticUser.Organiz | **Name** | **Type** | **Description** | | --- | --- | --- | -| policyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | -| policyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | +| policyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | +| policyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | --- @@ -1104,7 +1104,7 @@ public readonly policyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. --- @@ -1116,7 +1116,7 @@ public readonly policyAccountIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. --- diff --git a/docs/organizationUser.csharp.md b/docs/organizationUser.csharp.md index cb5311eb..77b4f263 100644 --- a/docs/organizationUser.csharp.md +++ b/docs/organizationUser.csharp.md @@ -4,7 +4,7 @@ ### OrganizationUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user spotinst_organization_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user spotinst_organization_user}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the OrganizationUser to import The id of the existing OrganizationUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use --- @@ -923,14 +923,14 @@ new OrganizationUserConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. | -| FirstName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| LastName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. | -| Password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. | +| Email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. | +| FirstName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| LastName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. | +| Password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. | | Policies | object | policies block. | -| Role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. | -| UserGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| Role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. | +| UserGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -1012,7 +1012,7 @@ public string Email { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -1024,7 +1024,7 @@ public string FirstName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -1036,7 +1036,7 @@ public string LastName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -1048,7 +1048,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1063,7 +1063,7 @@ public string Password { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -1077,7 +1077,7 @@ public object Policies { get; set; } policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -1089,7 +1089,7 @@ public string Role { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -1101,7 +1101,7 @@ public string[] UserGroupIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -1122,8 +1122,8 @@ new OrganizationUserPolicies { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PolicyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | -| PolicyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | +| PolicyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | +| PolicyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | --- @@ -1135,7 +1135,7 @@ public string[] PolicyAccountIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. --- @@ -1147,7 +1147,7 @@ public string PolicyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. --- diff --git a/docs/organizationUser.go.md b/docs/organizationUser.go.md index 8a5958d5..c3c53ffc 100644 --- a/docs/organizationUser.go.md +++ b/docs/organizationUser.go.md @@ -4,7 +4,7 @@ ### OrganizationUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user spotinst_organization_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user spotinst_organization_user}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the OrganizationUser to import The id of the existing OrganizationUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use --- @@ -923,14 +923,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuse | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Email | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. | -| FirstName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| LastName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. | -| Password | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. | +| Email | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. | +| FirstName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| LastName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. | +| Password | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. | | Policies | interface{} | policies block. | -| Role | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. | -| UserGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| Role | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. | +| UserGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -1012,7 +1012,7 @@ Email *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -1024,7 +1024,7 @@ FirstName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -1036,7 +1036,7 @@ LastName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -1048,7 +1048,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1063,7 +1063,7 @@ Password *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -1077,7 +1077,7 @@ Policies interface{} policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -1089,7 +1089,7 @@ Role *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -1101,7 +1101,7 @@ UserGroupIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -1122,8 +1122,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuse | **Name** | **Type** | **Description** | | --- | --- | --- | -| PolicyAccountIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | -| PolicyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | +| PolicyAccountIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | +| PolicyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | --- @@ -1135,7 +1135,7 @@ PolicyAccountIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. --- @@ -1147,7 +1147,7 @@ PolicyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. --- diff --git a/docs/organizationUser.java.md b/docs/organizationUser.java.md index 27b7e848..4051ad02 100644 --- a/docs/organizationUser.java.md +++ b/docs/organizationUser.java.md @@ -4,7 +4,7 @@ ### OrganizationUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user spotinst_organization_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user spotinst_organization_user}. #### Initializers @@ -46,14 +46,14 @@ OrganizationUser.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. | -| firstName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| lastName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. | -| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. | +| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. | +| firstName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| lastName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. | +| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. | | policies | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationUserPolicies> | policies block. | -| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. | -| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. | +| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -156,7 +156,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -657,7 +657,7 @@ The construct id used in the generated config for the OrganizationUser to import The id of the existing OrganizationUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use --- @@ -1070,14 +1070,14 @@ OrganizationUserConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. | -| firstName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| lastName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. | -| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. | +| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. | +| firstName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| lastName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. | +| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. | | policies | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationUserPolicies> | policies block. | -| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. | -| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. | +| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -1159,7 +1159,7 @@ public java.lang.String getEmail(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -1171,7 +1171,7 @@ public java.lang.String getFirstName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -1183,7 +1183,7 @@ public java.lang.String getLastName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -1195,7 +1195,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1210,7 +1210,7 @@ public java.lang.String getPassword(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -1224,7 +1224,7 @@ public java.lang.Object getPolicies(); policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -1236,7 +1236,7 @@ public java.lang.String getRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -1248,7 +1248,7 @@ public java.util.List getUserGroupIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -1269,8 +1269,8 @@ OrganizationUserPolicies.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| policyAccountIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | -| policyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | +| policyAccountIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | +| policyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | --- @@ -1282,7 +1282,7 @@ public java.util.List getPolicyAccountIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. --- @@ -1294,7 +1294,7 @@ public java.lang.String getPolicyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. --- diff --git a/docs/organizationUser.python.md b/docs/organizationUser.python.md index 6461a98a..9b285159 100644 --- a/docs/organizationUser.python.md +++ b/docs/organizationUser.python.md @@ -4,7 +4,7 @@ ### OrganizationUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user spotinst_organization_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user spotinst_organization_user}. #### Initializers @@ -43,14 +43,14 @@ organizationUser.OrganizationUser( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. | -| first_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| last_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. | -| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. | +| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. | +| first_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| last_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. | +| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. | | policies | typing.Union[cdktf.IResolvable, typing.List[OrganizationUserPolicies]] | policies block. | -| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. | -| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. | +| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -702,7 +702,7 @@ The construct id used in the generated config for the OrganizationUser to import The id of the existing OrganizationUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use --- @@ -1110,14 +1110,14 @@ organizationUser.OrganizationUserConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. | -| first_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| last_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. | -| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. | +| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. | +| first_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| last_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. | +| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. | | policies | typing.Union[cdktf.IResolvable, typing.List[OrganizationUserPolicies]] | policies block. | -| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. | -| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. | +| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -1199,7 +1199,7 @@ email: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -1211,7 +1211,7 @@ first_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -1223,7 +1223,7 @@ last_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -1235,7 +1235,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1250,7 +1250,7 @@ password: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -1264,7 +1264,7 @@ policies: typing.Union[IResolvable, typing.List[OrganizationUserPolicies]] policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -1276,7 +1276,7 @@ role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -1288,7 +1288,7 @@ user_group_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -1309,8 +1309,8 @@ organizationUser.OrganizationUserPolicies( | **Name** | **Type** | **Description** | | --- | --- | --- | -| policy_account_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | -| policy_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | +| policy_account_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | +| policy_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | --- @@ -1322,7 +1322,7 @@ policy_account_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. --- @@ -1334,7 +1334,7 @@ policy_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. --- diff --git a/docs/organizationUser.typescript.md b/docs/organizationUser.typescript.md index 3d336fe7..c3cf649b 100644 --- a/docs/organizationUser.typescript.md +++ b/docs/organizationUser.typescript.md @@ -4,7 +4,7 @@ ### OrganizationUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user spotinst_organization_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user spotinst_organization_user}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the OrganizationUser to import The id of the existing OrganizationUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use --- @@ -907,14 +907,14 @@ const organizationUserConfig: organizationUser.OrganizationUserConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. | -| firstName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| lastName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. | -| password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. | +| email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. | +| firstName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| lastName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. | +| password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. | | policies | cdktf.IResolvable \| OrganizationUserPolicies[] | policies block. | -| role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. | -| userGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. | +| userGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -996,7 +996,7 @@ public readonly email: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -1008,7 +1008,7 @@ public readonly firstName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -1020,7 +1020,7 @@ public readonly lastName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -1032,7 +1032,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1047,7 +1047,7 @@ public readonly password: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -1061,7 +1061,7 @@ public readonly policies: IResolvable | OrganizationUserPolicies[]; policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -1073,7 +1073,7 @@ public readonly role: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -1085,7 +1085,7 @@ public readonly userGroupIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -1103,8 +1103,8 @@ const organizationUserPolicies: organizationUser.OrganizationUserPolicies = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| policyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | -| policyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | +| policyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | +| policyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | --- @@ -1116,7 +1116,7 @@ public readonly policyAccountIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. --- @@ -1128,7 +1128,7 @@ public readonly policyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. --- diff --git a/docs/organizationUserGroup.csharp.md b/docs/organizationUserGroup.csharp.md index a06f4269..f3eca2f0 100644 --- a/docs/organizationUserGroup.csharp.md +++ b/docs/organizationUserGroup.csharp.md @@ -4,7 +4,7 @@ ### OrganizationUserGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group spotinst_organization_user_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group spotinst_organization_user_group}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the OrganizationUserGroup to i The id of the existing OrganizationUserGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use --- @@ -847,11 +847,11 @@ new OrganizationUserGroupConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | Policies | object | policies block. | -| UserIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| UserIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -933,7 +933,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -945,7 +945,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -957,7 +957,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -974,7 +974,7 @@ public object Policies { get; set; } policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -986,7 +986,7 @@ public string[] UserIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -1007,8 +1007,8 @@ new OrganizationUserGroupPolicies { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | -| PolicyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | +| AccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | +| PolicyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | --- @@ -1020,7 +1020,7 @@ public string[] AccountIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. --- @@ -1032,7 +1032,7 @@ public string PolicyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. --- diff --git a/docs/organizationUserGroup.go.md b/docs/organizationUserGroup.go.md index f59ccfff..3cda695f 100644 --- a/docs/organizationUserGroup.go.md +++ b/docs/organizationUserGroup.go.md @@ -4,7 +4,7 @@ ### OrganizationUserGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group spotinst_organization_user_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group spotinst_organization_user_group}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the OrganizationUserGroup to i The id of the existing OrganizationUserGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use --- @@ -847,11 +847,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuse | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | Policies | interface{} | policies block. | -| UserIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| UserIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -933,7 +933,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -945,7 +945,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -957,7 +957,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -974,7 +974,7 @@ Policies interface{} policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -986,7 +986,7 @@ UserIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -1007,8 +1007,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuse | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | -| PolicyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | +| AccountIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | +| PolicyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | --- @@ -1020,7 +1020,7 @@ AccountIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. --- @@ -1032,7 +1032,7 @@ PolicyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. --- diff --git a/docs/organizationUserGroup.java.md b/docs/organizationUserGroup.java.md index ddced2a6..5a17de3c 100644 --- a/docs/organizationUserGroup.java.md +++ b/docs/organizationUserGroup.java.md @@ -4,7 +4,7 @@ ### OrganizationUserGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group spotinst_organization_user_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group spotinst_organization_user_group}. #### Initializers @@ -43,11 +43,11 @@ OrganizationUserGroup.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | policies | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationUserGroupPolicies> | policies block. | -| userIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| userIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -144,7 +144,7 @@ If you experience problems setting this value it might not be settable. Please t policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -620,7 +620,7 @@ The construct id used in the generated config for the OrganizationUserGroup to i The id of the existing OrganizationUserGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use --- @@ -964,11 +964,11 @@ OrganizationUserGroupConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | policies | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationUserGroupPolicies> | policies block. | -| userIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| userIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -1050,7 +1050,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -1062,7 +1062,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -1074,7 +1074,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1091,7 +1091,7 @@ public java.lang.Object getPolicies(); policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -1103,7 +1103,7 @@ public java.util.List getUserIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -1124,8 +1124,8 @@ OrganizationUserGroupPolicies.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | -| policyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | +| accountIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | +| policyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | --- @@ -1137,7 +1137,7 @@ public java.util.List getAccountIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. --- @@ -1149,7 +1149,7 @@ public java.lang.String getPolicyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. --- diff --git a/docs/organizationUserGroup.python.md b/docs/organizationUserGroup.python.md index cf31ce0a..36bd538a 100644 --- a/docs/organizationUserGroup.python.md +++ b/docs/organizationUserGroup.python.md @@ -4,7 +4,7 @@ ### OrganizationUserGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group spotinst_organization_user_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group spotinst_organization_user_group}. #### Initializers @@ -40,11 +40,11 @@ organizationUserGroup.OrganizationUserGroup( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | policies | typing.Union[cdktf.IResolvable, typing.List[OrganizationUserGroupPolicies]] | policies block. | -| user_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| user_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -141,7 +141,7 @@ If you experience problems setting this value it might not be settable. Please t policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -665,7 +665,7 @@ The construct id used in the generated config for the OrganizationUserGroup to i The id of the existing OrganizationUserGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use --- @@ -1004,11 +1004,11 @@ organizationUserGroup.OrganizationUserGroupConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | policies | typing.Union[cdktf.IResolvable, typing.List[OrganizationUserGroupPolicies]] | policies block. | -| user_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| user_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -1090,7 +1090,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -1102,7 +1102,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -1114,7 +1114,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1131,7 +1131,7 @@ policies: typing.Union[IResolvable, typing.List[OrganizationUserGroupPolicies]] policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -1143,7 +1143,7 @@ user_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -1164,8 +1164,8 @@ organizationUserGroup.OrganizationUserGroupPolicies( | **Name** | **Type** | **Description** | | --- | --- | --- | -| account_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | -| policy_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | +| account_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | +| policy_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | --- @@ -1177,7 +1177,7 @@ account_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. --- @@ -1189,7 +1189,7 @@ policy_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. --- diff --git a/docs/organizationUserGroup.typescript.md b/docs/organizationUserGroup.typescript.md index c8333f65..f93eb3bf 100644 --- a/docs/organizationUserGroup.typescript.md +++ b/docs/organizationUserGroup.typescript.md @@ -4,7 +4,7 @@ ### OrganizationUserGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group spotinst_organization_user_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group spotinst_organization_user_group}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the OrganizationUserGroup to i The id of the existing OrganizationUserGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use --- @@ -834,11 +834,11 @@ const organizationUserGroupConfig: organizationUserGroup.OrganizationUserGroupCo | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | policies | cdktf.IResolvable \| OrganizationUserGroupPolicies[] | policies block. | -| userIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| userIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -920,7 +920,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -932,7 +932,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -944,7 +944,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -961,7 +961,7 @@ public readonly policies: IResolvable | OrganizationUserGroupPolicies[]; policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -973,7 +973,7 @@ public readonly userIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -991,8 +991,8 @@ const organizationUserGroupPolicies: organizationUserGroup.OrganizationUserGroup | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | -| policyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | +| accountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | +| policyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | --- @@ -1004,7 +1004,7 @@ public readonly accountIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. --- @@ -1016,7 +1016,7 @@ public readonly policyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. --- diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md index fd60c093..d40e4568 100644 --- a/docs/provider.csharp.md +++ b/docs/provider.csharp.md @@ -4,7 +4,7 @@ ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs spotinst}. #### Initializers @@ -268,7 +268,7 @@ The construct id used in the generated config for the SpotinstProvider to import The id of the existing SpotinstProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -545,7 +545,7 @@ public string Account { get; set; } Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#account SpotinstProvider#account} --- @@ -559,7 +559,7 @@ public string Alias { get; set; } Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#alias SpotinstProvider#alias} --- @@ -573,7 +573,7 @@ public object Enabled { get; set; } Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#enabled SpotinstProvider#enabled} --- @@ -587,7 +587,7 @@ public string FeatureFlags { get; set; } Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -601,7 +601,7 @@ public string Token { get; set; } Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#token SpotinstProvider#token} --- diff --git a/docs/provider.go.md b/docs/provider.go.md index bf7beb50..09b541d7 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -4,7 +4,7 @@ ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs spotinst}. #### Initializers @@ -268,7 +268,7 @@ The construct id used in the generated config for the SpotinstProvider to import The id of the existing SpotinstProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -545,7 +545,7 @@ Account *string Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#account SpotinstProvider#account} --- @@ -559,7 +559,7 @@ Alias *string Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#alias SpotinstProvider#alias} --- @@ -573,7 +573,7 @@ Enabled interface{} Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#enabled SpotinstProvider#enabled} --- @@ -587,7 +587,7 @@ FeatureFlags *string Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -601,7 +601,7 @@ Token *string Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#token SpotinstProvider#token} --- diff --git a/docs/provider.java.md b/docs/provider.java.md index 52e7903c..783ed92a 100644 --- a/docs/provider.java.md +++ b/docs/provider.java.md @@ -4,7 +4,7 @@ ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs spotinst}. #### Initializers @@ -57,7 +57,7 @@ Must be unique amongst siblings in the same scope Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#account SpotinstProvider#account} --- @@ -67,7 +67,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#alias SpotinstProvider#alias} --- @@ -77,7 +77,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#enabled SpotinstProvider#enabled} --- @@ -87,7 +87,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -97,7 +97,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#token SpotinstProvider#token} --- @@ -323,7 +323,7 @@ The construct id used in the generated config for the SpotinstProvider to import The id of the existing SpotinstProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -601,7 +601,7 @@ public java.lang.String getAccount(); Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#account SpotinstProvider#account} --- @@ -615,7 +615,7 @@ public java.lang.String getAlias(); Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#alias SpotinstProvider#alias} --- @@ -629,7 +629,7 @@ public java.lang.Object getEnabled(); Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#enabled SpotinstProvider#enabled} --- @@ -643,7 +643,7 @@ public java.lang.String getFeatureFlags(); Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -657,7 +657,7 @@ public java.lang.String getToken(); Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#token SpotinstProvider#token} --- diff --git a/docs/provider.python.md b/docs/provider.python.md index 255b5d7c..9856f3b5 100644 --- a/docs/provider.python.md +++ b/docs/provider.python.md @@ -4,7 +4,7 @@ ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs spotinst}. #### Initializers @@ -58,7 +58,7 @@ Must be unique amongst siblings in the same scope Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#account SpotinstProvider#account} --- @@ -68,7 +68,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#alias SpotinstProvider#alias} --- @@ -78,7 +78,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#enabled SpotinstProvider#enabled} --- @@ -88,7 +88,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -98,7 +98,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#token SpotinstProvider#token} --- @@ -340,7 +340,7 @@ The construct id used in the generated config for the SpotinstProvider to import The id of the existing SpotinstProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -617,7 +617,7 @@ account: str Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#account SpotinstProvider#account} --- @@ -631,7 +631,7 @@ alias: str Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#alias SpotinstProvider#alias} --- @@ -645,7 +645,7 @@ enabled: typing.Union[bool, IResolvable] Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#enabled SpotinstProvider#enabled} --- @@ -659,7 +659,7 @@ feature_flags: str Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -673,7 +673,7 @@ token: str Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#token SpotinstProvider#token} --- diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index 80225a7f..09fc165d 100644 --- a/docs/provider.typescript.md +++ b/docs/provider.typescript.md @@ -4,7 +4,7 @@ ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs spotinst}. #### Initializers @@ -268,7 +268,7 @@ The construct id used in the generated config for the SpotinstProvider to import The id of the existing SpotinstProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -539,7 +539,7 @@ public readonly account: string; Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#account SpotinstProvider#account} --- @@ -553,7 +553,7 @@ public readonly alias: string; Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#alias SpotinstProvider#alias} --- @@ -567,7 +567,7 @@ public readonly enabled: boolean | IResolvable; Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#enabled SpotinstProvider#enabled} --- @@ -581,7 +581,7 @@ public readonly featureFlags: string; Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -595,7 +595,7 @@ public readonly token: string; Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#token SpotinstProvider#token} --- diff --git a/docs/statefulNodeAzure.csharp.md b/docs/statefulNodeAzure.csharp.md index 0ca87fc4..b6cff3c6 100644 --- a/docs/statefulNodeAzure.csharp.md +++ b/docs/statefulNodeAzure.csharp.md @@ -4,7 +4,7 @@ ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -1004,7 +1004,7 @@ The construct id used in the generated config for the StatefulNodeAzure to impor The id of the existing StatefulNodeAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use --- @@ -2166,12 +2166,12 @@ new StatefulNodeAzureAttachDataDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | -| DataDiskResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | -| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | -| StorageAccountType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. | -| Lun | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| Zone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | +| DataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | +| DataDiskResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | +| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| StorageAccountType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. | +| Lun | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| Zone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -2183,7 +2183,7 @@ public string DataDiskName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -2195,7 +2195,7 @@ public string DataDiskResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -2207,7 +2207,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2219,7 +2219,7 @@ public string StorageAccountType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -2231,7 +2231,7 @@ public double Lun { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2243,7 +2243,7 @@ public string Zone { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -2265,9 +2265,9 @@ new StatefulNodeAzureBootDiagnostics { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | -| StorageUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | +| StorageUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2279,7 +2279,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -2291,7 +2291,7 @@ public string StorageUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -2303,7 +2303,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2379,49 +2379,49 @@ new StatefulNodeAzureConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| Os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| ShouldPersistDataDisks | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | -| ShouldPersistNetwork | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | -| ShouldPersistOsDisk | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| Os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| ShouldPersistDataDisks | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | +| ShouldPersistNetwork | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | +| ShouldPersistOsDisk | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | | Strategy | StatefulNodeAzureStrategy | strategy block. | | VmSizes | StatefulNodeAzureVmSizes | vm_sizes block. | | AttachDataDisk | object | attach_data_disk block. | | BootDiagnostics | object | boot_diagnostics block. | -| CustomData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | +| CustomData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | | DataDisk | object | data_disk block. | -| DataDisksPersistenceMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | +| DataDisksPersistenceMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | | Delete | object | delete block. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | | DetachDataDisk | object | detach_data_disk block. | | Extension | object | extension block. | | Health | StatefulNodeAzureHealth | health block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | Image | StatefulNodeAzureImage | image block. | | ImportVm | object | import_vm block. | -| LicenseType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| LicenseType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | LoadBalancer | object | load_balancer block. | | Login | StatefulNodeAzureLogin | login block. | | ManagedServiceIdentities | object | managed_service_identities block. | | Network | StatefulNodeAzureNetwork | network block. | | OsDisk | StatefulNodeAzureOsDisk | os_disk block. | -| OsDiskPersistenceMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| PreferredZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | +| OsDiskPersistenceMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| PreferredZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | ProximityPlacementGroups | object | proximity_placement_groups block. | | SchedulingTask | object | scheduling_task block. | | Secret | object | secret block. | | Security | StatefulNodeAzureSecurity | security block. | -| ShouldPersistVm | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | -| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | +| ShouldPersistVm | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | +| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | | Signal | object | signal block. | | Tag | object | tag block. | | UpdateState | object | update_state block. | -| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | -| VmName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| VmNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| Zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | +| VmName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| VmNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| Zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -2503,7 +2503,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -2515,7 +2515,7 @@ public string Os { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -2527,7 +2527,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -2539,7 +2539,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -2551,7 +2551,7 @@ public object ShouldPersistDataDisks { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -2563,7 +2563,7 @@ public object ShouldPersistNetwork { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -2575,7 +2575,7 @@ public object ShouldPersistOsDisk { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -2589,7 +2589,7 @@ public StatefulNodeAzureStrategy Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -2603,7 +2603,7 @@ public StatefulNodeAzureVmSizes VmSizes { get; set; } vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} --- @@ -2617,7 +2617,7 @@ public object AttachDataDisk { get; set; } attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -2631,7 +2631,7 @@ public object BootDiagnostics { get; set; } boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -2643,7 +2643,7 @@ public string CustomData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -2657,7 +2657,7 @@ public object DataDisk { get; set; } data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -2669,7 +2669,7 @@ public string DataDisksPersistenceMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -2683,7 +2683,7 @@ public object Delete { get; set; } delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -2695,7 +2695,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -2709,7 +2709,7 @@ public object DetachDataDisk { get; set; } detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -2723,7 +2723,7 @@ public object Extension { get; set; } extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -2737,7 +2737,7 @@ public StatefulNodeAzureHealth Health { get; set; } health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -2749,7 +2749,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2766,7 +2766,7 @@ public StatefulNodeAzureImage Image { get; set; } image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -2780,7 +2780,7 @@ public object ImportVm { get; set; } import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -2792,7 +2792,7 @@ public string LicenseType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -2806,7 +2806,7 @@ public object LoadBalancer { get; set; } load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -2820,7 +2820,7 @@ public StatefulNodeAzureLogin Login { get; set; } login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -2834,7 +2834,7 @@ public object ManagedServiceIdentities { get; set; } managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -2848,7 +2848,7 @@ public StatefulNodeAzureNetwork Network { get; set; } network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -2862,7 +2862,7 @@ public StatefulNodeAzureOsDisk OsDisk { get; set; } os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -2874,7 +2874,7 @@ public string OsDiskPersistenceMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -2886,7 +2886,7 @@ public string PreferredZone { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -2900,7 +2900,7 @@ public object ProximityPlacementGroups { get; set; } proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -2914,7 +2914,7 @@ public object SchedulingTask { get; set; } scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -2928,7 +2928,7 @@ public object Secret { get; set; } secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -2942,7 +2942,7 @@ public StatefulNodeAzureSecurity Security { get; set; } security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -2954,7 +2954,7 @@ public object ShouldPersistVm { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -2966,7 +2966,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -2980,7 +2980,7 @@ public object Signal { get; set; } signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -2994,7 +2994,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -3008,7 +3008,7 @@ public object UpdateState { get; set; } update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -3020,7 +3020,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -3032,7 +3032,7 @@ public string VmName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -3044,7 +3044,7 @@ public string VmNamePrefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -3056,7 +3056,7 @@ public string[] Zones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -3078,9 +3078,9 @@ new StatefulNodeAzureDataDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Lun | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Lun | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -3092,7 +3092,7 @@ public double Lun { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -3104,7 +3104,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -3116,7 +3116,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3145,16 +3145,16 @@ new StatefulNodeAzureDelete { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DiskShouldDeallocate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. | -| NetworkShouldDeallocate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. | -| PublicIpShouldDeallocate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. | -| ShouldTerminateVm | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. | -| SnapshotShouldDeallocate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. | -| DiskTtlInHours | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. | -| NetworkTtlInHours | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. | -| PublicIpTtlInHours | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | -| ShouldDeregisterFromLb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. | -| SnapshotTtlInHours | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | +| DiskShouldDeallocate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. | +| NetworkShouldDeallocate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. | +| PublicIpShouldDeallocate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. | +| ShouldTerminateVm | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. | +| SnapshotShouldDeallocate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. | +| DiskTtlInHours | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. | +| NetworkTtlInHours | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. | +| PublicIpTtlInHours | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | +| ShouldDeregisterFromLb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. | +| SnapshotTtlInHours | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -3166,7 +3166,7 @@ public object DiskShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -3178,7 +3178,7 @@ public object NetworkShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -3190,7 +3190,7 @@ public object PublicIpShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -3202,7 +3202,7 @@ public object ShouldTerminateVm { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -3214,7 +3214,7 @@ public object SnapshotShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -3226,7 +3226,7 @@ public double DiskTtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -3238,7 +3238,7 @@ public double NetworkTtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -3250,7 +3250,7 @@ public double PublicIpTtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -3262,7 +3262,7 @@ public object ShouldDeregisterFromLb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. --- @@ -3274,7 +3274,7 @@ public double SnapshotTtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -3297,10 +3297,10 @@ new StatefulNodeAzureDetachDataDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | -| DataDiskResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | -| ShouldDeallocate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. | -| TtlInHours | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | +| DataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | +| DataDiskResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | +| ShouldDeallocate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. | +| TtlInHours | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -3312,7 +3312,7 @@ public string DataDiskName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3324,7 +3324,7 @@ public string DataDiskResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3336,7 +3336,7 @@ public object ShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -3348,7 +3348,7 @@ public double TtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -3374,13 +3374,13 @@ new StatefulNodeAzureExtension { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. | -| MinorVersionAutoUpgrade | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| ProtectedSettings | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. | -| PublicSettings | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | +| ApiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. | +| MinorVersionAutoUpgrade | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| ProtectedSettings | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. | +| PublicSettings | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -3392,7 +3392,7 @@ public string ApiVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -3404,7 +3404,7 @@ public object MinorVersionAutoUpgrade { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -3416,7 +3416,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3428,7 +3428,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3440,7 +3440,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3452,7 +3452,7 @@ public System.Collections.Generic.IDictionary ProtectedSettings - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -3464,7 +3464,7 @@ public System.Collections.Generic.IDictionary PublicSettings { g - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -3487,10 +3487,10 @@ new StatefulNodeAzureHealth { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. | -| HealthCheckTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. | -| UnhealthyDuration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | +| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. | +| HealthCheckTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. | +| UnhealthyDuration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -3502,7 +3502,7 @@ public object AutoHealing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -3514,7 +3514,7 @@ public string[] HealthCheckTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -3526,7 +3526,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -3538,7 +3538,7 @@ public double UnhealthyDuration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -3576,7 +3576,7 @@ public object CustomImage { get; set; } custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -3590,7 +3590,7 @@ public object Gallery { get; set; } gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -3604,7 +3604,7 @@ public object MarketplaceImage { get; set; } marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -3625,8 +3625,8 @@ new StatefulNodeAzureImageCustomImage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CustomImageResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| CustomImageResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -3638,7 +3638,7 @@ public string CustomImageResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -3650,7 +3650,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3674,11 +3674,11 @@ new StatefulNodeAzureImageGallery { | **Name** | **Type** | **Description** | | --- | --- | --- | -| GalleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. | -| GalleryResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. | -| ImageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. | -| VersionName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | -| SpotAccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. | +| GalleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. | +| GalleryResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. | +| ImageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. | +| VersionName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | +| SpotAccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. | --- @@ -3690,7 +3690,7 @@ public string GalleryName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -3702,7 +3702,7 @@ public string GalleryResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -3714,7 +3714,7 @@ public string ImageName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -3726,7 +3726,7 @@ public string VersionName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -3738,7 +3738,7 @@ public string SpotAccountId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. --- @@ -3761,10 +3761,10 @@ new StatefulNodeAzureImageMarketplaceImage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | +| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -3776,7 +3776,7 @@ public string Offer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -3788,7 +3788,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3800,7 +3800,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3812,7 +3812,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -3835,10 +3835,10 @@ new StatefulNodeAzureImportVm { | **Name** | **Type** | **Description** | | --- | --- | --- | -| OriginalVmName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| ResourcesRetentionTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | +| OriginalVmName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| ResourcesRetentionTime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -3850,7 +3850,7 @@ public string OriginalVmName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -3862,7 +3862,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3874,7 +3874,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -3886,7 +3886,7 @@ public double ResourcesRetentionTime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -3910,11 +3910,11 @@ new StatefulNodeAzureLoadBalancer { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BackendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| BackendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -3926,7 +3926,7 @@ public string[] BackendPoolNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -3938,7 +3938,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3950,7 +3950,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3962,7 +3962,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3974,7 +3974,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3996,9 +3996,9 @@ new StatefulNodeAzureLogin { | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. | -| Password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | -| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | +| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. | +| Password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | +| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -4010,7 +4010,7 @@ public string UserName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -4022,7 +4022,7 @@ public string Password { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -4034,7 +4034,7 @@ public string SshPublicKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -4055,8 +4055,8 @@ new StatefulNodeAzureManagedServiceIdentities { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4068,7 +4068,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4080,7 +4080,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4103,8 +4103,8 @@ new StatefulNodeAzureNetwork { | **Name** | **Type** | **Description** | | --- | --- | --- | | NetworkInterface | object | network_interface block. | -| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | -| VirtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | +| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| VirtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -4118,7 +4118,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -4130,7 +4130,7 @@ public string NetworkResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4142,7 +4142,7 @@ public string VirtualNetworkName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -4171,16 +4171,16 @@ new StatefulNodeAzureNetworkNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsPrimary | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. | -| SubnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. | +| IsPrimary | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. | +| SubnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. | | AdditionalIpConfigurations | object | additional_ip_configurations block. | | ApplicationSecurityGroups | object | application_security_groups block. | -| AssignPublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. | -| EnableIpForwarding | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. | +| AssignPublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. | +| EnableIpForwarding | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. | | NetworkSecurityGroup | object | network_security_group block. | -| PrivateIpAddresses | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. | +| PrivateIpAddresses | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. | | PublicIps | object | public_ips block. | -| PublicIpSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | +| PublicIpSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -4192,7 +4192,7 @@ public object IsPrimary { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -4204,7 +4204,7 @@ public string SubnetName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -4218,7 +4218,7 @@ public object AdditionalIpConfigurations { get; set; } additional_ip_configurations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -4232,7 +4232,7 @@ public object ApplicationSecurityGroups { get; set; } application_security_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -4244,7 +4244,7 @@ public object AssignPublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -4256,7 +4256,7 @@ public object EnableIpForwarding { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -4270,7 +4270,7 @@ public object NetworkSecurityGroup { get; set; } network_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -4282,7 +4282,7 @@ public string[] PrivateIpAddresses { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -4296,7 +4296,7 @@ public object PublicIps { get; set; } public_ips block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -4308,7 +4308,7 @@ public string PublicIpSku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -4329,8 +4329,8 @@ new StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| PrivateIpAddressVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| PrivateIpAddressVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -4342,7 +4342,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4354,7 +4354,7 @@ public string PrivateIpAddressVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -4375,8 +4375,8 @@ new StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4388,7 +4388,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4400,7 +4400,7 @@ public string NetworkResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4421,8 +4421,8 @@ new StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4434,7 +4434,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4446,7 +4446,7 @@ public string NetworkResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4467,8 +4467,8 @@ new StatefulNodeAzureNetworkNetworkInterfacePublicIps { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4480,7 +4480,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4492,7 +4492,7 @@ public string NetworkResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4514,9 +4514,9 @@ new StatefulNodeAzureOsDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| Caching | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | -| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Caching | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | +| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -4528,7 +4528,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4540,7 +4540,7 @@ public string Caching { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. --- @@ -4552,7 +4552,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -4573,8 +4573,8 @@ new StatefulNodeAzureProximityPlacementGroups { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4586,7 +4586,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4598,7 +4598,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4620,9 +4620,9 @@ new StatefulNodeAzureSchedulingTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4634,7 +4634,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -4646,7 +4646,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -4658,7 +4658,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4694,7 +4694,7 @@ public object SourceVault { get; set; } source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -4708,7 +4708,7 @@ public object VaultCertificates { get; set; } vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -4729,8 +4729,8 @@ new StatefulNodeAzureSecretSourceVault { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4742,7 +4742,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4754,7 +4754,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4775,8 +4775,8 @@ new StatefulNodeAzureSecretVaultCertificates { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CertificateStore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. | -| CertificateUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | +| CertificateStore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. | +| CertificateUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -4788,7 +4788,7 @@ public string CertificateStore { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -4800,7 +4800,7 @@ public string CertificateUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -4824,11 +4824,11 @@ new StatefulNodeAzureSecurity { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ConfidentialOsDiskEncryption | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. | -| EncryptionAtHost | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. | -| SecureBootEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. | -| SecurityType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. | -| VtpmEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | +| ConfidentialOsDiskEncryption | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. | +| EncryptionAtHost | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. | +| SecureBootEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. | +| SecurityType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. | +| VtpmEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -4840,7 +4840,7 @@ public object ConfidentialOsDiskEncryption { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. --- @@ -4852,7 +4852,7 @@ public object EncryptionAtHost { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. --- @@ -4864,7 +4864,7 @@ public object SecureBootEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -4876,7 +4876,7 @@ public string SecurityType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -4888,7 +4888,7 @@ public object VtpmEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -4909,8 +4909,8 @@ new StatefulNodeAzureSignal { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4922,7 +4922,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -4934,7 +4934,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4962,15 +4962,15 @@ new StatefulNodeAzureStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| FallbackToOnDemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | -| AvailabilityVsCost | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | +| FallbackToOnDemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| AvailabilityVsCost | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | | CapacityReservation | object | capacity_reservation block. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| OdWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | -| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. | -| PreferredLifeCycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| OdWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | +| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. | +| PreferredLifeCycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | RevertToSpot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | -| VmAdmins | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. | +| VmAdmins | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. | --- @@ -4982,7 +4982,7 @@ public object FallbackToOnDemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -4994,7 +4994,7 @@ public double AvailabilityVsCost { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. --- @@ -5008,7 +5008,7 @@ public object CapacityReservation { get; set; } capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -5020,7 +5020,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -5032,7 +5032,7 @@ public string[] OdWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. --- @@ -5044,7 +5044,7 @@ public string[] OptimizationWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -5056,7 +5056,7 @@ public string PreferredLifeCycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -5070,7 +5070,7 @@ public StatefulNodeAzureStrategyRevertToSpot RevertToSpot { get; set; } revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -5082,7 +5082,7 @@ public string[] VmAdmins { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. --- @@ -5104,8 +5104,8 @@ new StatefulNodeAzureStrategyCapacityReservation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldUtilize | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. | -| UtilizationStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | +| ShouldUtilize | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. | +| UtilizationStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | | CapacityReservationGroups | object | capacity_reservation_groups block. | --- @@ -5118,7 +5118,7 @@ public object ShouldUtilize { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -5130,7 +5130,7 @@ public string UtilizationStrategy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -5144,7 +5144,7 @@ public object CapacityReservationGroups { get; set; } capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -5166,9 +5166,9 @@ new StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CrgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. | -| CrgResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. | -| CrgShouldPrioritize | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | +| CrgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. | +| CrgResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. | +| CrgShouldPrioritize | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -5180,7 +5180,7 @@ public string CrgName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -5192,7 +5192,7 @@ public string CrgResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -5204,7 +5204,7 @@ public object CrgShouldPrioritize { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -5224,7 +5224,7 @@ new StatefulNodeAzureStrategyRevertToSpot { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | +| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -5236,7 +5236,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -5257,8 +5257,8 @@ new StatefulNodeAzureTag { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. | -| TagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | +| TagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. | +| TagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -5270,7 +5270,7 @@ public string TagKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -5282,7 +5282,7 @@ public string TagValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -5302,7 +5302,7 @@ new StatefulNodeAzureUpdateState { | **Name** | **Type** | **Description** | | --- | --- | --- | -| State | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | +| State | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -5314,7 +5314,7 @@ public string State { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- @@ -5338,11 +5338,11 @@ new StatefulNodeAzureVmSizes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| OdSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | -| ExcludedVmSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. | -| PreferredSpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | +| OdSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | +| ExcludedVmSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. | +| PreferredSpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | | SpotSizeAttributes | StatefulNodeAzureVmSizesSpotSizeAttributes | spot_size_attributes block. | -| SpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | +| SpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | --- @@ -5354,7 +5354,7 @@ public string[] OdSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -5366,7 +5366,7 @@ public string[] ExcludedVmSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. --- @@ -5378,7 +5378,7 @@ public string[] PreferredSpotSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -5392,7 +5392,7 @@ public StatefulNodeAzureVmSizesSpotSizeAttributes SpotSizeAttributes { get; set; spot_size_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} --- @@ -5404,7 +5404,7 @@ public string[] SpotSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -5429,12 +5429,12 @@ new StatefulNodeAzureVmSizesSpotSizeAttributes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxCpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. | -| MaxMemory | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. | -| MaxStorage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. | -| MinCpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. | -| MinMemory | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. | -| MinStorage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. | +| MaxCpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. | +| MaxMemory | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. | +| MaxStorage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. | +| MinCpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. | +| MinMemory | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. | +| MinStorage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. | --- @@ -5446,7 +5446,7 @@ public double MaxCpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. --- @@ -5458,7 +5458,7 @@ public double MaxMemory { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. --- @@ -5470,7 +5470,7 @@ public double MaxStorage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. --- @@ -5482,7 +5482,7 @@ public double MinCpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. --- @@ -5494,7 +5494,7 @@ public double MinMemory { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. --- @@ -5506,7 +5506,7 @@ public double MinStorage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. --- diff --git a/docs/statefulNodeAzure.go.md b/docs/statefulNodeAzure.go.md index a083c45c..e0af65c8 100644 --- a/docs/statefulNodeAzure.go.md +++ b/docs/statefulNodeAzure.go.md @@ -4,7 +4,7 @@ ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -1004,7 +1004,7 @@ The construct id used in the generated config for the StatefulNodeAzure to impor The id of the existing StatefulNodeAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use --- @@ -2166,12 +2166,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| DataDiskName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | -| DataDiskResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | -| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | -| StorageAccountType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. | -| Lun | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| Zone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | +| DataDiskName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | +| DataDiskResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | +| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| StorageAccountType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. | +| Lun | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| Zone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -2183,7 +2183,7 @@ DataDiskName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -2195,7 +2195,7 @@ DataDiskResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -2207,7 +2207,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2219,7 +2219,7 @@ StorageAccountType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -2231,7 +2231,7 @@ Lun *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2243,7 +2243,7 @@ Zone *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -2265,9 +2265,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | -| StorageUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | +| StorageUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2279,7 +2279,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -2291,7 +2291,7 @@ StorageUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -2303,7 +2303,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2379,49 +2379,49 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| Os | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| ShouldPersistDataDisks | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | -| ShouldPersistNetwork | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | -| ShouldPersistOsDisk | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| Os | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| ShouldPersistDataDisks | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | +| ShouldPersistNetwork | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | +| ShouldPersistOsDisk | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | | Strategy | StatefulNodeAzureStrategy | strategy block. | | VmSizes | StatefulNodeAzureVmSizes | vm_sizes block. | | AttachDataDisk | interface{} | attach_data_disk block. | | BootDiagnostics | interface{} | boot_diagnostics block. | -| CustomData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | +| CustomData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | | DataDisk | interface{} | data_disk block. | -| DataDisksPersistenceMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | +| DataDisksPersistenceMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | | Delete | interface{} | delete block. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | | DetachDataDisk | interface{} | detach_data_disk block. | | Extension | interface{} | extension block. | | Health | StatefulNodeAzureHealth | health block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | Image | StatefulNodeAzureImage | image block. | | ImportVm | interface{} | import_vm block. | -| LicenseType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| LicenseType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | LoadBalancer | interface{} | load_balancer block. | | Login | StatefulNodeAzureLogin | login block. | | ManagedServiceIdentities | interface{} | managed_service_identities block. | | Network | StatefulNodeAzureNetwork | network block. | | OsDisk | StatefulNodeAzureOsDisk | os_disk block. | -| OsDiskPersistenceMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| PreferredZone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | +| OsDiskPersistenceMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| PreferredZone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | ProximityPlacementGroups | interface{} | proximity_placement_groups block. | | SchedulingTask | interface{} | scheduling_task block. | | Secret | interface{} | secret block. | | Security | StatefulNodeAzureSecurity | security block. | -| ShouldPersistVm | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | -| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | +| ShouldPersistVm | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | +| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | | Signal | interface{} | signal block. | | Tag | interface{} | tag block. | | UpdateState | interface{} | update_state block. | -| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | -| VmName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| VmNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| Zones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | +| VmName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| VmNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| Zones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -2503,7 +2503,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -2515,7 +2515,7 @@ Os *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -2527,7 +2527,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -2539,7 +2539,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -2551,7 +2551,7 @@ ShouldPersistDataDisks interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -2563,7 +2563,7 @@ ShouldPersistNetwork interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -2575,7 +2575,7 @@ ShouldPersistOsDisk interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -2589,7 +2589,7 @@ Strategy StatefulNodeAzureStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -2603,7 +2603,7 @@ VmSizes StatefulNodeAzureVmSizes vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} --- @@ -2617,7 +2617,7 @@ AttachDataDisk interface{} attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -2631,7 +2631,7 @@ BootDiagnostics interface{} boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -2643,7 +2643,7 @@ CustomData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -2657,7 +2657,7 @@ DataDisk interface{} data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -2669,7 +2669,7 @@ DataDisksPersistenceMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -2683,7 +2683,7 @@ Delete interface{} delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -2695,7 +2695,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -2709,7 +2709,7 @@ DetachDataDisk interface{} detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -2723,7 +2723,7 @@ Extension interface{} extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -2737,7 +2737,7 @@ Health StatefulNodeAzureHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -2749,7 +2749,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2766,7 +2766,7 @@ Image StatefulNodeAzureImage image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -2780,7 +2780,7 @@ ImportVm interface{} import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -2792,7 +2792,7 @@ LicenseType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -2806,7 +2806,7 @@ LoadBalancer interface{} load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -2820,7 +2820,7 @@ Login StatefulNodeAzureLogin login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -2834,7 +2834,7 @@ ManagedServiceIdentities interface{} managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -2848,7 +2848,7 @@ Network StatefulNodeAzureNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -2862,7 +2862,7 @@ OsDisk StatefulNodeAzureOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -2874,7 +2874,7 @@ OsDiskPersistenceMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -2886,7 +2886,7 @@ PreferredZone *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -2900,7 +2900,7 @@ ProximityPlacementGroups interface{} proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -2914,7 +2914,7 @@ SchedulingTask interface{} scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -2928,7 +2928,7 @@ Secret interface{} secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -2942,7 +2942,7 @@ Security StatefulNodeAzureSecurity security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -2954,7 +2954,7 @@ ShouldPersistVm interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -2966,7 +2966,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -2980,7 +2980,7 @@ Signal interface{} signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -2994,7 +2994,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -3008,7 +3008,7 @@ UpdateState interface{} update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -3020,7 +3020,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -3032,7 +3032,7 @@ VmName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -3044,7 +3044,7 @@ VmNamePrefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -3056,7 +3056,7 @@ Zones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -3078,9 +3078,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Lun | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Lun | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -3092,7 +3092,7 @@ Lun *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -3104,7 +3104,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -3116,7 +3116,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3145,16 +3145,16 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| DiskShouldDeallocate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. | -| NetworkShouldDeallocate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. | -| PublicIpShouldDeallocate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. | -| ShouldTerminateVm | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. | -| SnapshotShouldDeallocate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. | -| DiskTtlInHours | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. | -| NetworkTtlInHours | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. | -| PublicIpTtlInHours | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | -| ShouldDeregisterFromLb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. | -| SnapshotTtlInHours | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | +| DiskShouldDeallocate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. | +| NetworkShouldDeallocate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. | +| PublicIpShouldDeallocate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. | +| ShouldTerminateVm | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. | +| SnapshotShouldDeallocate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. | +| DiskTtlInHours | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. | +| NetworkTtlInHours | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. | +| PublicIpTtlInHours | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | +| ShouldDeregisterFromLb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. | +| SnapshotTtlInHours | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -3166,7 +3166,7 @@ DiskShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -3178,7 +3178,7 @@ NetworkShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -3190,7 +3190,7 @@ PublicIpShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -3202,7 +3202,7 @@ ShouldTerminateVm interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -3214,7 +3214,7 @@ SnapshotShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -3226,7 +3226,7 @@ DiskTtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -3238,7 +3238,7 @@ NetworkTtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -3250,7 +3250,7 @@ PublicIpTtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -3262,7 +3262,7 @@ ShouldDeregisterFromLb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. --- @@ -3274,7 +3274,7 @@ SnapshotTtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -3297,10 +3297,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| DataDiskName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | -| DataDiskResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | -| ShouldDeallocate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. | -| TtlInHours | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | +| DataDiskName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | +| DataDiskResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | +| ShouldDeallocate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. | +| TtlInHours | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -3312,7 +3312,7 @@ DataDiskName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3324,7 +3324,7 @@ DataDiskResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3336,7 +3336,7 @@ ShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -3348,7 +3348,7 @@ TtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -3374,13 +3374,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. | -| MinorVersionAutoUpgrade | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| ProtectedSettings | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. | -| PublicSettings | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | +| ApiVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. | +| MinorVersionAutoUpgrade | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| ProtectedSettings | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. | +| PublicSettings | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -3392,7 +3392,7 @@ ApiVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -3404,7 +3404,7 @@ MinorVersionAutoUpgrade interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -3416,7 +3416,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3428,7 +3428,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3440,7 +3440,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3452,7 +3452,7 @@ ProtectedSettings *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -3464,7 +3464,7 @@ PublicSettings *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -3487,10 +3487,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. | -| HealthCheckTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. | -| UnhealthyDuration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | +| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. | +| HealthCheckTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. | +| UnhealthyDuration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -3502,7 +3502,7 @@ AutoHealing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -3514,7 +3514,7 @@ HealthCheckTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -3526,7 +3526,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -3538,7 +3538,7 @@ UnhealthyDuration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -3576,7 +3576,7 @@ CustomImage interface{} custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -3590,7 +3590,7 @@ Gallery interface{} gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -3604,7 +3604,7 @@ MarketplaceImage interface{} marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -3625,8 +3625,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CustomImageResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| CustomImageResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -3638,7 +3638,7 @@ CustomImageResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -3650,7 +3650,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3674,11 +3674,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| GalleryName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. | -| GalleryResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. | -| ImageName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. | -| VersionName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | -| SpotAccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. | +| GalleryName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. | +| GalleryResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. | +| ImageName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. | +| VersionName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | +| SpotAccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. | --- @@ -3690,7 +3690,7 @@ GalleryName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -3702,7 +3702,7 @@ GalleryResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -3714,7 +3714,7 @@ ImageName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -3726,7 +3726,7 @@ VersionName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -3738,7 +3738,7 @@ SpotAccountId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. --- @@ -3761,10 +3761,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | +| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -3776,7 +3776,7 @@ Offer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -3788,7 +3788,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3800,7 +3800,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3812,7 +3812,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -3835,10 +3835,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| OriginalVmName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| ResourcesRetentionTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | +| OriginalVmName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| ResourcesRetentionTime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -3850,7 +3850,7 @@ OriginalVmName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -3862,7 +3862,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3874,7 +3874,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -3886,7 +3886,7 @@ ResourcesRetentionTime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -3910,11 +3910,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| BackendPoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| BackendPoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -3926,7 +3926,7 @@ BackendPoolNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -3938,7 +3938,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3950,7 +3950,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3962,7 +3962,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3974,7 +3974,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3996,9 +3996,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. | -| Password | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | -| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | +| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. | +| Password | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | +| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -4010,7 +4010,7 @@ UserName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -4022,7 +4022,7 @@ Password *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -4034,7 +4034,7 @@ SshPublicKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -4055,8 +4055,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4068,7 +4068,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4080,7 +4080,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4103,8 +4103,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | | NetworkInterface | interface{} | network_interface block. | -| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | -| VirtualNetworkName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | +| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| VirtualNetworkName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -4118,7 +4118,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -4130,7 +4130,7 @@ NetworkResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4142,7 +4142,7 @@ VirtualNetworkName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -4171,16 +4171,16 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsPrimary | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. | -| SubnetName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. | +| IsPrimary | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. | +| SubnetName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. | | AdditionalIpConfigurations | interface{} | additional_ip_configurations block. | | ApplicationSecurityGroups | interface{} | application_security_groups block. | -| AssignPublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. | -| EnableIpForwarding | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. | +| AssignPublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. | +| EnableIpForwarding | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. | | NetworkSecurityGroup | interface{} | network_security_group block. | -| PrivateIpAddresses | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. | +| PrivateIpAddresses | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. | | PublicIps | interface{} | public_ips block. | -| PublicIpSku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | +| PublicIpSku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -4192,7 +4192,7 @@ IsPrimary interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -4204,7 +4204,7 @@ SubnetName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -4218,7 +4218,7 @@ AdditionalIpConfigurations interface{} additional_ip_configurations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -4232,7 +4232,7 @@ ApplicationSecurityGroups interface{} application_security_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -4244,7 +4244,7 @@ AssignPublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -4256,7 +4256,7 @@ EnableIpForwarding interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -4270,7 +4270,7 @@ NetworkSecurityGroup interface{} network_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -4282,7 +4282,7 @@ PrivateIpAddresses *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -4296,7 +4296,7 @@ PublicIps interface{} public_ips block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -4308,7 +4308,7 @@ PublicIpSku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -4329,8 +4329,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| PrivateIpAddressVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| PrivateIpAddressVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -4342,7 +4342,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4354,7 +4354,7 @@ PrivateIpAddressVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -4375,8 +4375,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4388,7 +4388,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4400,7 +4400,7 @@ NetworkResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4421,8 +4421,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4434,7 +4434,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4446,7 +4446,7 @@ NetworkResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4467,8 +4467,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4480,7 +4480,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4492,7 +4492,7 @@ NetworkResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4514,9 +4514,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| Caching | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | -| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Caching | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | +| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -4528,7 +4528,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4540,7 +4540,7 @@ Caching *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. --- @@ -4552,7 +4552,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -4573,8 +4573,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4586,7 +4586,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4598,7 +4598,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4620,9 +4620,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4634,7 +4634,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -4646,7 +4646,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -4658,7 +4658,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4694,7 +4694,7 @@ SourceVault interface{} source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -4708,7 +4708,7 @@ VaultCertificates interface{} vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -4729,8 +4729,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4742,7 +4742,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4754,7 +4754,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4775,8 +4775,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CertificateStore | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. | -| CertificateUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | +| CertificateStore | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. | +| CertificateUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -4788,7 +4788,7 @@ CertificateStore *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -4800,7 +4800,7 @@ CertificateUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -4824,11 +4824,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| ConfidentialOsDiskEncryption | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. | -| EncryptionAtHost | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. | -| SecureBootEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. | -| SecurityType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. | -| VtpmEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | +| ConfidentialOsDiskEncryption | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. | +| EncryptionAtHost | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. | +| SecureBootEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. | +| SecurityType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. | +| VtpmEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -4840,7 +4840,7 @@ ConfidentialOsDiskEncryption interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. --- @@ -4852,7 +4852,7 @@ EncryptionAtHost interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. --- @@ -4864,7 +4864,7 @@ SecureBootEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -4876,7 +4876,7 @@ SecurityType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -4888,7 +4888,7 @@ VtpmEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -4909,8 +4909,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4922,7 +4922,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -4934,7 +4934,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4962,15 +4962,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| FallbackToOnDemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | -| AvailabilityVsCost | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | +| FallbackToOnDemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| AvailabilityVsCost | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | | CapacityReservation | interface{} | capacity_reservation block. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| OdWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | -| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. | -| PreferredLifeCycle | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| OdWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | +| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. | +| PreferredLifeCycle | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | RevertToSpot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | -| VmAdmins | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. | +| VmAdmins | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. | --- @@ -4982,7 +4982,7 @@ FallbackToOnDemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -4994,7 +4994,7 @@ AvailabilityVsCost *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. --- @@ -5008,7 +5008,7 @@ CapacityReservation interface{} capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -5020,7 +5020,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -5032,7 +5032,7 @@ OdWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. --- @@ -5044,7 +5044,7 @@ OptimizationWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -5056,7 +5056,7 @@ PreferredLifeCycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -5070,7 +5070,7 @@ RevertToSpot StatefulNodeAzureStrategyRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -5082,7 +5082,7 @@ VmAdmins *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. --- @@ -5104,8 +5104,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldUtilize | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. | -| UtilizationStrategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | +| ShouldUtilize | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. | +| UtilizationStrategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | | CapacityReservationGroups | interface{} | capacity_reservation_groups block. | --- @@ -5118,7 +5118,7 @@ ShouldUtilize interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -5130,7 +5130,7 @@ UtilizationStrategy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -5144,7 +5144,7 @@ CapacityReservationGroups interface{} capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -5166,9 +5166,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CrgName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. | -| CrgResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. | -| CrgShouldPrioritize | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | +| CrgName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. | +| CrgResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. | +| CrgShouldPrioritize | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -5180,7 +5180,7 @@ CrgName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -5192,7 +5192,7 @@ CrgResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -5204,7 +5204,7 @@ CrgShouldPrioritize interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -5224,7 +5224,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | +| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -5236,7 +5236,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -5257,8 +5257,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. | -| TagValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | +| TagKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. | +| TagValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -5270,7 +5270,7 @@ TagKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -5282,7 +5282,7 @@ TagValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -5302,7 +5302,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| State | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | +| State | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -5314,7 +5314,7 @@ State *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- @@ -5338,11 +5338,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| OdSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | -| ExcludedVmSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. | -| PreferredSpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | +| OdSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | +| ExcludedVmSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. | +| PreferredSpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | | SpotSizeAttributes | StatefulNodeAzureVmSizesSpotSizeAttributes | spot_size_attributes block. | -| SpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | +| SpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | --- @@ -5354,7 +5354,7 @@ OdSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -5366,7 +5366,7 @@ ExcludedVmSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. --- @@ -5378,7 +5378,7 @@ PreferredSpotSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -5392,7 +5392,7 @@ SpotSizeAttributes StatefulNodeAzureVmSizesSpotSizeAttributes spot_size_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} --- @@ -5404,7 +5404,7 @@ SpotSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -5429,12 +5429,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxCpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. | -| MaxMemory | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. | -| MaxStorage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. | -| MinCpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. | -| MinMemory | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. | -| MinStorage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. | +| MaxCpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. | +| MaxMemory | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. | +| MaxStorage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. | +| MinCpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. | +| MinMemory | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. | +| MinStorage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. | --- @@ -5446,7 +5446,7 @@ MaxCpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. --- @@ -5458,7 +5458,7 @@ MaxMemory *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. --- @@ -5470,7 +5470,7 @@ MaxStorage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. --- @@ -5482,7 +5482,7 @@ MinCpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. --- @@ -5494,7 +5494,7 @@ MinMemory *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. --- @@ -5506,7 +5506,7 @@ MinStorage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. --- diff --git a/docs/statefulNodeAzure.java.md b/docs/statefulNodeAzure.java.md index 5d64d8da..a0526344 100644 --- a/docs/statefulNodeAzure.java.md +++ b/docs/statefulNodeAzure.java.md @@ -4,7 +4,7 @@ ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -99,49 +99,49 @@ StatefulNodeAzure.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| shouldPersistDataDisks | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | -| shouldPersistNetwork | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | -| shouldPersistOsDisk | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| shouldPersistDataDisks | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | +| shouldPersistNetwork | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | +| shouldPersistOsDisk | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | | strategy | StatefulNodeAzureStrategy | strategy block. | | vmSizes | StatefulNodeAzureVmSizes | vm_sizes block. | | attachDataDisk | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureAttachDataDisk> | attach_data_disk block. | | bootDiagnostics | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureBootDiagnostics> | boot_diagnostics block. | -| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | +| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | | dataDisk | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureDataDisk> | data_disk block. | -| dataDisksPersistenceMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | +| dataDisksPersistenceMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | | delete | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureDelete> | delete block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | | detachDataDisk | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureDetachDataDisk> | detach_data_disk block. | | extension | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureExtension> | extension block. | | health | StatefulNodeAzureHealth | health block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | image | StatefulNodeAzureImage | image block. | | importVm | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureImportVm> | import_vm block. | -| licenseType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| licenseType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | loadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureLoadBalancer> | load_balancer block. | | login | StatefulNodeAzureLogin | login block. | | managedServiceIdentities | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureManagedServiceIdentities> | managed_service_identities block. | | network | StatefulNodeAzureNetwork | network block. | | osDisk | StatefulNodeAzureOsDisk | os_disk block. | -| osDiskPersistenceMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| preferredZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | +| osDiskPersistenceMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| preferredZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | proximityPlacementGroups | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureProximityPlacementGroups> | proximity_placement_groups block. | | schedulingTask | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureSchedulingTask> | scheduling_task block. | | secret | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureSecret> | secret block. | | security | StatefulNodeAzureSecurity | security block. | -| shouldPersistVm | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | +| shouldPersistVm | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | | signal | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureSignal> | signal block. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureTag> | tag block. | | updateState | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureUpdateState> | update_state block. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | -| vmName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| vmNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | +| vmName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| vmNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -209,7 +209,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -315,7 +315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -323,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -341,7 +341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -351,7 +351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -361,7 +361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -371,7 +371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -392,7 +392,7 @@ If you experience problems setting this value it might not be settable. Please t image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -402,7 +402,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -410,7 +410,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -420,7 +420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -430,7 +430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -440,7 +440,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -450,7 +450,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -460,7 +460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -468,7 +468,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -476,7 +476,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -486,7 +486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -496,7 +496,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -506,7 +506,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -516,7 +516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -524,7 +524,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -532,7 +532,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -542,7 +542,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -552,7 +552,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -562,7 +562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -570,7 +570,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -578,7 +578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -586,7 +586,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -594,7 +594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -1558,7 +1558,7 @@ The construct id used in the generated config for the StatefulNodeAzure to impor The id of the existing StatefulNodeAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use --- @@ -2720,12 +2720,12 @@ StatefulNodeAzureAttachDataDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| dataDiskName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | -| dataDiskResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | -| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | -| storageAccountType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. | -| lun | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| zone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | +| dataDiskName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | +| dataDiskResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | +| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| storageAccountType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. | +| lun | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| zone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -2737,7 +2737,7 @@ public java.lang.String getDataDiskName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -2749,7 +2749,7 @@ public java.lang.String getDataDiskResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -2761,7 +2761,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2773,7 +2773,7 @@ public java.lang.String getStorageAccountType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -2785,7 +2785,7 @@ public java.lang.Number getLun(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2797,7 +2797,7 @@ public java.lang.String getZone(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -2820,9 +2820,9 @@ StatefulNodeAzureBootDiagnostics.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | -| storageUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | +| storageUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2834,7 +2834,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -2846,7 +2846,7 @@ public java.lang.String getStorageUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -2858,7 +2858,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2957,49 +2957,49 @@ StatefulNodeAzureConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| shouldPersistDataDisks | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | -| shouldPersistNetwork | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | -| shouldPersistOsDisk | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| shouldPersistDataDisks | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | +| shouldPersistNetwork | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | +| shouldPersistOsDisk | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | | strategy | StatefulNodeAzureStrategy | strategy block. | | vmSizes | StatefulNodeAzureVmSizes | vm_sizes block. | | attachDataDisk | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureAttachDataDisk> | attach_data_disk block. | | bootDiagnostics | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureBootDiagnostics> | boot_diagnostics block. | -| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | +| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | | dataDisk | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureDataDisk> | data_disk block. | -| dataDisksPersistenceMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | +| dataDisksPersistenceMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | | delete | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureDelete> | delete block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | | detachDataDisk | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureDetachDataDisk> | detach_data_disk block. | | extension | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureExtension> | extension block. | | health | StatefulNodeAzureHealth | health block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | image | StatefulNodeAzureImage | image block. | | importVm | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureImportVm> | import_vm block. | -| licenseType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| licenseType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | loadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureLoadBalancer> | load_balancer block. | | login | StatefulNodeAzureLogin | login block. | | managedServiceIdentities | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureManagedServiceIdentities> | managed_service_identities block. | | network | StatefulNodeAzureNetwork | network block. | | osDisk | StatefulNodeAzureOsDisk | os_disk block. | -| osDiskPersistenceMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| preferredZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | +| osDiskPersistenceMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| preferredZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | proximityPlacementGroups | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureProximityPlacementGroups> | proximity_placement_groups block. | | schedulingTask | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureSchedulingTask> | scheduling_task block. | | secret | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureSecret> | secret block. | | security | StatefulNodeAzureSecurity | security block. | -| shouldPersistVm | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | +| shouldPersistVm | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | | signal | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureSignal> | signal block. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureTag> | tag block. | | updateState | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureUpdateState> | update_state block. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | -| vmName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| vmNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | +| vmName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| vmNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -3081,7 +3081,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3093,7 +3093,7 @@ public java.lang.String getOs(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -3105,7 +3105,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -3117,7 +3117,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3129,7 +3129,7 @@ public java.lang.Object getShouldPersistDataDisks(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -3141,7 +3141,7 @@ public java.lang.Object getShouldPersistNetwork(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -3153,7 +3153,7 @@ public java.lang.Object getShouldPersistOsDisk(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -3167,7 +3167,7 @@ public StatefulNodeAzureStrategy getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -3181,7 +3181,7 @@ public StatefulNodeAzureVmSizes getVmSizes(); vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} --- @@ -3195,7 +3195,7 @@ public java.lang.Object getAttachDataDisk(); attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -3209,7 +3209,7 @@ public java.lang.Object getBootDiagnostics(); boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -3221,7 +3221,7 @@ public java.lang.String getCustomData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -3235,7 +3235,7 @@ public java.lang.Object getDataDisk(); data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -3247,7 +3247,7 @@ public java.lang.String getDataDisksPersistenceMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -3261,7 +3261,7 @@ public java.lang.Object getDelete(); delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -3273,7 +3273,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -3287,7 +3287,7 @@ public java.lang.Object getDetachDataDisk(); detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -3301,7 +3301,7 @@ public java.lang.Object getExtension(); extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -3315,7 +3315,7 @@ public StatefulNodeAzureHealth getHealth(); health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -3327,7 +3327,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3344,7 +3344,7 @@ public StatefulNodeAzureImage getImage(); image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -3358,7 +3358,7 @@ public java.lang.Object getImportVm(); import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -3370,7 +3370,7 @@ public java.lang.String getLicenseType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -3384,7 +3384,7 @@ public java.lang.Object getLoadBalancer(); load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -3398,7 +3398,7 @@ public StatefulNodeAzureLogin getLogin(); login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -3412,7 +3412,7 @@ public java.lang.Object getManagedServiceIdentities(); managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -3426,7 +3426,7 @@ public StatefulNodeAzureNetwork getNetwork(); network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -3440,7 +3440,7 @@ public StatefulNodeAzureOsDisk getOsDisk(); os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -3452,7 +3452,7 @@ public java.lang.String getOsDiskPersistenceMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -3464,7 +3464,7 @@ public java.lang.String getPreferredZone(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -3478,7 +3478,7 @@ public java.lang.Object getProximityPlacementGroups(); proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -3492,7 +3492,7 @@ public java.lang.Object getSchedulingTask(); scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -3506,7 +3506,7 @@ public java.lang.Object getSecret(); secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -3520,7 +3520,7 @@ public StatefulNodeAzureSecurity getSecurity(); security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -3532,7 +3532,7 @@ public java.lang.Object getShouldPersistVm(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -3544,7 +3544,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -3558,7 +3558,7 @@ public java.lang.Object getSignal(); signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -3572,7 +3572,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -3586,7 +3586,7 @@ public java.lang.Object getUpdateState(); update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -3598,7 +3598,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -3610,7 +3610,7 @@ public java.lang.String getVmName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -3622,7 +3622,7 @@ public java.lang.String getVmNamePrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -3634,7 +3634,7 @@ public java.util.List getZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -3656,9 +3656,9 @@ StatefulNodeAzureDataDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| lun | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| lun | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -3670,7 +3670,7 @@ public java.lang.Number getLun(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -3682,7 +3682,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -3694,7 +3694,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3729,16 +3729,16 @@ StatefulNodeAzureDelete.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| diskShouldDeallocate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. | -| networkShouldDeallocate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. | -| publicIpShouldDeallocate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. | -| shouldTerminateVm | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. | -| snapshotShouldDeallocate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. | -| diskTtlInHours | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. | -| networkTtlInHours | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. | -| publicIpTtlInHours | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | -| shouldDeregisterFromLb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. | -| snapshotTtlInHours | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | +| diskShouldDeallocate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. | +| networkShouldDeallocate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. | +| publicIpShouldDeallocate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. | +| shouldTerminateVm | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. | +| snapshotShouldDeallocate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. | +| diskTtlInHours | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. | +| networkTtlInHours | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. | +| publicIpTtlInHours | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | +| shouldDeregisterFromLb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. | +| snapshotTtlInHours | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -3750,7 +3750,7 @@ public java.lang.Object getDiskShouldDeallocate(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -3762,7 +3762,7 @@ public java.lang.Object getNetworkShouldDeallocate(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -3774,7 +3774,7 @@ public java.lang.Object getPublicIpShouldDeallocate(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -3786,7 +3786,7 @@ public java.lang.Object getShouldTerminateVm(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -3798,7 +3798,7 @@ public java.lang.Object getSnapshotShouldDeallocate(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -3810,7 +3810,7 @@ public java.lang.Number getDiskTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -3822,7 +3822,7 @@ public java.lang.Number getNetworkTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -3834,7 +3834,7 @@ public java.lang.Number getPublicIpTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -3846,7 +3846,7 @@ public java.lang.Object getShouldDeregisterFromLb(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. --- @@ -3858,7 +3858,7 @@ public java.lang.Number getSnapshotTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -3882,10 +3882,10 @@ StatefulNodeAzureDetachDataDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| dataDiskName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | -| dataDiskResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | -| shouldDeallocate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. | -| ttlInHours | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | +| dataDiskName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | +| dataDiskResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | +| shouldDeallocate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. | +| ttlInHours | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -3897,7 +3897,7 @@ public java.lang.String getDataDiskName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3909,7 +3909,7 @@ public java.lang.String getDataDiskResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3921,7 +3921,7 @@ public java.lang.Object getShouldDeallocate(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -3933,7 +3933,7 @@ public java.lang.Number getTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -3960,13 +3960,13 @@ StatefulNodeAzureExtension.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. | -| minorVersionAutoUpgrade | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| protectedSettings | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. | -| publicSettings | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | +| apiVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. | +| minorVersionAutoUpgrade | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| protectedSettings | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. | +| publicSettings | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -3978,7 +3978,7 @@ public java.lang.String getApiVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -3990,7 +3990,7 @@ public java.lang.Object getMinorVersionAutoUpgrade(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -4002,7 +4002,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4014,7 +4014,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -4026,7 +4026,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4038,7 +4038,7 @@ public java.util.Map getProtectedSettings(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -4050,7 +4050,7 @@ public java.util.Map getPublicSettings(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -4074,10 +4074,10 @@ StatefulNodeAzureHealth.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. | -| healthCheckTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. | -| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | +| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. | +| healthCheckTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. | +| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -4089,7 +4089,7 @@ public java.lang.Object getAutoHealing(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -4101,7 +4101,7 @@ public java.util.List getHealthCheckTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -4113,7 +4113,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -4125,7 +4125,7 @@ public java.lang.Number getUnhealthyDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -4166,7 +4166,7 @@ public java.lang.Object getCustomImage(); custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -4180,7 +4180,7 @@ public java.lang.Object getGallery(); gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -4194,7 +4194,7 @@ public java.lang.Object getMarketplaceImage(); marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -4215,8 +4215,8 @@ StatefulNodeAzureImageCustomImage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| customImageResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| customImageResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -4228,7 +4228,7 @@ public java.lang.String getCustomImageResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -4240,7 +4240,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4264,11 +4264,11 @@ StatefulNodeAzureImageGallery.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| galleryName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. | -| galleryResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. | -| imageName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. | -| versionName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | -| spotAccountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. | +| galleryName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. | +| galleryResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. | +| imageName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. | +| versionName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | +| spotAccountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. | --- @@ -4280,7 +4280,7 @@ public java.lang.String getGalleryName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -4292,7 +4292,7 @@ public java.lang.String getGalleryResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -4304,7 +4304,7 @@ public java.lang.String getImageName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -4316,7 +4316,7 @@ public java.lang.String getVersionName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -4328,7 +4328,7 @@ public java.lang.String getSpotAccountId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. --- @@ -4351,10 +4351,10 @@ StatefulNodeAzureImageMarketplaceImage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | -| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | -| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | +| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | +| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -4366,7 +4366,7 @@ public java.lang.String getOffer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -4378,7 +4378,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -4390,7 +4390,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4402,7 +4402,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -4425,10 +4425,10 @@ StatefulNodeAzureImportVm.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| originalVmName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| resourcesRetentionTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | +| originalVmName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| resourcesRetentionTime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -4440,7 +4440,7 @@ public java.lang.String getOriginalVmName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -4452,7 +4452,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4464,7 +4464,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -4476,7 +4476,7 @@ public java.lang.Number getResourcesRetentionTime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -4500,11 +4500,11 @@ StatefulNodeAzureLoadBalancer.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| backendPoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| backendPoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -4516,7 +4516,7 @@ public java.util.List getBackendPoolNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -4528,7 +4528,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4540,7 +4540,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4552,7 +4552,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4564,7 +4564,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4586,9 +4586,9 @@ StatefulNodeAzureLogin.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. | -| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | -| sshPublicKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | +| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. | +| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | +| sshPublicKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -4600,7 +4600,7 @@ public java.lang.String getUserName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -4612,7 +4612,7 @@ public java.lang.String getPassword(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -4624,7 +4624,7 @@ public java.lang.String getSshPublicKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -4645,8 +4645,8 @@ StatefulNodeAzureManagedServiceIdentities.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4658,7 +4658,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4670,7 +4670,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4694,8 +4694,8 @@ StatefulNodeAzureNetwork.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | networkInterface | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureNetworkNetworkInterface> | network_interface block. | -| networkResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | -| virtualNetworkName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | +| networkResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| virtualNetworkName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -4709,7 +4709,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -4721,7 +4721,7 @@ public java.lang.String getNetworkResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4733,7 +4733,7 @@ public java.lang.String getVirtualNetworkName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -4769,16 +4769,16 @@ StatefulNodeAzureNetworkNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| isPrimary | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. | -| subnetName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. | +| isPrimary | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. | +| subnetName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. | | additionalIpConfigurations | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations> | additional_ip_configurations block. | | applicationSecurityGroups | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups> | application_security_groups block. | -| assignPublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. | -| enableIpForwarding | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. | +| assignPublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. | +| enableIpForwarding | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. | | networkSecurityGroup | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup> | network_security_group block. | -| privateIpAddresses | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. | +| privateIpAddresses | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. | | publicIps | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureNetworkNetworkInterfacePublicIps> | public_ips block. | -| publicIpSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | +| publicIpSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -4790,7 +4790,7 @@ public java.lang.Object getIsPrimary(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -4802,7 +4802,7 @@ public java.lang.String getSubnetName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -4816,7 +4816,7 @@ public java.lang.Object getAdditionalIpConfigurations(); additional_ip_configurations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -4830,7 +4830,7 @@ public java.lang.Object getApplicationSecurityGroups(); application_security_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -4842,7 +4842,7 @@ public java.lang.Object getAssignPublicIp(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -4854,7 +4854,7 @@ public java.lang.Object getEnableIpForwarding(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -4868,7 +4868,7 @@ public java.lang.Object getNetworkSecurityGroup(); network_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -4880,7 +4880,7 @@ public java.util.List getPrivateIpAddresses(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -4894,7 +4894,7 @@ public java.lang.Object getPublicIps(); public_ips block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -4906,7 +4906,7 @@ public java.lang.String getPublicIpSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -4927,8 +4927,8 @@ StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| privateIpAddressVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| privateIpAddressVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -4940,7 +4940,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4952,7 +4952,7 @@ public java.lang.String getPrivateIpAddressVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -4973,8 +4973,8 @@ StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| networkResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| networkResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4986,7 +4986,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4998,7 +4998,7 @@ public java.lang.String getNetworkResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5019,8 +5019,8 @@ StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| networkResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| networkResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -5032,7 +5032,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5044,7 +5044,7 @@ public java.lang.String getNetworkResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5065,8 +5065,8 @@ StatefulNodeAzureNetworkNetworkInterfacePublicIps.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| networkResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| networkResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -5078,7 +5078,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5090,7 +5090,7 @@ public java.lang.String getNetworkResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5112,9 +5112,9 @@ StatefulNodeAzureOsDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| caching | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | -| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| caching | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | +| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -5126,7 +5126,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5138,7 +5138,7 @@ public java.lang.String getCaching(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. --- @@ -5150,7 +5150,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -5171,8 +5171,8 @@ StatefulNodeAzureProximityPlacementGroups.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -5184,7 +5184,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5196,7 +5196,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -5219,9 +5219,9 @@ StatefulNodeAzureSchedulingTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -5233,7 +5233,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -5245,7 +5245,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -5257,7 +5257,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5295,7 +5295,7 @@ public java.lang.Object getSourceVault(); source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -5309,7 +5309,7 @@ public java.lang.Object getVaultCertificates(); vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -5330,8 +5330,8 @@ StatefulNodeAzureSecretSourceVault.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -5343,7 +5343,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5355,7 +5355,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -5376,8 +5376,8 @@ StatefulNodeAzureSecretVaultCertificates.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificateStore | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. | -| certificateUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | +| certificateStore | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. | +| certificateUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -5389,7 +5389,7 @@ public java.lang.String getCertificateStore(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -5401,7 +5401,7 @@ public java.lang.String getCertificateUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -5429,11 +5429,11 @@ StatefulNodeAzureSecurity.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| confidentialOsDiskEncryption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. | -| encryptionAtHost | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. | -| secureBootEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. | -| securityType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. | -| vtpmEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | +| confidentialOsDiskEncryption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. | +| encryptionAtHost | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. | +| secureBootEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. | +| securityType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. | +| vtpmEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -5445,7 +5445,7 @@ public java.lang.Object getConfidentialOsDiskEncryption(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. --- @@ -5457,7 +5457,7 @@ public java.lang.Object getEncryptionAtHost(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. --- @@ -5469,7 +5469,7 @@ public java.lang.Object getSecureBootEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -5481,7 +5481,7 @@ public java.lang.String getSecurityType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -5493,7 +5493,7 @@ public java.lang.Object getVtpmEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -5514,8 +5514,8 @@ StatefulNodeAzureSignal.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -5527,7 +5527,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -5539,7 +5539,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5569,15 +5569,15 @@ StatefulNodeAzureStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| fallbackToOnDemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | -| availabilityVsCost | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | +| fallbackToOnDemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| availabilityVsCost | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | | capacityReservation | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureStrategyCapacityReservation> | capacity_reservation block. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| odWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | -| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. | -| preferredLifeCycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| odWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | +| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. | +| preferredLifeCycle | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | revertToSpot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | -| vmAdmins | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. | +| vmAdmins | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. | --- @@ -5589,7 +5589,7 @@ public java.lang.Object getFallbackToOnDemand(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -5601,7 +5601,7 @@ public java.lang.Number getAvailabilityVsCost(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. --- @@ -5615,7 +5615,7 @@ public java.lang.Object getCapacityReservation(); capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -5627,7 +5627,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -5639,7 +5639,7 @@ public java.util.List getOdWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. --- @@ -5651,7 +5651,7 @@ public java.util.List getOptimizationWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -5663,7 +5663,7 @@ public java.lang.String getPreferredLifeCycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -5677,7 +5677,7 @@ public StatefulNodeAzureStrategyRevertToSpot getRevertToSpot(); revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -5689,7 +5689,7 @@ public java.util.List getVmAdmins(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. --- @@ -5713,8 +5713,8 @@ StatefulNodeAzureStrategyCapacityReservation.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldUtilize | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. | -| utilizationStrategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | +| shouldUtilize | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. | +| utilizationStrategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | | capacityReservationGroups | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups> | capacity_reservation_groups block. | --- @@ -5727,7 +5727,7 @@ public java.lang.Object getShouldUtilize(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -5739,7 +5739,7 @@ public java.lang.String getUtilizationStrategy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -5753,7 +5753,7 @@ public java.lang.Object getCapacityReservationGroups(); capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -5776,9 +5776,9 @@ StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| crgName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. | -| crgResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. | -| crgShouldPrioritize | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | +| crgName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. | +| crgResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. | +| crgShouldPrioritize | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -5790,7 +5790,7 @@ public java.lang.String getCrgName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -5802,7 +5802,7 @@ public java.lang.String getCrgResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -5814,7 +5814,7 @@ public java.lang.Object getCrgShouldPrioritize(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -5834,7 +5834,7 @@ StatefulNodeAzureStrategyRevertToSpot.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | +| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -5846,7 +5846,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -5867,8 +5867,8 @@ StatefulNodeAzureTag.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. | -| tagValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | +| tagKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. | +| tagValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -5880,7 +5880,7 @@ public java.lang.String getTagKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -5892,7 +5892,7 @@ public java.lang.String getTagValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -5912,7 +5912,7 @@ StatefulNodeAzureUpdateState.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| state | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | +| state | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -5924,7 +5924,7 @@ public java.lang.String getState(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- @@ -5948,11 +5948,11 @@ StatefulNodeAzureVmSizes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | -| excludedVmSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. | -| preferredSpotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | +| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | +| excludedVmSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. | +| preferredSpotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | | spotSizeAttributes | StatefulNodeAzureVmSizesSpotSizeAttributes | spot_size_attributes block. | -| spotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | +| spotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | --- @@ -5964,7 +5964,7 @@ public java.util.List getOdSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -5976,7 +5976,7 @@ public java.util.List getExcludedVmSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. --- @@ -5988,7 +5988,7 @@ public java.util.List getPreferredSpotSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -6002,7 +6002,7 @@ public StatefulNodeAzureVmSizesSpotSizeAttributes getSpotSizeAttributes(); spot_size_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} --- @@ -6014,7 +6014,7 @@ public java.util.List getSpotSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -6039,12 +6039,12 @@ StatefulNodeAzureVmSizesSpotSizeAttributes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxCpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. | -| maxMemory | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. | -| maxStorage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. | -| minCpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. | -| minMemory | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. | -| minStorage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. | +| maxCpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. | +| maxMemory | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. | +| maxStorage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. | +| minCpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. | +| minMemory | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. | +| minStorage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. | --- @@ -6056,7 +6056,7 @@ public java.lang.Number getMaxCpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. --- @@ -6068,7 +6068,7 @@ public java.lang.Number getMaxMemory(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. --- @@ -6080,7 +6080,7 @@ public java.lang.Number getMaxStorage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. --- @@ -6092,7 +6092,7 @@ public java.lang.Number getMinCpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. --- @@ -6104,7 +6104,7 @@ public java.lang.Number getMinMemory(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. --- @@ -6116,7 +6116,7 @@ public java.lang.Number getMinStorage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. --- diff --git a/docs/statefulNodeAzure.python.md b/docs/statefulNodeAzure.python.md index 3c2f8369..203c9c53 100644 --- a/docs/statefulNodeAzure.python.md +++ b/docs/statefulNodeAzure.python.md @@ -4,7 +4,7 @@ ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -78,49 +78,49 @@ statefulNodeAzure.StatefulNodeAzure( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| should_persist_data_disks | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | -| should_persist_network | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | -| should_persist_os_disk | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| should_persist_data_disks | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | +| should_persist_network | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | +| should_persist_os_disk | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | | strategy | StatefulNodeAzureStrategy | strategy block. | | vm_sizes | StatefulNodeAzureVmSizes | vm_sizes block. | | attach_data_disk | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureAttachDataDisk]] | attach_data_disk block. | | boot_diagnostics | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureBootDiagnostics]] | boot_diagnostics block. | -| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | +| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | | data_disk | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureDataDisk]] | data_disk block. | -| data_disks_persistence_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | +| data_disks_persistence_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | | delete | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureDelete]] | delete block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | | detach_data_disk | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureDetachDataDisk]] | detach_data_disk block. | | extension | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureExtension]] | extension block. | | health | StatefulNodeAzureHealth | health block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | image | StatefulNodeAzureImage | image block. | | import_vm | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureImportVm]] | import_vm block. | -| license_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| license_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | load_balancer | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureLoadBalancer]] | load_balancer block. | | login | StatefulNodeAzureLogin | login block. | | managed_service_identities | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureManagedServiceIdentities]] | managed_service_identities block. | | network | StatefulNodeAzureNetwork | network block. | | os_disk | StatefulNodeAzureOsDisk | os_disk block. | -| os_disk_persistence_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| preferred_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | +| os_disk_persistence_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| preferred_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | proximity_placement_groups | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureProximityPlacementGroups]] | proximity_placement_groups block. | | scheduling_task | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureSchedulingTask]] | scheduling_task block. | | secret | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureSecret]] | secret block. | | security | StatefulNodeAzureSecurity | security block. | -| should_persist_vm | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | +| should_persist_vm | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | | signal | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureSignal]] | signal block. | | tag | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureTag]] | tag block. | | update_state | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureUpdateState]] | update_state block. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | -| vm_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| vm_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | +| vm_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| vm_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -188,7 +188,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -294,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -302,7 +302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -312,7 +312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -320,7 +320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -330,7 +330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -340,7 +340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -350,7 +350,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -358,7 +358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -371,7 +371,7 @@ If you experience problems setting this value it might not be settable. Please t image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -381,7 +381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -389,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -399,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -409,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -419,7 +419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -429,7 +429,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -439,7 +439,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -447,7 +447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -455,7 +455,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -465,7 +465,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -475,7 +475,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -485,7 +485,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -495,7 +495,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -503,7 +503,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -511,7 +511,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -521,7 +521,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -531,7 +531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -541,7 +541,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -549,7 +549,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -557,7 +557,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -565,7 +565,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -573,7 +573,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -1088,7 +1088,7 @@ def put_health( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -1096,7 +1096,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -1104,7 +1104,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -1112,7 +1112,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -1132,7 +1132,7 @@ def put_image( custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -1142,7 +1142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -1152,7 +1152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -1198,7 +1198,7 @@ def put_login( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -1206,7 +1206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -1214,7 +1214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -1248,7 +1248,7 @@ def put_network( network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -1256,7 +1256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -1264,7 +1264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -1282,7 +1282,7 @@ def put_os_disk( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -1290,7 +1290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. --- @@ -1298,7 +1298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -1360,7 +1360,7 @@ def put_security( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. --- @@ -1368,7 +1368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. --- @@ -1376,7 +1376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -1384,7 +1384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -1392,7 +1392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -1430,7 +1430,7 @@ def put_strategy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -1438,7 +1438,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. --- @@ -1448,7 +1448,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -1456,7 +1456,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -1464,7 +1464,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. --- @@ -1472,7 +1472,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -1480,7 +1480,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -1490,7 +1490,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -1498,7 +1498,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. --- @@ -1546,7 +1546,7 @@ def put_vm_sizes( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -1554,7 +1554,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. --- @@ -1562,7 +1562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -1572,7 +1572,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti spot_size_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} --- @@ -1580,7 +1580,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -1902,7 +1902,7 @@ The construct id used in the generated config for the StatefulNodeAzure to impor The id of the existing StatefulNodeAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use --- @@ -3064,12 +3064,12 @@ statefulNodeAzure.StatefulNodeAzureAttachDataDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| data_disk_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | -| data_disk_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | -| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | -| storage_account_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. | -| lun | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | +| data_disk_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | +| data_disk_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | +| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| storage_account_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. | +| lun | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -3081,7 +3081,7 @@ data_disk_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3093,7 +3093,7 @@ data_disk_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3105,7 +3105,7 @@ size_gb: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -3117,7 +3117,7 @@ storage_account_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -3129,7 +3129,7 @@ lun: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -3141,7 +3141,7 @@ zone: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -3163,9 +3163,9 @@ statefulNodeAzure.StatefulNodeAzureBootDiagnostics( | **Name** | **Type** | **Description** | | --- | --- | --- | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | -| storage_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | +| storage_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -3177,7 +3177,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -3189,7 +3189,7 @@ storage_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -3201,7 +3201,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3277,49 +3277,49 @@ statefulNodeAzure.StatefulNodeAzureConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| should_persist_data_disks | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | -| should_persist_network | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | -| should_persist_os_disk | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| should_persist_data_disks | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | +| should_persist_network | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | +| should_persist_os_disk | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | | strategy | StatefulNodeAzureStrategy | strategy block. | | vm_sizes | StatefulNodeAzureVmSizes | vm_sizes block. | | attach_data_disk | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureAttachDataDisk]] | attach_data_disk block. | | boot_diagnostics | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureBootDiagnostics]] | boot_diagnostics block. | -| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | +| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | | data_disk | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureDataDisk]] | data_disk block. | -| data_disks_persistence_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | +| data_disks_persistence_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | | delete | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureDelete]] | delete block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | | detach_data_disk | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureDetachDataDisk]] | detach_data_disk block. | | extension | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureExtension]] | extension block. | | health | StatefulNodeAzureHealth | health block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | image | StatefulNodeAzureImage | image block. | | import_vm | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureImportVm]] | import_vm block. | -| license_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| license_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | load_balancer | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureLoadBalancer]] | load_balancer block. | | login | StatefulNodeAzureLogin | login block. | | managed_service_identities | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureManagedServiceIdentities]] | managed_service_identities block. | | network | StatefulNodeAzureNetwork | network block. | | os_disk | StatefulNodeAzureOsDisk | os_disk block. | -| os_disk_persistence_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| preferred_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | +| os_disk_persistence_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| preferred_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | proximity_placement_groups | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureProximityPlacementGroups]] | proximity_placement_groups block. | | scheduling_task | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureSchedulingTask]] | scheduling_task block. | | secret | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureSecret]] | secret block. | | security | StatefulNodeAzureSecurity | security block. | -| should_persist_vm | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | +| should_persist_vm | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | | signal | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureSignal]] | signal block. | | tag | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureTag]] | tag block. | | update_state | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureUpdateState]] | update_state block. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | -| vm_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| vm_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | +| vm_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| vm_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -3401,7 +3401,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3413,7 +3413,7 @@ os: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -3425,7 +3425,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -3437,7 +3437,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3449,7 +3449,7 @@ should_persist_data_disks: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -3461,7 +3461,7 @@ should_persist_network: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -3473,7 +3473,7 @@ should_persist_os_disk: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -3487,7 +3487,7 @@ strategy: StatefulNodeAzureStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -3501,7 +3501,7 @@ vm_sizes: StatefulNodeAzureVmSizes vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} --- @@ -3515,7 +3515,7 @@ attach_data_disk: typing.Union[IResolvable, typing.List[StatefulNodeAzureAttachD attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -3529,7 +3529,7 @@ boot_diagnostics: typing.Union[IResolvable, typing.List[StatefulNodeAzureBootDia boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -3541,7 +3541,7 @@ custom_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -3555,7 +3555,7 @@ data_disk: typing.Union[IResolvable, typing.List[StatefulNodeAzureDataDisk]] data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -3567,7 +3567,7 @@ data_disks_persistence_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -3581,7 +3581,7 @@ delete: typing.Union[IResolvable, typing.List[StatefulNodeAzureDelete]] delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -3593,7 +3593,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -3607,7 +3607,7 @@ detach_data_disk: typing.Union[IResolvable, typing.List[StatefulNodeAzureDetachD detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -3621,7 +3621,7 @@ extension: typing.Union[IResolvable, typing.List[StatefulNodeAzureExtension]] extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -3635,7 +3635,7 @@ health: StatefulNodeAzureHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -3647,7 +3647,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3664,7 +3664,7 @@ image: StatefulNodeAzureImage image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -3678,7 +3678,7 @@ import_vm: typing.Union[IResolvable, typing.List[StatefulNodeAzureImportVm]] import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -3690,7 +3690,7 @@ license_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -3704,7 +3704,7 @@ load_balancer: typing.Union[IResolvable, typing.List[StatefulNodeAzureLoadBalanc load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -3718,7 +3718,7 @@ login: StatefulNodeAzureLogin login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -3732,7 +3732,7 @@ managed_service_identities: typing.Union[IResolvable, typing.List[StatefulNodeAz managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -3746,7 +3746,7 @@ network: StatefulNodeAzureNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -3760,7 +3760,7 @@ os_disk: StatefulNodeAzureOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -3772,7 +3772,7 @@ os_disk_persistence_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -3784,7 +3784,7 @@ preferred_zone: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -3798,7 +3798,7 @@ proximity_placement_groups: typing.Union[IResolvable, typing.List[StatefulNodeAz proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -3812,7 +3812,7 @@ scheduling_task: typing.Union[IResolvable, typing.List[StatefulNodeAzureScheduli scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -3826,7 +3826,7 @@ secret: typing.Union[IResolvable, typing.List[StatefulNodeAzureSecret]] secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -3840,7 +3840,7 @@ security: StatefulNodeAzureSecurity security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -3852,7 +3852,7 @@ should_persist_vm: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -3864,7 +3864,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -3878,7 +3878,7 @@ signal: typing.Union[IResolvable, typing.List[StatefulNodeAzureSignal]] signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -3892,7 +3892,7 @@ tag: typing.Union[IResolvable, typing.List[StatefulNodeAzureTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -3906,7 +3906,7 @@ update_state: typing.Union[IResolvable, typing.List[StatefulNodeAzureUpdateState update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -3918,7 +3918,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -3930,7 +3930,7 @@ vm_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -3942,7 +3942,7 @@ vm_name_prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -3954,7 +3954,7 @@ zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -3976,9 +3976,9 @@ statefulNodeAzure.StatefulNodeAzureDataDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| lun | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| lun | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -3990,7 +3990,7 @@ lun: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -4002,7 +4002,7 @@ size_gb: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -4014,7 +4014,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4043,16 +4043,16 @@ statefulNodeAzure.StatefulNodeAzureDelete( | **Name** | **Type** | **Description** | | --- | --- | --- | -| disk_should_deallocate | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. | -| network_should_deallocate | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. | -| public_ip_should_deallocate | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. | -| should_terminate_vm | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. | -| snapshot_should_deallocate | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. | -| disk_ttl_in_hours | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. | -| network_ttl_in_hours | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. | -| public_ip_ttl_in_hours | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | -| should_deregister_from_lb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. | -| snapshot_ttl_in_hours | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | +| disk_should_deallocate | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. | +| network_should_deallocate | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. | +| public_ip_should_deallocate | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. | +| should_terminate_vm | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. | +| snapshot_should_deallocate | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. | +| disk_ttl_in_hours | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. | +| network_ttl_in_hours | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. | +| public_ip_ttl_in_hours | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | +| should_deregister_from_lb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. | +| snapshot_ttl_in_hours | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -4064,7 +4064,7 @@ disk_should_deallocate: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -4076,7 +4076,7 @@ network_should_deallocate: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -4088,7 +4088,7 @@ public_ip_should_deallocate: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -4100,7 +4100,7 @@ should_terminate_vm: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -4112,7 +4112,7 @@ snapshot_should_deallocate: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -4124,7 +4124,7 @@ disk_ttl_in_hours: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -4136,7 +4136,7 @@ network_ttl_in_hours: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -4148,7 +4148,7 @@ public_ip_ttl_in_hours: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -4160,7 +4160,7 @@ should_deregister_from_lb: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. --- @@ -4172,7 +4172,7 @@ snapshot_ttl_in_hours: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -4195,10 +4195,10 @@ statefulNodeAzure.StatefulNodeAzureDetachDataDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| data_disk_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | -| data_disk_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | -| should_deallocate | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. | -| ttl_in_hours | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | +| data_disk_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | +| data_disk_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | +| should_deallocate | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. | +| ttl_in_hours | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -4210,7 +4210,7 @@ data_disk_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -4222,7 +4222,7 @@ data_disk_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -4234,7 +4234,7 @@ should_deallocate: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -4246,7 +4246,7 @@ ttl_in_hours: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -4272,13 +4272,13 @@ statefulNodeAzure.StatefulNodeAzureExtension( | **Name** | **Type** | **Description** | | --- | --- | --- | -| api_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. | -| minor_version_auto_upgrade | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| protected_settings | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. | -| public_settings | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | +| api_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. | +| minor_version_auto_upgrade | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| protected_settings | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. | +| public_settings | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -4290,7 +4290,7 @@ api_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -4302,7 +4302,7 @@ minor_version_auto_upgrade: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -4314,7 +4314,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4326,7 +4326,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -4338,7 +4338,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4350,7 +4350,7 @@ protected_settings: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -4362,7 +4362,7 @@ public_settings: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -4385,10 +4385,10 @@ statefulNodeAzure.StatefulNodeAzureHealth( | **Name** | **Type** | **Description** | | --- | --- | --- | -| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. | -| health_check_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. | -| unhealthy_duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | +| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. | +| health_check_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. | +| unhealthy_duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -4400,7 +4400,7 @@ auto_healing: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -4412,7 +4412,7 @@ health_check_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -4424,7 +4424,7 @@ grace_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -4436,7 +4436,7 @@ unhealthy_duration: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -4474,7 +4474,7 @@ custom_image: typing.Union[IResolvable, typing.List[StatefulNodeAzureImageCustom custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -4488,7 +4488,7 @@ gallery: typing.Union[IResolvable, typing.List[StatefulNodeAzureImageGallery]] gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -4502,7 +4502,7 @@ marketplace_image: typing.Union[IResolvable, typing.List[StatefulNodeAzureImageM marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -4523,8 +4523,8 @@ statefulNodeAzure.StatefulNodeAzureImageCustomImage( | **Name** | **Type** | **Description** | | --- | --- | --- | -| custom_image_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| custom_image_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -4536,7 +4536,7 @@ custom_image_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -4548,7 +4548,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4572,11 +4572,11 @@ statefulNodeAzure.StatefulNodeAzureImageGallery( | **Name** | **Type** | **Description** | | --- | --- | --- | -| gallery_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. | -| gallery_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. | -| image_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. | -| version_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | -| spot_account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. | +| gallery_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. | +| gallery_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. | +| image_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. | +| version_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | +| spot_account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. | --- @@ -4588,7 +4588,7 @@ gallery_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -4600,7 +4600,7 @@ gallery_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -4612,7 +4612,7 @@ image_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -4624,7 +4624,7 @@ version_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -4636,7 +4636,7 @@ spot_account_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. --- @@ -4659,10 +4659,10 @@ statefulNodeAzure.StatefulNodeAzureImageMarketplaceImage( | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | +| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -4674,7 +4674,7 @@ offer: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -4686,7 +4686,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -4698,7 +4698,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4710,7 +4710,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -4733,10 +4733,10 @@ statefulNodeAzure.StatefulNodeAzureImportVm( | **Name** | **Type** | **Description** | | --- | --- | --- | -| original_vm_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| resources_retention_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | +| original_vm_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| resources_retention_time | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -4748,7 +4748,7 @@ original_vm_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -4760,7 +4760,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4772,7 +4772,7 @@ draining_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -4784,7 +4784,7 @@ resources_retention_time: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -4808,11 +4808,11 @@ statefulNodeAzure.StatefulNodeAzureLoadBalancer( | **Name** | **Type** | **Description** | | --- | --- | --- | -| backend_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| backend_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -4824,7 +4824,7 @@ backend_pool_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -4836,7 +4836,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4848,7 +4848,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4860,7 +4860,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4872,7 +4872,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4894,9 +4894,9 @@ statefulNodeAzure.StatefulNodeAzureLogin( | **Name** | **Type** | **Description** | | --- | --- | --- | -| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. | -| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | -| ssh_public_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | +| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. | +| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | +| ssh_public_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -4908,7 +4908,7 @@ user_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -4920,7 +4920,7 @@ password: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -4932,7 +4932,7 @@ ssh_public_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -4953,8 +4953,8 @@ statefulNodeAzure.StatefulNodeAzureManagedServiceIdentities( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4966,7 +4966,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4978,7 +4978,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -5001,8 +5001,8 @@ statefulNodeAzure.StatefulNodeAzureNetwork( | **Name** | **Type** | **Description** | | --- | --- | --- | | network_interface | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureNetworkNetworkInterface]] | network_interface block. | -| network_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | -| virtual_network_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | +| network_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| virtual_network_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -5016,7 +5016,7 @@ network_interface: typing.Union[IResolvable, typing.List[StatefulNodeAzureNetwor network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -5028,7 +5028,7 @@ network_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5040,7 +5040,7 @@ virtual_network_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -5069,16 +5069,16 @@ statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | -| is_primary | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. | -| subnet_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. | +| is_primary | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. | +| subnet_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. | | additional_ip_configurations | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations]] | additional_ip_configurations block. | | application_security_groups | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups]] | application_security_groups block. | -| assign_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. | -| enable_ip_forwarding | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. | +| assign_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. | +| enable_ip_forwarding | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. | | network_security_group | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup]] | network_security_group block. | -| private_ip_addresses | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. | +| private_ip_addresses | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. | | public_ips | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureNetworkNetworkInterfacePublicIps]] | public_ips block. | -| public_ip_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | +| public_ip_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -5090,7 +5090,7 @@ is_primary: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -5102,7 +5102,7 @@ subnet_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -5116,7 +5116,7 @@ additional_ip_configurations: typing.Union[IResolvable, typing.List[StatefulNode additional_ip_configurations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -5130,7 +5130,7 @@ application_security_groups: typing.Union[IResolvable, typing.List[StatefulNodeA application_security_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -5142,7 +5142,7 @@ assign_public_ip: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -5154,7 +5154,7 @@ enable_ip_forwarding: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -5168,7 +5168,7 @@ network_security_group: typing.Union[IResolvable, typing.List[StatefulNodeAzureN network_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -5180,7 +5180,7 @@ private_ip_addresses: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -5194,7 +5194,7 @@ public_ips: typing.Union[IResolvable, typing.List[StatefulNodeAzureNetworkNetwor public_ips block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -5206,7 +5206,7 @@ public_ip_sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -5227,8 +5227,8 @@ statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurat | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| private_ip_address_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| private_ip_address_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -5240,7 +5240,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5252,7 +5252,7 @@ private_ip_address_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -5273,8 +5273,8 @@ statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGro | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| network_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| network_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -5286,7 +5286,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5298,7 +5298,7 @@ network_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5319,8 +5319,8 @@ statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| network_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| network_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -5332,7 +5332,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5344,7 +5344,7 @@ network_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5365,8 +5365,8 @@ statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfacePublicIps( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| network_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| network_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -5378,7 +5378,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5390,7 +5390,7 @@ network_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5412,9 +5412,9 @@ statefulNodeAzure.StatefulNodeAzureOsDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| caching | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | -| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| caching | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | +| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -5426,7 +5426,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5438,7 +5438,7 @@ caching: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. --- @@ -5450,7 +5450,7 @@ size_gb: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -5471,8 +5471,8 @@ statefulNodeAzure.StatefulNodeAzureProximityPlacementGroups( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -5484,7 +5484,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5496,7 +5496,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -5518,9 +5518,9 @@ statefulNodeAzure.StatefulNodeAzureSchedulingTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -5532,7 +5532,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -5544,7 +5544,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -5556,7 +5556,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5592,7 +5592,7 @@ source_vault: typing.Union[IResolvable, typing.List[StatefulNodeAzureSecretSourc source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -5606,7 +5606,7 @@ vault_certificates: typing.Union[IResolvable, typing.List[StatefulNodeAzureSecre vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -5627,8 +5627,8 @@ statefulNodeAzure.StatefulNodeAzureSecretSourceVault( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -5640,7 +5640,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5652,7 +5652,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -5673,8 +5673,8 @@ statefulNodeAzure.StatefulNodeAzureSecretVaultCertificates( | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificate_store | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. | -| certificate_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | +| certificate_store | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. | +| certificate_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -5686,7 +5686,7 @@ certificate_store: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -5698,7 +5698,7 @@ certificate_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -5722,11 +5722,11 @@ statefulNodeAzure.StatefulNodeAzureSecurity( | **Name** | **Type** | **Description** | | --- | --- | --- | -| confidential_os_disk_encryption | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. | -| encryption_at_host | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. | -| secure_boot_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. | -| security_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. | -| vtpm_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | +| confidential_os_disk_encryption | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. | +| encryption_at_host | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. | +| secure_boot_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. | +| security_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. | +| vtpm_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -5738,7 +5738,7 @@ confidential_os_disk_encryption: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. --- @@ -5750,7 +5750,7 @@ encryption_at_host: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. --- @@ -5762,7 +5762,7 @@ secure_boot_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -5774,7 +5774,7 @@ security_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -5786,7 +5786,7 @@ vtpm_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -5807,8 +5807,8 @@ statefulNodeAzure.StatefulNodeAzureSignal( | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -5820,7 +5820,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -5832,7 +5832,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5860,15 +5860,15 @@ statefulNodeAzure.StatefulNodeAzureStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| fallback_to_on_demand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | -| availability_vs_cost | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | +| fallback_to_on_demand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| availability_vs_cost | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | | capacity_reservation | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureStrategyCapacityReservation]] | capacity_reservation block. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| od_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | -| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. | -| preferred_life_cycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| od_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | +| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. | +| preferred_life_cycle | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | revert_to_spot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | -| vm_admins | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. | +| vm_admins | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. | --- @@ -5880,7 +5880,7 @@ fallback_to_on_demand: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -5892,7 +5892,7 @@ availability_vs_cost: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. --- @@ -5906,7 +5906,7 @@ capacity_reservation: typing.Union[IResolvable, typing.List[StatefulNodeAzureStr capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -5918,7 +5918,7 @@ draining_timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -5930,7 +5930,7 @@ od_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. --- @@ -5942,7 +5942,7 @@ optimization_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -5954,7 +5954,7 @@ preferred_life_cycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -5968,7 +5968,7 @@ revert_to_spot: StatefulNodeAzureStrategyRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -5980,7 +5980,7 @@ vm_admins: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. --- @@ -6002,8 +6002,8 @@ statefulNodeAzure.StatefulNodeAzureStrategyCapacityReservation( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_utilize | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. | -| utilization_strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | +| should_utilize | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. | +| utilization_strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | | capacity_reservation_groups | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups]] | capacity_reservation_groups block. | --- @@ -6016,7 +6016,7 @@ should_utilize: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -6028,7 +6028,7 @@ utilization_strategy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -6042,7 +6042,7 @@ capacity_reservation_groups: typing.Union[IResolvable, typing.List[StatefulNodeA capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -6064,9 +6064,9 @@ statefulNodeAzure.StatefulNodeAzureStrategyCapacityReservationCapacityReservatio | **Name** | **Type** | **Description** | | --- | --- | --- | -| crg_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. | -| crg_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. | -| crg_should_prioritize | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | +| crg_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. | +| crg_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. | +| crg_should_prioritize | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -6078,7 +6078,7 @@ crg_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -6090,7 +6090,7 @@ crg_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -6102,7 +6102,7 @@ crg_should_prioritize: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -6122,7 +6122,7 @@ statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | +| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -6134,7 +6134,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -6155,8 +6155,8 @@ statefulNodeAzure.StatefulNodeAzureTag( | **Name** | **Type** | **Description** | | --- | --- | --- | -| tag_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. | -| tag_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | +| tag_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. | +| tag_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -6168,7 +6168,7 @@ tag_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -6180,7 +6180,7 @@ tag_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -6200,7 +6200,7 @@ statefulNodeAzure.StatefulNodeAzureUpdateState( | **Name** | **Type** | **Description** | | --- | --- | --- | -| state | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | +| state | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -6212,7 +6212,7 @@ state: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- @@ -6236,11 +6236,11 @@ statefulNodeAzure.StatefulNodeAzureVmSizes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | -| excluded_vm_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. | -| preferred_spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | +| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | +| excluded_vm_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. | +| preferred_spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | | spot_size_attributes | StatefulNodeAzureVmSizesSpotSizeAttributes | spot_size_attributes block. | -| spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | +| spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | --- @@ -6252,7 +6252,7 @@ od_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -6264,7 +6264,7 @@ excluded_vm_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. --- @@ -6276,7 +6276,7 @@ preferred_spot_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -6290,7 +6290,7 @@ spot_size_attributes: StatefulNodeAzureVmSizesSpotSizeAttributes spot_size_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} --- @@ -6302,7 +6302,7 @@ spot_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -6327,12 +6327,12 @@ statefulNodeAzure.StatefulNodeAzureVmSizesSpotSizeAttributes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_cpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. | -| max_memory | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. | -| max_storage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. | -| min_cpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. | -| min_memory | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. | -| min_storage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. | +| max_cpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. | +| max_memory | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. | +| max_storage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. | +| min_cpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. | +| min_memory | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. | +| min_storage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. | --- @@ -6344,7 +6344,7 @@ max_cpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. --- @@ -6356,7 +6356,7 @@ max_memory: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. --- @@ -6368,7 +6368,7 @@ max_storage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. --- @@ -6380,7 +6380,7 @@ min_cpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. --- @@ -6392,7 +6392,7 @@ min_memory: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. --- @@ -6404,7 +6404,7 @@ min_storage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. --- @@ -22884,7 +22884,7 @@ def put_revert_to_spot( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -24727,7 +24727,7 @@ def put_spot_size_attributes( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. --- @@ -24735,7 +24735,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. --- @@ -24743,7 +24743,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. --- @@ -24751,7 +24751,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. --- @@ -24759,7 +24759,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. --- @@ -24767,7 +24767,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. --- diff --git a/docs/statefulNodeAzure.typescript.md b/docs/statefulNodeAzure.typescript.md index baa41851..53ee921d 100644 --- a/docs/statefulNodeAzure.typescript.md +++ b/docs/statefulNodeAzure.typescript.md @@ -4,7 +4,7 @@ ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -1004,7 +1004,7 @@ The construct id used in the generated config for the StatefulNodeAzure to impor The id of the existing StatefulNodeAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use --- @@ -2159,12 +2159,12 @@ const statefulNodeAzureAttachDataDisk: statefulNodeAzure.StatefulNodeAzureAttach | **Name** | **Type** | **Description** | | --- | --- | --- | -| dataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | -| dataDiskResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | -| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | -| storageAccountType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. | -| lun | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| zone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | +| dataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | +| dataDiskResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | +| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| storageAccountType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. | +| lun | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| zone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -2176,7 +2176,7 @@ public readonly dataDiskName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -2188,7 +2188,7 @@ public readonly dataDiskResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -2200,7 +2200,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2212,7 +2212,7 @@ public readonly storageAccountType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -2224,7 +2224,7 @@ public readonly lun: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2236,7 +2236,7 @@ public readonly zone: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -2254,9 +2254,9 @@ const statefulNodeAzureBootDiagnostics: statefulNodeAzure.StatefulNodeAzureBootD | **Name** | **Type** | **Description** | | --- | --- | --- | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | -| storageUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | +| storageUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2268,7 +2268,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -2280,7 +2280,7 @@ public readonly storageUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -2292,7 +2292,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2317,49 +2317,49 @@ const statefulNodeAzureConfig: statefulNodeAzure.StatefulNodeAzureConfig = { ... | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| shouldPersistDataDisks | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | -| shouldPersistNetwork | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | -| shouldPersistOsDisk | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| shouldPersistDataDisks | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. | +| shouldPersistNetwork | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. | +| shouldPersistOsDisk | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | | strategy | StatefulNodeAzureStrategy | strategy block. | | vmSizes | StatefulNodeAzureVmSizes | vm_sizes block. | | attachDataDisk | cdktf.IResolvable \| StatefulNodeAzureAttachDataDisk[] | attach_data_disk block. | | bootDiagnostics | cdktf.IResolvable \| StatefulNodeAzureBootDiagnostics[] | boot_diagnostics block. | -| customData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | +| customData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. | | dataDisk | cdktf.IResolvable \| StatefulNodeAzureDataDisk[] | data_disk block. | -| dataDisksPersistenceMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | +| dataDisksPersistenceMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. | | delete | cdktf.IResolvable \| StatefulNodeAzureDelete[] | delete block. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | | detachDataDisk | cdktf.IResolvable \| StatefulNodeAzureDetachDataDisk[] | detach_data_disk block. | | extension | cdktf.IResolvable \| StatefulNodeAzureExtension[] | extension block. | | health | StatefulNodeAzureHealth | health block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | image | StatefulNodeAzureImage | image block. | | importVm | cdktf.IResolvable \| StatefulNodeAzureImportVm[] | import_vm block. | -| licenseType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| licenseType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | loadBalancer | cdktf.IResolvable \| StatefulNodeAzureLoadBalancer[] | load_balancer block. | | login | StatefulNodeAzureLogin | login block. | | managedServiceIdentities | cdktf.IResolvable \| StatefulNodeAzureManagedServiceIdentities[] | managed_service_identities block. | | network | StatefulNodeAzureNetwork | network block. | | osDisk | StatefulNodeAzureOsDisk | os_disk block. | -| osDiskPersistenceMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| preferredZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | +| osDiskPersistenceMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| preferredZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | proximityPlacementGroups | cdktf.IResolvable \| StatefulNodeAzureProximityPlacementGroups[] | proximity_placement_groups block. | | schedulingTask | cdktf.IResolvable \| StatefulNodeAzureSchedulingTask[] | scheduling_task block. | | secret | cdktf.IResolvable \| StatefulNodeAzureSecret[] | secret block. | | security | StatefulNodeAzureSecurity | security block. | -| shouldPersistVm | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | -| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | +| shouldPersistVm | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. | +| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. | | signal | cdktf.IResolvable \| StatefulNodeAzureSignal[] | signal block. | | tag | cdktf.IResolvable \| StatefulNodeAzureTag[] | tag block. | | updateState | cdktf.IResolvable \| StatefulNodeAzureUpdateState[] | update_state block. | -| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | -| vmName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| vmNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. | +| vmName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| vmNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -2441,7 +2441,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -2453,7 +2453,7 @@ public readonly os: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -2465,7 +2465,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -2477,7 +2477,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -2489,7 +2489,7 @@ public readonly shouldPersistDataDisks: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -2501,7 +2501,7 @@ public readonly shouldPersistNetwork: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -2513,7 +2513,7 @@ public readonly shouldPersistOsDisk: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -2527,7 +2527,7 @@ public readonly strategy: StatefulNodeAzureStrategy; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -2541,7 +2541,7 @@ public readonly vmSizes: StatefulNodeAzureVmSizes; vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} --- @@ -2555,7 +2555,7 @@ public readonly attachDataDisk: IResolvable | StatefulNodeAzureAttachDataDisk[]; attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -2569,7 +2569,7 @@ public readonly bootDiagnostics: IResolvable | StatefulNodeAzureBootDiagnostics[ boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -2581,7 +2581,7 @@ public readonly customData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -2595,7 +2595,7 @@ public readonly dataDisk: IResolvable | StatefulNodeAzureDataDisk[]; data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -2607,7 +2607,7 @@ public readonly dataDisksPersistenceMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -2621,7 +2621,7 @@ public readonly delete: IResolvable | StatefulNodeAzureDelete[]; delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -2633,7 +2633,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -2647,7 +2647,7 @@ public readonly detachDataDisk: IResolvable | StatefulNodeAzureDetachDataDisk[]; detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -2661,7 +2661,7 @@ public readonly extension: IResolvable | StatefulNodeAzureExtension[]; extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -2675,7 +2675,7 @@ public readonly health: StatefulNodeAzureHealth; health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -2687,7 +2687,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2704,7 +2704,7 @@ public readonly image: StatefulNodeAzureImage; image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -2718,7 +2718,7 @@ public readonly importVm: IResolvable | StatefulNodeAzureImportVm[]; import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -2730,7 +2730,7 @@ public readonly licenseType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -2744,7 +2744,7 @@ public readonly loadBalancer: IResolvable | StatefulNodeAzureLoadBalancer[]; load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -2758,7 +2758,7 @@ public readonly login: StatefulNodeAzureLogin; login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -2772,7 +2772,7 @@ public readonly managedServiceIdentities: IResolvable | StatefulNodeAzureManaged managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -2786,7 +2786,7 @@ public readonly network: StatefulNodeAzureNetwork; network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -2800,7 +2800,7 @@ public readonly osDisk: StatefulNodeAzureOsDisk; os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -2812,7 +2812,7 @@ public readonly osDiskPersistenceMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -2824,7 +2824,7 @@ public readonly preferredZone: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -2838,7 +2838,7 @@ public readonly proximityPlacementGroups: IResolvable | StatefulNodeAzureProximi proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -2852,7 +2852,7 @@ public readonly schedulingTask: IResolvable | StatefulNodeAzureSchedulingTask[]; scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -2866,7 +2866,7 @@ public readonly secret: IResolvable | StatefulNodeAzureSecret[]; secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -2880,7 +2880,7 @@ public readonly security: StatefulNodeAzureSecurity; security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -2892,7 +2892,7 @@ public readonly shouldPersistVm: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -2904,7 +2904,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -2918,7 +2918,7 @@ public readonly signal: IResolvable | StatefulNodeAzureSignal[]; signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -2932,7 +2932,7 @@ public readonly tag: IResolvable | StatefulNodeAzureTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -2946,7 +2946,7 @@ public readonly updateState: IResolvable | StatefulNodeAzureUpdateState[]; update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -2958,7 +2958,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -2970,7 +2970,7 @@ public readonly vmName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -2982,7 +2982,7 @@ public readonly vmNamePrefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -2994,7 +2994,7 @@ public readonly zones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -3012,9 +3012,9 @@ const statefulNodeAzureDataDisk: statefulNodeAzure.StatefulNodeAzureDataDisk = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| lun | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| lun | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -3026,7 +3026,7 @@ public readonly lun: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -3038,7 +3038,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -3050,7 +3050,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3068,16 +3068,16 @@ const statefulNodeAzureDelete: statefulNodeAzure.StatefulNodeAzureDelete = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| diskShouldDeallocate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. | -| networkShouldDeallocate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. | -| publicIpShouldDeallocate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. | -| shouldTerminateVm | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. | -| snapshotShouldDeallocate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. | -| diskTtlInHours | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. | -| networkTtlInHours | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. | -| publicIpTtlInHours | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | -| shouldDeregisterFromLb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. | -| snapshotTtlInHours | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | +| diskShouldDeallocate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. | +| networkShouldDeallocate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. | +| publicIpShouldDeallocate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. | +| shouldTerminateVm | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. | +| snapshotShouldDeallocate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. | +| diskTtlInHours | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. | +| networkTtlInHours | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. | +| publicIpTtlInHours | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | +| shouldDeregisterFromLb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. | +| snapshotTtlInHours | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -3089,7 +3089,7 @@ public readonly diskShouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -3101,7 +3101,7 @@ public readonly networkShouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -3113,7 +3113,7 @@ public readonly publicIpShouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -3125,7 +3125,7 @@ public readonly shouldTerminateVm: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -3137,7 +3137,7 @@ public readonly snapshotShouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -3149,7 +3149,7 @@ public readonly diskTtlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -3161,7 +3161,7 @@ public readonly networkTtlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -3173,7 +3173,7 @@ public readonly publicIpTtlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -3185,7 +3185,7 @@ public readonly shouldDeregisterFromLb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb}. --- @@ -3197,7 +3197,7 @@ public readonly snapshotTtlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -3215,10 +3215,10 @@ const statefulNodeAzureDetachDataDisk: statefulNodeAzure.StatefulNodeAzureDetach | **Name** | **Type** | **Description** | | --- | --- | --- | -| dataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | -| dataDiskResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | -| shouldDeallocate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. | -| ttlInHours | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | +| dataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. | +| dataDiskResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. | +| shouldDeallocate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. | +| ttlInHours | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -3230,7 +3230,7 @@ public readonly dataDiskName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3242,7 +3242,7 @@ public readonly dataDiskResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3254,7 +3254,7 @@ public readonly shouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -3266,7 +3266,7 @@ public readonly ttlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -3284,13 +3284,13 @@ const statefulNodeAzureExtension: statefulNodeAzure.StatefulNodeAzureExtension = | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. | -| minorVersionAutoUpgrade | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| protectedSettings | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. | -| publicSettings | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | +| apiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. | +| minorVersionAutoUpgrade | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| protectedSettings | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. | +| publicSettings | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -3302,7 +3302,7 @@ public readonly apiVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -3314,7 +3314,7 @@ public readonly minorVersionAutoUpgrade: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -3326,7 +3326,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3338,7 +3338,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3350,7 +3350,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3362,7 +3362,7 @@ public readonly protectedSettings: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -3374,7 +3374,7 @@ public readonly publicSettings: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -3392,10 +3392,10 @@ const statefulNodeAzureHealth: statefulNodeAzure.StatefulNodeAzureHealth = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHealing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. | -| healthCheckTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. | -| unhealthyDuration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | +| autoHealing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. | +| healthCheckTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. | +| unhealthyDuration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -3407,7 +3407,7 @@ public readonly autoHealing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -3419,7 +3419,7 @@ public readonly healthCheckTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -3431,7 +3431,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -3443,7 +3443,7 @@ public readonly unhealthyDuration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -3477,7 +3477,7 @@ public readonly customImage: IResolvable | StatefulNodeAzureImageCustomImage[]; custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -3491,7 +3491,7 @@ public readonly gallery: IResolvable | StatefulNodeAzureImageGallery[]; gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -3505,7 +3505,7 @@ public readonly marketplaceImage: IResolvable | StatefulNodeAzureImageMarketplac marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -3523,8 +3523,8 @@ const statefulNodeAzureImageCustomImage: statefulNodeAzure.StatefulNodeAzureImag | **Name** | **Type** | **Description** | | --- | --- | --- | -| customImageResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| customImageResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -3536,7 +3536,7 @@ public readonly customImageResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -3548,7 +3548,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3566,11 +3566,11 @@ const statefulNodeAzureImageGallery: statefulNodeAzure.StatefulNodeAzureImageGal | **Name** | **Type** | **Description** | | --- | --- | --- | -| galleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. | -| galleryResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. | -| imageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. | -| versionName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | -| spotAccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. | +| galleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. | +| galleryResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. | +| imageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. | +| versionName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | +| spotAccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. | --- @@ -3582,7 +3582,7 @@ public readonly galleryName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -3594,7 +3594,7 @@ public readonly galleryResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -3606,7 +3606,7 @@ public readonly imageName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -3618,7 +3618,7 @@ public readonly versionName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -3630,7 +3630,7 @@ public readonly spotAccountId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id}. --- @@ -3648,10 +3648,10 @@ const statefulNodeAzureImageMarketplaceImage: statefulNodeAzure.StatefulNodeAzur | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | +| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -3663,7 +3663,7 @@ public readonly offer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -3675,7 +3675,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3687,7 +3687,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3699,7 +3699,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -3717,10 +3717,10 @@ const statefulNodeAzureImportVm: statefulNodeAzure.StatefulNodeAzureImportVm = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| originalVmName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| resourcesRetentionTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | +| originalVmName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| resourcesRetentionTime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -3732,7 +3732,7 @@ public readonly originalVmName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -3744,7 +3744,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3756,7 +3756,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -3768,7 +3768,7 @@ public readonly resourcesRetentionTime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -3786,11 +3786,11 @@ const statefulNodeAzureLoadBalancer: statefulNodeAzure.StatefulNodeAzureLoadBala | **Name** | **Type** | **Description** | | --- | --- | --- | -| backendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| backendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -3802,7 +3802,7 @@ public readonly backendPoolNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -3814,7 +3814,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3826,7 +3826,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3838,7 +3838,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3850,7 +3850,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3868,9 +3868,9 @@ const statefulNodeAzureLogin: statefulNodeAzure.StatefulNodeAzureLogin = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. | -| password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | -| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | +| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. | +| password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | +| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -3882,7 +3882,7 @@ public readonly userName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -3894,7 +3894,7 @@ public readonly password: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -3906,7 +3906,7 @@ public readonly sshPublicKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -3924,8 +3924,8 @@ const statefulNodeAzureManagedServiceIdentities: statefulNodeAzure.StatefulNodeA | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -3937,7 +3937,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3949,7 +3949,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3968,8 +3968,8 @@ const statefulNodeAzureNetwork: statefulNodeAzure.StatefulNodeAzureNetwork = { . | **Name** | **Type** | **Description** | | --- | --- | --- | | networkInterface | cdktf.IResolvable \| StatefulNodeAzureNetworkNetworkInterface[] | network_interface block. | -| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | -| virtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | +| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| virtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -3983,7 +3983,7 @@ public readonly networkInterface: IResolvable | StatefulNodeAzureNetworkNetworkI network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -3995,7 +3995,7 @@ public readonly networkResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4007,7 +4007,7 @@ public readonly virtualNetworkName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -4025,16 +4025,16 @@ const statefulNodeAzureNetworkNetworkInterface: statefulNodeAzure.StatefulNodeAz | **Name** | **Type** | **Description** | | --- | --- | --- | -| isPrimary | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. | -| subnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. | +| isPrimary | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. | +| subnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. | | additionalIpConfigurations | cdktf.IResolvable \| StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations[] | additional_ip_configurations block. | | applicationSecurityGroups | cdktf.IResolvable \| StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups[] | application_security_groups block. | -| assignPublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. | -| enableIpForwarding | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. | +| assignPublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. | +| enableIpForwarding | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. | | networkSecurityGroup | cdktf.IResolvable \| StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup[] | network_security_group block. | -| privateIpAddresses | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. | +| privateIpAddresses | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. | | publicIps | cdktf.IResolvable \| StatefulNodeAzureNetworkNetworkInterfacePublicIps[] | public_ips block. | -| publicIpSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | +| publicIpSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -4046,7 +4046,7 @@ public readonly isPrimary: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -4058,7 +4058,7 @@ public readonly subnetName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -4072,7 +4072,7 @@ public readonly additionalIpConfigurations: IResolvable | StatefulNodeAzureNetwo additional_ip_configurations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -4086,7 +4086,7 @@ public readonly applicationSecurityGroups: IResolvable | StatefulNodeAzureNetwor application_security_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -4098,7 +4098,7 @@ public readonly assignPublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -4110,7 +4110,7 @@ public readonly enableIpForwarding: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -4124,7 +4124,7 @@ public readonly networkSecurityGroup: IResolvable | StatefulNodeAzureNetworkNetw network_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -4136,7 +4136,7 @@ public readonly privateIpAddresses: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -4150,7 +4150,7 @@ public readonly publicIps: IResolvable | StatefulNodeAzureNetworkNetworkInterfac public_ips block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -4162,7 +4162,7 @@ public readonly publicIpSku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -4180,8 +4180,8 @@ const statefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations: statef | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| privateIpAddressVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| privateIpAddressVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -4193,7 +4193,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4205,7 +4205,7 @@ public readonly privateIpAddressVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -4223,8 +4223,8 @@ const statefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups: statefu | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4236,7 +4236,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4248,7 +4248,7 @@ public readonly networkResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4266,8 +4266,8 @@ const statefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup: statefulNode | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4279,7 +4279,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4291,7 +4291,7 @@ public readonly networkResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4309,8 +4309,8 @@ const statefulNodeAzureNetworkNetworkInterfacePublicIps: statefulNodeAzure.State | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4322,7 +4322,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4334,7 +4334,7 @@ public readonly networkResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4352,9 +4352,9 @@ const statefulNodeAzureOsDisk: statefulNodeAzure.StatefulNodeAzureOsDisk = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| caching | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | -| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| caching | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | +| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -4366,7 +4366,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4378,7 +4378,7 @@ public readonly caching: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. --- @@ -4390,7 +4390,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -4408,8 +4408,8 @@ const statefulNodeAzureProximityPlacementGroups: statefulNodeAzure.StatefulNodeA | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4421,7 +4421,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4433,7 +4433,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4451,9 +4451,9 @@ const statefulNodeAzureSchedulingTask: statefulNodeAzure.StatefulNodeAzureSchedu | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4465,7 +4465,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -4477,7 +4477,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -4489,7 +4489,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4522,7 +4522,7 @@ public readonly sourceVault: IResolvable | StatefulNodeAzureSecretSourceVault[]; source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -4536,7 +4536,7 @@ public readonly vaultCertificates: IResolvable | StatefulNodeAzureSecretVaultCer vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -4554,8 +4554,8 @@ const statefulNodeAzureSecretSourceVault: statefulNodeAzure.StatefulNodeAzureSec | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4567,7 +4567,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4579,7 +4579,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4597,8 +4597,8 @@ const statefulNodeAzureSecretVaultCertificates: statefulNodeAzure.StatefulNodeAz | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificateStore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. | -| certificateUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | +| certificateStore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. | +| certificateUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -4610,7 +4610,7 @@ public readonly certificateStore: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -4622,7 +4622,7 @@ public readonly certificateUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -4640,11 +4640,11 @@ const statefulNodeAzureSecurity: statefulNodeAzure.StatefulNodeAzureSecurity = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| confidentialOsDiskEncryption | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. | -| encryptionAtHost | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. | -| secureBootEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. | -| securityType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. | -| vtpmEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | +| confidentialOsDiskEncryption | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. | +| encryptionAtHost | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. | +| secureBootEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. | +| securityType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. | +| vtpmEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -4656,7 +4656,7 @@ public readonly confidentialOsDiskEncryption: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption}. --- @@ -4668,7 +4668,7 @@ public readonly encryptionAtHost: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host}. --- @@ -4680,7 +4680,7 @@ public readonly secureBootEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -4692,7 +4692,7 @@ public readonly securityType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -4704,7 +4704,7 @@ public readonly vtpmEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -4722,8 +4722,8 @@ const statefulNodeAzureSignal: statefulNodeAzure.StatefulNodeAzureSignal = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4735,7 +4735,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -4747,7 +4747,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4765,15 +4765,15 @@ const statefulNodeAzureStrategy: statefulNodeAzure.StatefulNodeAzureStrategy = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| fallbackToOnDemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | -| availabilityVsCost | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | +| fallbackToOnDemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| availabilityVsCost | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | | capacityReservation | cdktf.IResolvable \| StatefulNodeAzureStrategyCapacityReservation[] | capacity_reservation block. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| odWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | -| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. | -| preferredLifeCycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| odWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | +| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. | +| preferredLifeCycle | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | revertToSpot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | -| vmAdmins | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. | +| vmAdmins | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. | --- @@ -4785,7 +4785,7 @@ public readonly fallbackToOnDemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -4797,7 +4797,7 @@ public readonly availabilityVsCost: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. --- @@ -4811,7 +4811,7 @@ public readonly capacityReservation: IResolvable | StatefulNodeAzureStrategyCapa capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -4823,7 +4823,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -4835,7 +4835,7 @@ public readonly odWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. --- @@ -4847,7 +4847,7 @@ public readonly optimizationWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -4859,7 +4859,7 @@ public readonly preferredLifeCycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -4873,7 +4873,7 @@ public readonly revertToSpot: StatefulNodeAzureStrategyRevertToSpot; revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -4885,7 +4885,7 @@ public readonly vmAdmins: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins}. --- @@ -4903,8 +4903,8 @@ const statefulNodeAzureStrategyCapacityReservation: statefulNodeAzure.StatefulNo | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldUtilize | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. | -| utilizationStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | +| shouldUtilize | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. | +| utilizationStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | | capacityReservationGroups | cdktf.IResolvable \| StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups[] | capacity_reservation_groups block. | --- @@ -4917,7 +4917,7 @@ public readonly shouldUtilize: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -4929,7 +4929,7 @@ public readonly utilizationStrategy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -4943,7 +4943,7 @@ public readonly capacityReservationGroups: IResolvable | StatefulNodeAzureStrate capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -4961,9 +4961,9 @@ const statefulNodeAzureStrategyCapacityReservationCapacityReservationGroups: sta | **Name** | **Type** | **Description** | | --- | --- | --- | -| crgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. | -| crgResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. | -| crgShouldPrioritize | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | +| crgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. | +| crgResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. | +| crgShouldPrioritize | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -4975,7 +4975,7 @@ public readonly crgName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -4987,7 +4987,7 @@ public readonly crgResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -4999,7 +4999,7 @@ public readonly crgShouldPrioritize: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -5017,7 +5017,7 @@ const statefulNodeAzureStrategyRevertToSpot: statefulNodeAzure.StatefulNodeAzure | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | +| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -5029,7 +5029,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -5047,8 +5047,8 @@ const statefulNodeAzureTag: statefulNodeAzure.StatefulNodeAzureTag = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. | -| tagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | +| tagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. | +| tagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -5060,7 +5060,7 @@ public readonly tagKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -5072,7 +5072,7 @@ public readonly tagValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -5090,7 +5090,7 @@ const statefulNodeAzureUpdateState: statefulNodeAzure.StatefulNodeAzureUpdateSta | **Name** | **Type** | **Description** | | --- | --- | --- | -| state | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | +| state | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -5102,7 +5102,7 @@ public readonly state: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- @@ -5120,11 +5120,11 @@ const statefulNodeAzureVmSizes: statefulNodeAzure.StatefulNodeAzureVmSizes = { . | **Name** | **Type** | **Description** | | --- | --- | --- | -| odSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | -| excludedVmSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. | -| preferredSpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | +| odSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | +| excludedVmSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. | +| preferredSpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | | spotSizeAttributes | StatefulNodeAzureVmSizesSpotSizeAttributes | spot_size_attributes block. | -| spotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | +| spotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | --- @@ -5136,7 +5136,7 @@ public readonly odSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -5148,7 +5148,7 @@ public readonly excludedVmSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes}. --- @@ -5160,7 +5160,7 @@ public readonly preferredSpotSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -5174,7 +5174,7 @@ public readonly spotSizeAttributes: StatefulNodeAzureVmSizesSpotSizeAttributes; spot_size_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} --- @@ -5186,7 +5186,7 @@ public readonly spotSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -5204,12 +5204,12 @@ const statefulNodeAzureVmSizesSpotSizeAttributes: statefulNodeAzure.StatefulNode | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxCpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. | -| maxMemory | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. | -| maxStorage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. | -| minCpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. | -| minMemory | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. | -| minStorage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. | +| maxCpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. | +| maxMemory | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. | +| maxStorage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. | +| minCpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. | +| minMemory | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. | +| minStorage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. | --- @@ -5221,7 +5221,7 @@ public readonly maxCpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu}. --- @@ -5233,7 +5233,7 @@ public readonly maxMemory: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory}. --- @@ -5245,7 +5245,7 @@ public readonly maxStorage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage}. --- @@ -5257,7 +5257,7 @@ public readonly minCpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu}. --- @@ -5269,7 +5269,7 @@ public readonly minMemory: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory}. --- @@ -5281,7 +5281,7 @@ public readonly minStorage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage}. --- diff --git a/docs/subscription.csharp.md b/docs/subscription.csharp.md index 9e1a9acc..7f2f8d27 100644 --- a/docs/subscription.csharp.md +++ b/docs/subscription.csharp.md @@ -4,7 +4,7 @@ ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Subscription to import. The id of the existing Subscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use --- @@ -843,12 +843,12 @@ new SubscriptionConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| EventType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. | -| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. | -| ResourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. | -| Format | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. | +| Endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| EventType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. | +| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. | +| ResourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. | +| Format | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. | --- @@ -930,7 +930,7 @@ public string Endpoint { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -942,7 +942,7 @@ public string EventType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -954,7 +954,7 @@ public string Protocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -966,7 +966,7 @@ public string ResourceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -978,7 +978,7 @@ public System.Collections.Generic.IDictionary Format { get; set; - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. --- @@ -990,7 +990,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/subscription.go.md b/docs/subscription.go.md index 65daf8e5..739a67b8 100644 --- a/docs/subscription.go.md +++ b/docs/subscription.go.md @@ -4,7 +4,7 @@ ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Subscription to import. The id of the existing Subscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use --- @@ -843,12 +843,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Endpoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| EventType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. | -| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. | -| ResourceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. | -| Format | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. | +| Endpoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| EventType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. | +| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. | +| ResourceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. | +| Format | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. | --- @@ -930,7 +930,7 @@ Endpoint *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -942,7 +942,7 @@ EventType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -954,7 +954,7 @@ Protocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -966,7 +966,7 @@ ResourceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -978,7 +978,7 @@ Format *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. --- @@ -990,7 +990,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/subscription.java.md b/docs/subscription.java.md index 92e6863e..2af21c18 100644 --- a/docs/subscription.java.md +++ b/docs/subscription.java.md @@ -4,7 +4,7 @@ ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -43,12 +43,12 @@ Subscription.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| eventType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. | -| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. | -| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. | -| format | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. | +| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| eventType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. | +| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. | +| format | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -600,7 +600,7 @@ The construct id used in the generated config for the Subscription to import. The id of the existing Subscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use --- @@ -966,12 +966,12 @@ SubscriptionConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| eventType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. | -| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. | -| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. | -| format | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. | +| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| eventType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. | +| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. | +| format | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. | --- @@ -1053,7 +1053,7 @@ public java.lang.String getEndpoint(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -1065,7 +1065,7 @@ public java.lang.String getEventType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -1077,7 +1077,7 @@ public java.lang.String getProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -1089,7 +1089,7 @@ public java.lang.String getResourceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -1101,7 +1101,7 @@ public java.util.Map getFormat(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. --- @@ -1113,7 +1113,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/subscription.python.md b/docs/subscription.python.md index 992757ab..450ce487 100644 --- a/docs/subscription.python.md +++ b/docs/subscription.python.md @@ -4,7 +4,7 @@ ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -41,12 +41,12 @@ subscription.Subscription( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| event_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. | -| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. | -| format | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. | +| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| event_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. | +| format | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -644,7 +644,7 @@ The construct id used in the generated config for the Subscription to import. The id of the existing Subscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use --- @@ -1006,12 +1006,12 @@ subscription.SubscriptionConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| event_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. | -| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. | -| format | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. | +| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| event_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. | +| format | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. | --- @@ -1093,7 +1093,7 @@ endpoint: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -1105,7 +1105,7 @@ event_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -1117,7 +1117,7 @@ protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -1129,7 +1129,7 @@ resource_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -1141,7 +1141,7 @@ format: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. --- @@ -1153,7 +1153,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/subscription.typescript.md b/docs/subscription.typescript.md index 9cb27ed9..dd5c784b 100644 --- a/docs/subscription.typescript.md +++ b/docs/subscription.typescript.md @@ -4,7 +4,7 @@ ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Subscription to import. The id of the existing Subscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use --- @@ -829,12 +829,12 @@ const subscriptionConfig: subscription.SubscriptionConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| eventType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. | -| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. | -| resourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. | -| format | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. | +| endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| eventType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. | +| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. | +| format | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. | --- @@ -916,7 +916,7 @@ public readonly endpoint: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -928,7 +928,7 @@ public readonly eventType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -940,7 +940,7 @@ public readonly protocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -952,7 +952,7 @@ public readonly resourceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -964,7 +964,7 @@ public readonly format: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format}. --- @@ -976,7 +976,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/package.json b/package.json index eac8b111..822daa80 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "isDeprecated": false, "provider": { "name": "registry.terraform.io/spotinst/spotinst", - "version": "1.200.0" + "version": "1.201.0" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." diff --git a/src/account-aws/README.md b/src/account-aws/README.md index 1f232c62..afebf6bd 100644 --- a/src/account-aws/README.md +++ b/src/account-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_account_aws` -Refer to the Terraform Registry for docs: [`spotinst_account_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws). +Refer to the Terraform Registry for docs: [`spotinst_account_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws). diff --git a/src/account-aws/index.ts b/src/account-aws/index.ts index a7df9c91..70529944 100644 --- a/src/account-aws/index.ts +++ b/src/account-aws/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface AccountAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#id AccountAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#id AccountAws#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#name AccountAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#name AccountAws#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws spotinst_account_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws spotinst_account_aws} */ export class AccountAws extends cdktf.TerraformResource { @@ -42,7 +42,7 @@ export class AccountAws extends cdktf.TerraformResource { * Generates CDKTF code for importing a AccountAws resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AccountAws to import - * @param importFromId The id of the existing AccountAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AccountAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AccountAws to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class AccountAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account_aws spotinst_account_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account_aws spotinst_account_aws} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -65,7 +65,7 @@ export class AccountAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_account_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/account/README.md b/src/account/README.md index 44f65244..cc4d189c 100644 --- a/src/account/README.md +++ b/src/account/README.md @@ -1,3 +1,3 @@ # `spotinst_account` -Refer to the Terraform Registry for docs: [`spotinst_account`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account). +Refer to the Terraform Registry for docs: [`spotinst_account`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account). diff --git a/src/account/index.ts b/src/account/index.ts index 308c3955..080bb207 100644 --- a/src/account/index.ts +++ b/src/account/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface AccountConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#id Account#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#id Account#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#name Account#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#name Account#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account spotinst_account} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account spotinst_account} */ export class Account extends cdktf.TerraformResource { @@ -42,7 +42,7 @@ export class Account extends cdktf.TerraformResource { * Generates CDKTF code for importing a Account resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Account to import - * @param importFromId The id of the existing Account that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Account that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Account to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class Account extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/account spotinst_account} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/account spotinst_account} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -65,7 +65,7 @@ export class Account extends cdktf.TerraformResource { terraformResourceType: 'spotinst_account', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/credentials-aws/README.md b/src/credentials-aws/README.md index fb45ba31..ab657363 100644 --- a/src/credentials-aws/README.md +++ b/src/credentials-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_credentials_aws` -Refer to the Terraform Registry for docs: [`spotinst_credentials_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws). +Refer to the Terraform Registry for docs: [`spotinst_credentials_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws). diff --git a/src/credentials-aws/index.ts b/src/credentials-aws/index.ts index 5520b5d5..38e159d0 100644 --- a/src/credentials-aws/index.ts +++ b/src/credentials-aws/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,15 +13,15 @@ import * as cdktf from 'cdktf'; export interface CredentialsAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id} */ readonly accountId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole} */ readonly iamrole: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#id CredentialsAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#id CredentialsAws#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -30,7 +30,7 @@ export interface CredentialsAwsConfig extends cdktf.TerraformMetaArguments { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws spotinst_credentials_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws spotinst_credentials_aws} */ export class CredentialsAws extends cdktf.TerraformResource { @@ -46,7 +46,7 @@ export class CredentialsAws extends cdktf.TerraformResource { * Generates CDKTF code for importing a CredentialsAws resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the CredentialsAws to import - * @param importFromId The id of the existing CredentialsAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CredentialsAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CredentialsAws to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class CredentialsAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_aws spotinst_credentials_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_aws spotinst_credentials_aws} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -69,7 +69,7 @@ export class CredentialsAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_credentials_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/credentials-gcp/README.md b/src/credentials-gcp/README.md index 186a7036..ef5cbc04 100644 --- a/src/credentials-gcp/README.md +++ b/src/credentials-gcp/README.md @@ -1,3 +1,3 @@ # `spotinst_credentials_gcp` -Refer to the Terraform Registry for docs: [`spotinst_credentials_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp). +Refer to the Terraform Registry for docs: [`spotinst_credentials_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp). diff --git a/src/credentials-gcp/index.ts b/src/credentials-gcp/index.ts index 1330b082..c75bda6c 100644 --- a/src/credentials-gcp/index.ts +++ b/src/credentials-gcp/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,60 +13,60 @@ import * as cdktf from 'cdktf'; export interface CredentialsGcpConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#account_id CredentialsGcp#account_id} */ readonly accountId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_provider_x509_cert_url CredentialsGcp#auth_provider_x509_cert_url} */ readonly authProviderX509CertUrl: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#auth_uri CredentialsGcp#auth_uri} */ readonly authUri: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_email CredentialsGcp#client_email} */ readonly clientEmail: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_id CredentialsGcp#client_id} */ readonly clientId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#client_x509_cert_url CredentialsGcp#client_x509_cert_url} */ readonly clientX509CertUrl: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#id CredentialsGcp#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#id CredentialsGcp#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key CredentialsGcp#private_key} */ readonly privateKey: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#private_key_id CredentialsGcp#private_key_id} */ readonly privateKeyId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#project_id CredentialsGcp#project_id} */ readonly projectId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#token_uri CredentialsGcp#token_uri} */ readonly tokenUri: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#type CredentialsGcp#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#type CredentialsGcp#type} */ readonly type: string; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp spotinst_credentials_gcp} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp spotinst_credentials_gcp} */ export class CredentialsGcp extends cdktf.TerraformResource { @@ -82,7 +82,7 @@ export class CredentialsGcp extends cdktf.TerraformResource { * Generates CDKTF code for importing a CredentialsGcp resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the CredentialsGcp to import - * @param importFromId The id of the existing CredentialsGcp that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CredentialsGcp that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CredentialsGcp to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -94,7 +94,7 @@ export class CredentialsGcp extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/credentials_gcp spotinst_credentials_gcp} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/credentials_gcp spotinst_credentials_gcp} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -105,7 +105,7 @@ export class CredentialsGcp extends cdktf.TerraformResource { terraformResourceType: 'spotinst_credentials_gcp', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/data-integration/README.md b/src/data-integration/README.md index d08bc497..dcf2fbc4 100644 --- a/src/data-integration/README.md +++ b/src/data-integration/README.md @@ -1,3 +1,3 @@ # `spotinst_data_integration` -Refer to the Terraform Registry for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration). +Refer to the Terraform Registry for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration). diff --git a/src/data-integration/index.ts b/src/data-integration/index.ts index b620e362..b5e38f51 100644 --- a/src/data-integration/index.ts +++ b/src/data-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,34 +13,34 @@ import * as cdktf from 'cdktf'; export interface DataIntegrationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#id DataIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#id DataIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#name DataIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#name DataIntegration#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#status DataIntegration#status} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#status DataIntegration#status} */ readonly status?: string; /** * s3 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#s3 DataIntegration#s3} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#s3 DataIntegration#s3} */ readonly s3?: DataIntegrationS3; } export interface DataIntegrationS3 { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name} */ readonly bucketName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#subdir DataIntegration#subdir} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#subdir DataIntegration#subdir} */ readonly subdir?: string; } @@ -150,7 +150,7 @@ export class DataIntegrationS3OutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration spotinst_data_integration} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration spotinst_data_integration} */ export class DataIntegration extends cdktf.TerraformResource { @@ -166,7 +166,7 @@ export class DataIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a DataIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataIntegration to import - * @param importFromId The id of the existing DataIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -178,7 +178,7 @@ export class DataIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/data_integration spotinst_data_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/data_integration spotinst_data_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -189,7 +189,7 @@ export class DataIntegration extends cdktf.TerraformResource { terraformResourceType: 'spotinst_data_integration', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-aws-beanstalk/README.md b/src/elastigroup-aws-beanstalk/README.md index 47256506..9a083652 100644 --- a/src/elastigroup-aws-beanstalk/README.md +++ b/src/elastigroup-aws-beanstalk/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_aws_beanstalk` -Refer to the Terraform Registry for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk). +Refer to the Terraform Registry for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk). diff --git a/src/elastigroup-aws-beanstalk/index.ts b/src/elastigroup-aws-beanstalk/index.ts index 7d0f45d4..d85cd121 100644 --- a/src/elastigroup-aws-beanstalk/index.ts +++ b/src/elastigroup-aws-beanstalk/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,78 +13,78 @@ import * as cdktf from 'cdktf'; export interface ElastigroupAwsBeanstalkConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id} */ readonly beanstalkEnvironmentId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name} */ readonly beanstalkEnvironmentName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity} */ readonly desiredCapacity: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot} */ readonly instanceTypesSpot: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance} */ readonly maintenance?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size} */ readonly maxSize: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size} */ readonly minSize: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product} */ readonly product: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region} */ readonly region: string; /** * deployment_preferences block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} */ readonly deploymentPreferences?: ElastigroupAwsBeanstalkDeploymentPreferences; /** * managed_actions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} */ readonly managedActions?: ElastigroupAwsBeanstalkManagedActions; /** * scheduled_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} */ readonly scheduledTask?: ElastigroupAwsBeanstalkScheduledTask[] | cdktf.IResolvable; } export interface ElastigroupAwsBeanstalkDeploymentPreferencesStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action} */ readonly action?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances} */ readonly shouldDrainInstances?: boolean | cdktf.IResolvable; } @@ -229,21 +229,21 @@ export class ElastigroupAwsBeanstalkDeploymentPreferencesStrategyList extends cd } export interface ElastigroupAwsBeanstalkDeploymentPreferences { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll} */ readonly automaticRoll?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage} */ readonly batchSizePercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period} */ readonly gracePeriod?: number; /** * strategy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} */ readonly strategy?: ElastigroupAwsBeanstalkDeploymentPreferencesStrategy[] | cdktf.IResolvable; } @@ -414,15 +414,15 @@ export class ElastigroupAwsBeanstalkDeploymentPreferencesOutputReference extends } export interface ElastigroupAwsBeanstalkManagedActionsPlatformUpdate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at} */ readonly performAt?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window} */ readonly timeWindow?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level} */ readonly updateLevel?: string; } @@ -566,7 +566,7 @@ export interface ElastigroupAwsBeanstalkManagedActions { /** * platform_update block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} */ readonly platformUpdate?: ElastigroupAwsBeanstalkManagedActionsPlatformUpdate; } @@ -650,63 +650,63 @@ export class ElastigroupAwsBeanstalkManagedActionsOutputReference extends cdktf. } export interface ElastigroupAwsBeanstalkScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage} */ readonly adjustmentPercentage?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage} */ readonly batchSizePercentage?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression} */ readonly cronExpression?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency} */ readonly frequency?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period} */ readonly gracePeriod?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity} */ readonly maxCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity} */ readonly minCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity} */ readonly scaleMaxCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity} */ readonly scaleMinCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity} */ readonly scaleTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time} */ readonly startTime?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity} */ readonly targetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type} */ readonly taskType: string; } @@ -1225,7 +1225,7 @@ export class ElastigroupAwsBeanstalkScheduledTaskList extends cdktf.ComplexList } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk} */ export class ElastigroupAwsBeanstalk extends cdktf.TerraformResource { @@ -1241,7 +1241,7 @@ export class ElastigroupAwsBeanstalk extends cdktf.TerraformResource { * Generates CDKTF code for importing a ElastigroupAwsBeanstalk resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ElastigroupAwsBeanstalk to import - * @param importFromId The id of the existing ElastigroupAwsBeanstalk that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ElastigroupAwsBeanstalk that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ElastigroupAwsBeanstalk to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1253,7 +1253,7 @@ export class ElastigroupAwsBeanstalk extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1264,7 +1264,7 @@ export class ElastigroupAwsBeanstalk extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_aws_beanstalk', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-aws-suspension/README.md b/src/elastigroup-aws-suspension/README.md index 179785be..50cc8528 100644 --- a/src/elastigroup-aws-suspension/README.md +++ b/src/elastigroup-aws-suspension/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_aws_suspension` -Refer to the Terraform Registry for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension). +Refer to the Terraform Registry for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension). diff --git a/src/elastigroup-aws-suspension/index.ts b/src/elastigroup-aws-suspension/index.ts index 70213bcc..80606944 100644 --- a/src/elastigroup-aws-suspension/index.ts +++ b/src/elastigroup-aws-suspension/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,11 +13,11 @@ import * as cdktf from 'cdktf'; export interface ElastigroupAwsSuspensionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id} */ readonly groupId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -26,13 +26,13 @@ export interface ElastigroupAwsSuspensionConfig extends cdktf.TerraformMetaArgum /** * suspension block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} */ readonly suspension: ElastigroupAwsSuspensionSuspension[] | cdktf.IResolvable; } export interface ElastigroupAwsSuspensionSuspension { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name} */ readonly name: string; } @@ -145,7 +145,7 @@ export class ElastigroupAwsSuspensionSuspensionList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension} */ export class ElastigroupAwsSuspension extends cdktf.TerraformResource { @@ -161,7 +161,7 @@ export class ElastigroupAwsSuspension extends cdktf.TerraformResource { * Generates CDKTF code for importing a ElastigroupAwsSuspension resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ElastigroupAwsSuspension to import - * @param importFromId The id of the existing ElastigroupAwsSuspension that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ElastigroupAwsSuspension that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ElastigroupAwsSuspension to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -173,7 +173,7 @@ export class ElastigroupAwsSuspension extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -184,7 +184,7 @@ export class ElastigroupAwsSuspension extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_aws_suspension', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-aws/README.md b/src/elastigroup-aws/README.md index 0a515f4e..6a354e2b 100644 --- a/src/elastigroup-aws/README.md +++ b/src/elastigroup-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_aws` -Refer to the Terraform Registry for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws). +Refer to the Terraform Registry for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws). diff --git a/src/elastigroup-aws/index.ts b/src/elastigroup-aws/index.ts index 9c594409..93c23cc7 100644 --- a/src/elastigroup-aws/index.ts +++ b/src/elastigroup-aws/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,418 +13,418 @@ import * as cdktf from 'cdktf'; export interface ElastigroupAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_healing ElastigroupAws#auto_healing} */ readonly autoHealing?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones} */ readonly availabilityZones?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode} */ readonly blockDevicesMode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit} */ readonly capacityUnit?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing} */ readonly considerOdPricing?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits} */ readonly cpuCredits?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity} */ readonly desiredCapacity?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout} */ readonly drainingTimeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized} */ readonly ebsOptimized?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips} */ readonly elasticIps?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers} */ readonly elasticLoadBalancers?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring} */ readonly enableMonitoring?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand} */ readonly fallbackToOndemand: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period} */ readonly healthCheckGracePeriod?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type} */ readonly healthCheckType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement} */ readonly healthCheckUnhealthyDurationBeforeReplacement?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile} */ readonly iamInstanceProfile?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id} */ readonly imageId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold} */ readonly immediateOdRecoverThreshold?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand} */ readonly instanceTypesOndemand?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot} */ readonly instanceTypesPreferredSpot?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot} */ readonly instanceTypesSpot?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name} */ readonly keyName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period} */ readonly lifetimePeriod?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size} */ readonly maxSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size} */ readonly minSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime} */ readonly minimumInstanceLifetime?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types} */ readonly onDemandTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count} */ readonly ondemandCount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation} */ readonly orientation: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices} */ readonly persistBlockDevices?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip} */ readonly persistPrivateIp?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device} */ readonly persistRootDevice?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy} */ readonly placementTenancy?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones} */ readonly preferredAvailabilityZones?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips} */ readonly privateIps?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#product ElastigroupAws#product} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#product ElastigroupAws#product} */ readonly product: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#region ElastigroupAws#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#region ElastigroupAws#region} */ readonly region?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#restrict_single_az ElastigroupAws#restrict_single_az} */ readonly restrictSingleAz?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups} */ readonly securityGroups: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script} */ readonly shutdownScript?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage} */ readonly spotPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids} */ readonly subnetIds?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns} */ readonly targetGroupArns?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data} */ readonly userData?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments} */ readonly utilizeCommitments?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances} */ readonly utilizeReservedInstances?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity} */ readonly waitForCapacity?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout} */ readonly waitForCapacityTimeout?: number; /** * cpu_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} */ readonly cpuOptions?: ElastigroupAwsCpuOptions; /** * ebs_block_device block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} */ readonly ebsBlockDevice?: ElastigroupAwsEbsBlockDevice[] | cdktf.IResolvable; /** * ephemeral_block_device block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} */ readonly ephemeralBlockDevice?: ElastigroupAwsEphemeralBlockDevice[] | cdktf.IResolvable; /** * images block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} */ readonly images?: ElastigroupAwsImages[] | cdktf.IResolvable; /** * instance_types_weights block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} */ readonly instanceTypesWeights?: ElastigroupAwsInstanceTypesWeights[] | cdktf.IResolvable; /** * integration_beanstalk block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} */ readonly integrationBeanstalk?: ElastigroupAwsIntegrationBeanstalk; /** * integration_codedeploy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} */ readonly integrationCodedeploy?: ElastigroupAwsIntegrationCodedeploy; /** * integration_docker_swarm block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} */ readonly integrationDockerSwarm?: ElastigroupAwsIntegrationDockerSwarm; /** * integration_ecs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} */ readonly integrationEcs?: ElastigroupAwsIntegrationEcs; /** * integration_gitlab block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} */ readonly integrationGitlab?: ElastigroupAwsIntegrationGitlab; /** * integration_kubernetes block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} */ readonly integrationKubernetes?: ElastigroupAwsIntegrationKubernetes; /** * integration_mesosphere block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} */ readonly integrationMesosphere?: ElastigroupAwsIntegrationMesosphere; /** * integration_nomad block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} */ readonly integrationNomad?: ElastigroupAwsIntegrationNomad; /** * integration_rancher block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} */ readonly integrationRancher?: ElastigroupAwsIntegrationRancher; /** * integration_route53 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} */ readonly integrationRoute53?: ElastigroupAwsIntegrationRoute53; /** * itf block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} */ readonly itf?: ElastigroupAwsItf[] | cdktf.IResolvable; /** * logging block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} */ readonly logging?: ElastigroupAwsLogging; /** * metadata_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} */ readonly metadataOptions?: ElastigroupAwsMetadataOptions; /** * multiple_metrics block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} */ readonly multipleMetrics?: ElastigroupAwsMultipleMetrics; /** * network_interface block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} */ readonly networkInterface?: ElastigroupAwsNetworkInterface[] | cdktf.IResolvable; /** * resource_requirements block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} */ readonly resourceRequirements?: ElastigroupAwsResourceRequirements[] | cdktf.IResolvable; /** * resource_tag_specification block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} */ readonly resourceTagSpecification?: ElastigroupAwsResourceTagSpecification[] | cdktf.IResolvable; /** * revert_to_spot block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} */ readonly revertToSpot?: ElastigroupAwsRevertToSpot; /** * scaling_down_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} */ readonly scalingDownPolicy?: ElastigroupAwsScalingDownPolicy[] | cdktf.IResolvable; /** * scaling_strategy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} */ readonly scalingStrategy?: ElastigroupAwsScalingStrategy[] | cdktf.IResolvable; /** * scaling_target_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} */ readonly scalingTargetPolicy?: ElastigroupAwsScalingTargetPolicy[] | cdktf.IResolvable; /** * scaling_up_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} */ readonly scalingUpPolicy?: ElastigroupAwsScalingUpPolicy[] | cdktf.IResolvable; /** * scheduled_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} */ readonly scheduledTask?: ElastigroupAwsScheduledTask[] | cdktf.IResolvable; /** * signal block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} */ readonly signal?: ElastigroupAwsSignal[] | cdktf.IResolvable; /** * stateful_deallocation block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} */ readonly statefulDeallocation?: ElastigroupAwsStatefulDeallocation; /** * stateful_instance_action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} */ readonly statefulInstanceAction?: ElastigroupAwsStatefulInstanceAction[] | cdktf.IResolvable; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} */ readonly tags?: ElastigroupAwsTags[] | cdktf.IResolvable; /** * update_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} */ readonly updatePolicy?: ElastigroupAwsUpdatePolicy; } export interface ElastigroupAwsCpuOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core} */ readonly threadsPerCore: number; } @@ -505,15 +505,15 @@ export class ElastigroupAwsCpuOptionsOutputReference extends cdktf.ComplexObject } export interface ElastigroupAwsEbsBlockDeviceDynamicIops { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size} */ readonly baseSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource} */ readonly resource?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit} */ readonly sizePerResourceUnit?: number; } @@ -655,15 +655,15 @@ export class ElastigroupAwsEbsBlockDeviceDynamicIopsOutputReference extends cdkt } export interface ElastigroupAwsEbsBlockDeviceDynamicVolumeSize { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#base_size ElastigroupAws#base_size} */ readonly baseSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#resource ElastigroupAws#resource} */ readonly resource?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#size_per_resource_unit ElastigroupAws#size_per_resource_unit} */ readonly sizePerResourceUnit?: number; } @@ -805,51 +805,51 @@ export class ElastigroupAwsEbsBlockDeviceDynamicVolumeSizeOutputReference extend } export interface ElastigroupAwsEbsBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination} */ readonly deleteOnTermination?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name} */ readonly deviceName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted} */ readonly encrypted?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id} */ readonly kmsKeyId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id} */ readonly snapshotId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput} */ readonly throughput?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size} */ readonly volumeSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type} */ readonly volumeType?: string; /** * dynamic_iops block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dynamic_iops ElastigroupAws#dynamic_iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dynamic_iops ElastigroupAws#dynamic_iops} */ readonly dynamicIops?: ElastigroupAwsEbsBlockDeviceDynamicIops; /** * dynamic_volume_size block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dynamic_volume_size ElastigroupAws#dynamic_volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dynamic_volume_size ElastigroupAws#dynamic_volume_size} */ readonly dynamicVolumeSize?: ElastigroupAwsEbsBlockDeviceDynamicVolumeSize; } @@ -1252,11 +1252,11 @@ export class ElastigroupAwsEbsBlockDeviceList extends cdktf.ComplexList { } export interface ElastigroupAwsEphemeralBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name} */ readonly deviceName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name} */ readonly virtualName: string; } @@ -1395,7 +1395,7 @@ export class ElastigroupAwsEphemeralBlockDeviceList extends cdktf.ComplexList { } export interface ElastigroupAwsImagesImage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1513,7 +1513,7 @@ export interface ElastigroupAwsImages { /** * image block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} */ readonly image: ElastigroupAwsImagesImage[] | cdktf.IResolvable; } @@ -1626,11 +1626,11 @@ export class ElastigroupAwsImagesList extends cdktf.ComplexList { } export interface ElastigroupAwsInstanceTypesWeights { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type} */ readonly instanceType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight} */ readonly weight: number; } @@ -1769,11 +1769,11 @@ export class ElastigroupAwsInstanceTypesWeightsList extends cdktf.ComplexList { } export interface ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} */ readonly action?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances} */ readonly shouldDrainInstances?: boolean | cdktf.IResolvable; } @@ -1886,21 +1886,21 @@ export class ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutp } export interface ElastigroupAwsIntegrationBeanstalkDeploymentPreferences { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll} */ readonly automaticRoll?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage} */ readonly batchSizePercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period} */ readonly gracePeriod?: number; /** * strategy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} */ readonly strategy?: ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy; } @@ -2071,15 +2071,15 @@ export class ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputRefere } export interface ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at} */ readonly performAt?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window} */ readonly timeWindow?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level} */ readonly updateLevel?: string; } @@ -2223,7 +2223,7 @@ export interface ElastigroupAwsIntegrationBeanstalkManagedActions { /** * platform_update block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} */ readonly platformUpdate?: ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate; } @@ -2307,19 +2307,19 @@ export class ElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference ext } export interface ElastigroupAwsIntegrationBeanstalk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id} */ readonly environmentId?: string; /** * deployment_preferences block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} */ readonly deploymentPreferences?: ElastigroupAwsIntegrationBeanstalkDeploymentPreferences; /** * managed_actions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} */ readonly managedActions?: ElastigroupAwsIntegrationBeanstalkManagedActions; } @@ -2461,11 +2461,11 @@ export class ElastigroupAwsIntegrationBeanstalkOutputReference extends cdktf.Com } export interface ElastigroupAwsIntegrationCodedeployDeploymentGroups { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name} */ readonly applicationName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name} */ readonly deploymentGroupName: string; } @@ -2604,17 +2604,17 @@ export class ElastigroupAwsIntegrationCodedeployDeploymentGroupsList extends cdk } export interface ElastigroupAwsIntegrationCodedeploy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure} */ readonly cleanupOnFailure: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure} */ readonly terminateInstanceOnFailure: boolean | cdktf.IResolvable; /** * deployment_groups block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} */ readonly deploymentGroups: ElastigroupAwsIntegrationCodedeployDeploymentGroups[] | cdktf.IResolvable; } @@ -2747,11 +2747,11 @@ export class ElastigroupAwsIntegrationCodedeployOutputReference extends cdktf.Co } export interface ElastigroupAwsIntegrationDockerSwarmAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -2864,15 +2864,15 @@ export class ElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference ex } export interface ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} */ readonly numOfUnits?: number; } @@ -3014,31 +3014,31 @@ export class ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReferenc } export interface ElastigroupAwsIntegrationDockerSwarm { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} */ readonly autoscaleCooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled} */ readonly autoscaleIsEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host} */ readonly masterHost: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port} */ readonly masterPort: number; /** * autoscale_down block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} */ readonly autoscaleDown?: ElastigroupAwsIntegrationDockerSwarmAutoscaleDown; /** * autoscale_headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} */ readonly autoscaleHeadroom?: ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom; } @@ -3261,11 +3261,11 @@ export class ElastigroupAwsIntegrationDockerSwarmOutputReference extends cdktf.C } export interface ElastigroupAwsIntegrationEcsAutoscaleAttributes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value: string; } @@ -3404,11 +3404,11 @@ export class ElastigroupAwsIntegrationEcsAutoscaleAttributesList extends cdktf.C } export interface ElastigroupAwsIntegrationEcsAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -3521,15 +3521,15 @@ export class ElastigroupAwsIntegrationEcsAutoscaleDownOutputReference extends cd } export interface ElastigroupAwsIntegrationEcsAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} */ readonly numOfUnits?: number; } @@ -3671,7 +3671,7 @@ export class ElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference extend } export interface ElastigroupAwsIntegrationEcsBatch { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names} */ readonly jobQueueNames: string[]; } @@ -3752,47 +3752,47 @@ export class ElastigroupAwsIntegrationEcsBatchOutputReference extends cdktf.Comp } export interface ElastigroupAwsIntegrationEcs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} */ readonly autoscaleCooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config} */ readonly autoscaleIsAutoConfig?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled} */ readonly autoscaleIsEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks} */ readonly autoscaleScaleDownNonServiceTasks?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name} */ readonly clusterName: string; /** * autoscale_attributes block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} */ readonly autoscaleAttributes?: ElastigroupAwsIntegrationEcsAutoscaleAttributes[] | cdktf.IResolvable; /** * autoscale_down block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} */ readonly autoscaleDown?: ElastigroupAwsIntegrationEcsAutoscaleDown; /** * autoscale_headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} */ readonly autoscaleHeadroom?: ElastigroupAwsIntegrationEcsAutoscaleHeadroom; /** * batch block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} */ readonly batch?: ElastigroupAwsIntegrationEcsBatch; } @@ -4105,7 +4105,7 @@ export class ElastigroupAwsIntegrationEcsOutputReference extends cdktf.ComplexOb } export interface ElastigroupAwsIntegrationGitlabRunner { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; } @@ -4191,7 +4191,7 @@ export interface ElastigroupAwsIntegrationGitlab { /** * runner block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} */ readonly runner?: ElastigroupAwsIntegrationGitlabRunner; } @@ -4275,11 +4275,11 @@ export class ElastigroupAwsIntegrationGitlabOutputReference extends cdktf.Comple } export interface ElastigroupAwsIntegrationKubernetesAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -4392,15 +4392,15 @@ export class ElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference ext } export interface ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} */ readonly numOfUnits?: number; } @@ -4542,11 +4542,11 @@ export class ElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference } export interface ElastigroupAwsIntegrationKubernetesAutoscaleLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value: string; } @@ -4685,49 +4685,49 @@ export class ElastigroupAwsIntegrationKubernetesAutoscaleLabelsList extends cdkt } export interface ElastigroupAwsIntegrationKubernetes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server} */ readonly apiServer?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} */ readonly autoscaleCooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config} */ readonly autoscaleIsAutoConfig?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled} */ readonly autoscaleIsEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier} */ readonly clusterIdentifier?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode} */ readonly integrationMode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#token ElastigroupAws#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#token ElastigroupAws#token} */ readonly token?: string; /** * autoscale_down block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} */ readonly autoscaleDown?: ElastigroupAwsIntegrationKubernetesAutoscaleDown; /** * autoscale_headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} */ readonly autoscaleHeadroom?: ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom; /** * autoscale_labels block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} */ readonly autoscaleLabels?: ElastigroupAwsIntegrationKubernetesAutoscaleLabels[] | cdktf.IResolvable; } @@ -5072,7 +5072,7 @@ export class ElastigroupAwsIntegrationKubernetesOutputReference extends cdktf.Co } export interface ElastigroupAwsIntegrationMesosphere { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server} */ readonly apiServer: string; } @@ -5153,11 +5153,11 @@ export class ElastigroupAwsIntegrationMesosphereOutputReference extends cdktf.Co } export interface ElastigroupAwsIntegrationNomadAutoscaleConstraints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value: string; } @@ -5296,7 +5296,7 @@ export class ElastigroupAwsIntegrationNomadAutoscaleConstraintsList extends cdkt } export interface ElastigroupAwsIntegrationNomadAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} */ readonly evaluationPeriods?: number; } @@ -5380,15 +5380,15 @@ export class ElastigroupAwsIntegrationNomadAutoscaleDownOutputReference extends } export interface ElastigroupAwsIntegrationNomadAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} */ readonly numOfUnits?: number; } @@ -5530,41 +5530,41 @@ export class ElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference exte } export interface ElastigroupAwsIntegrationNomad { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token} */ readonly aclToken?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} */ readonly autoscaleCooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled} */ readonly autoscaleIsEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host} */ readonly masterHost: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port} */ readonly masterPort: number; /** * autoscale_constraints block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} */ readonly autoscaleConstraints?: ElastigroupAwsIntegrationNomadAutoscaleConstraints[] | cdktf.IResolvable; /** * autoscale_down block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} */ readonly autoscaleDown?: ElastigroupAwsIntegrationNomadAutoscaleDown; /** * autoscale_headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} */ readonly autoscaleHeadroom?: ElastigroupAwsIntegrationNomadAutoscaleHeadroom; } @@ -5845,19 +5845,19 @@ export class ElastigroupAwsIntegrationNomadOutputReference extends cdktf.Complex } export interface ElastigroupAwsIntegrationRancher { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key} */ readonly accessKey: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host} */ readonly masterHost: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key} */ readonly secretKey: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#version ElastigroupAws#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#version ElastigroupAws#version} */ readonly version?: string; } @@ -6019,15 +6019,15 @@ export class ElastigroupAwsIntegrationRancherOutputReference extends cdktf.Compl } export interface ElastigroupAwsIntegrationRoute53DomainsRecordSets { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns} */ readonly usePublicDns?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip} */ readonly usePublicIp?: boolean | cdktf.IResolvable; } @@ -6198,21 +6198,21 @@ export class ElastigroupAwsIntegrationRoute53DomainsRecordSetsList extends cdktf } export interface ElastigroupAwsIntegrationRoute53Domains { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id} */ readonly hostedZoneId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type} */ readonly recordSetType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id} */ readonly spotinstAcctId?: string; /** * record_sets block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} */ readonly recordSets: ElastigroupAwsIntegrationRoute53DomainsRecordSets[] | cdktf.IResolvable; } @@ -6411,7 +6411,7 @@ export interface ElastigroupAwsIntegrationRoute53 { /** * domains block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} */ readonly domains: ElastigroupAwsIntegrationRoute53Domains[] | cdktf.IResolvable; } @@ -6492,11 +6492,11 @@ export class ElastigroupAwsIntegrationRoute53OutputReference extends cdktf.Compl } export interface ElastigroupAwsItfDefaultStaticTargetGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn} */ readonly arn: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage} */ readonly percentage: number; } @@ -6603,11 +6603,11 @@ export class ElastigroupAwsItfDefaultStaticTargetGroupOutputReference extends cd } export interface ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn} */ readonly arn: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage} */ readonly percentage: number; } @@ -6714,13 +6714,13 @@ export class ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputRef } export interface ElastigroupAwsItfLoadBalancerListenerRule { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn} */ readonly ruleArn: string; /** * static_target_group block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} */ readonly staticTargetGroup?: ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup; } @@ -6862,13 +6862,13 @@ export class ElastigroupAwsItfLoadBalancerListenerRuleList extends cdktf.Complex } export interface ElastigroupAwsItfLoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn} */ readonly loadBalancerArn: string; /** * listener_rule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} */ readonly listenerRule: ElastigroupAwsItfLoadBalancerListenerRule[] | cdktf.IResolvable; } @@ -7007,11 +7007,11 @@ export class ElastigroupAwsItfLoadBalancerList extends cdktf.ComplexList { } export interface ElastigroupAwsItfTargetGroupConfigMatcher { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code} */ readonly grpcCode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code} */ readonly httpCode?: string; } @@ -7156,11 +7156,11 @@ export class ElastigroupAwsItfTargetGroupConfigMatcherList extends cdktf.Complex } export interface ElastigroupAwsItfTargetGroupConfigTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key} */ readonly tagKey: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value} */ readonly tagValue?: string; } @@ -7302,59 +7302,59 @@ export class ElastigroupAwsItfTargetGroupConfigTagsList extends cdktf.ComplexLis } export interface ElastigroupAwsItfTargetGroupConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds} */ readonly healthCheckIntervalSeconds?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path} */ readonly healthCheckPath: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port} */ readonly healthCheckPort?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol} */ readonly healthCheckProtocol?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds} */ readonly healthCheckTimeoutSeconds?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count} */ readonly healthyThresholdCount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#port ElastigroupAws#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#port ElastigroupAws#port} */ readonly port: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol} */ readonly protocol: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version} */ readonly protocolVersion?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count} */ readonly unhealthyThresholdCount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id} */ readonly vpcId: string; /** * matcher block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} */ readonly matcher?: ElastigroupAwsItfTargetGroupConfigMatcher[] | cdktf.IResolvable; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} */ readonly tags?: ElastigroupAwsItfTargetGroupConfigTags[] | cdktf.IResolvable; } @@ -7806,33 +7806,33 @@ export class ElastigroupAwsItfTargetGroupConfigList extends cdktf.ComplexList { } export interface ElastigroupAwsItf { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups} */ readonly fixedTargetGroups: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold} */ readonly migrationHealthinessThreshold?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy} */ readonly weightStrategy: string; /** * default_static_target_group block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} */ readonly defaultStaticTargetGroup?: ElastigroupAwsItfDefaultStaticTargetGroup; /** * load_balancer block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} */ readonly loadBalancer: ElastigroupAwsItfLoadBalancer[] | cdktf.IResolvable; /** * target_group_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} */ readonly targetGroupConfig: ElastigroupAwsItfTargetGroupConfig[] | cdktf.IResolvable; } @@ -8081,7 +8081,7 @@ export class ElastigroupAwsItfList extends cdktf.ComplexList { } export interface ElastigroupAwsLoggingExportS3 { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#id ElastigroupAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#id ElastigroupAws#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -8199,7 +8199,7 @@ export interface ElastigroupAwsLoggingExport { /** * s3 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} */ readonly s3?: ElastigroupAwsLoggingExportS3[] | cdktf.IResolvable; } @@ -8285,7 +8285,7 @@ export interface ElastigroupAwsLogging { /** * export block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} */ readonly export?: ElastigroupAwsLoggingExport; } @@ -8369,15 +8369,15 @@ export class ElastigroupAwsLoggingOutputReference extends cdktf.ComplexObject { } export interface ElastigroupAwsMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit} */ readonly httpPutResponseHopLimit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens} */ readonly httpTokens: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags} */ readonly instanceMetadataTags?: string; } @@ -8516,11 +8516,11 @@ export class ElastigroupAwsMetadataOptionsOutputReference extends cdktf.ComplexO } export interface ElastigroupAwsMultipleMetricsExpressions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression} */ readonly expression: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; } @@ -8659,11 +8659,11 @@ export class ElastigroupAwsMultipleMetricsExpressionsList extends cdktf.ComplexL } export interface ElastigroupAwsMultipleMetricsMetricsDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -8805,33 +8805,33 @@ export class ElastigroupAwsMultipleMetricsMetricsDimensionsList extends cdktf.Co } export interface ElastigroupAwsMultipleMetricsMetrics { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic} */ readonly extendedStatistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} */ readonly unit?: string; /** * dimensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} */ readonly dimensions?: ElastigroupAwsMultipleMetricsMetricsDimensions[] | cdktf.IResolvable; } @@ -9114,13 +9114,13 @@ export interface ElastigroupAwsMultipleMetrics { /** * expressions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} */ readonly expressions?: ElastigroupAwsMultipleMetricsExpressions[] | cdktf.IResolvable; /** * metrics block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} */ readonly metrics?: ElastigroupAwsMultipleMetricsMetrics[] | cdktf.IResolvable; } @@ -9233,35 +9233,35 @@ export class ElastigroupAwsMultipleMetricsOutputReference extends cdktf.ComplexO } export interface ElastigroupAwsNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address} */ readonly associateIpv6Address?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address} */ readonly associatePublicIpAddress?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination} */ readonly deleteOnTermination?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#description ElastigroupAws#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#description ElastigroupAws#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index} */ readonly deviceIndex: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id} */ readonly networkInterfaceId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address} */ readonly privateIpAddress?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count} */ readonly secondaryPrivateIpAddressCount?: string; } @@ -9577,39 +9577,39 @@ export class ElastigroupAwsNetworkInterfaceList extends cdktf.ComplexList { } export interface ElastigroupAwsResourceRequirements { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families} */ readonly excludedInstanceFamilies?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations} */ readonly excludedInstanceGenerations?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types} */ readonly excludedInstanceTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum} */ readonly requiredGpuMaximum?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum} */ readonly requiredGpuMinimum?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum} */ readonly requiredMemoryMaximum: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum} */ readonly requiredMemoryMinimum: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum} */ readonly requiredVcpuMaximum: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum} */ readonly requiredVcpuMinimum: number; } @@ -9945,19 +9945,19 @@ export class ElastigroupAwsResourceRequirementsList extends cdktf.ComplexList { } export interface ElastigroupAwsResourceTagSpecification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis} */ readonly shouldTagAmis?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis} */ readonly shouldTagEnis?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots} */ readonly shouldTagSnapshots?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes} */ readonly shouldTagVolumes?: boolean | cdktf.IResolvable; } @@ -10160,11 +10160,11 @@ export class ElastigroupAwsResourceTagSpecificationList extends cdktf.ComplexLis } export interface ElastigroupAwsRevertToSpot { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at} */ readonly performAt: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows} */ readonly timeWindows?: string[]; } @@ -10274,11 +10274,11 @@ export class ElastigroupAwsRevertToSpotOutputReference extends cdktf.ComplexObje } export interface ElastigroupAwsScalingDownPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -10420,31 +10420,31 @@ export class ElastigroupAwsScalingDownPolicyDimensionsList extends cdktf.Complex } export interface ElastigroupAwsScalingDownPolicyStepAdjustmentsAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity} */ readonly maxTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity} */ readonly minTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} */ readonly type: string; } @@ -10699,13 +10699,13 @@ export class ElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference } export interface ElastigroupAwsScalingDownPolicyStepAdjustments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} */ readonly threshold: number; /** * action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} */ readonly action: ElastigroupAwsScalingDownPolicyStepAdjustmentsAction; } @@ -10844,91 +10844,91 @@ export class ElastigroupAwsScalingDownPolicyStepAdjustmentsList extends cdktf.Co } export interface ElastigroupAwsScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type} */ readonly actionType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity} */ readonly maxTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity} */ readonly minTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} */ readonly threshold?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} */ readonly unit?: string; /** * dimensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} */ readonly dimensions?: ElastigroupAwsScalingDownPolicyDimensions[] | cdktf.IResolvable; /** * step_adjustments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} */ readonly stepAdjustments?: ElastigroupAwsScalingDownPolicyStepAdjustments[] | cdktf.IResolvable; } @@ -11615,11 +11615,11 @@ export class ElastigroupAwsScalingDownPolicyList extends cdktf.ComplexList { } export interface ElastigroupAwsScalingStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour} */ readonly terminateAtEndOfBillingHour?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy} */ readonly terminationPolicy?: string; } @@ -11764,11 +11764,11 @@ export class ElastigroupAwsScalingStrategyList extends cdktf.ComplexList { } export interface ElastigroupAwsScalingTargetPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -11910,57 +11910,57 @@ export class ElastigroupAwsScalingTargetPolicyDimensionsList extends cdktf.Compl } export interface ElastigroupAwsScalingTargetPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale} */ readonly maxCapacityPerScale?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode} */ readonly predictiveMode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} */ readonly unit?: string; /** * dimensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} */ readonly dimensions?: ElastigroupAwsScalingTargetPolicyDimensions[] | cdktf.IResolvable; } @@ -12412,11 +12412,11 @@ export class ElastigroupAwsScalingTargetPolicyList extends cdktf.ComplexList { } export interface ElastigroupAwsScalingUpPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -12558,31 +12558,31 @@ export class ElastigroupAwsScalingUpPolicyDimensionsList extends cdktf.ComplexLi } export interface ElastigroupAwsScalingUpPolicyStepAdjustmentsAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity} */ readonly maxTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity} */ readonly minTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} */ readonly type: string; } @@ -12837,13 +12837,13 @@ export class ElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference e } export interface ElastigroupAwsScalingUpPolicyStepAdjustments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} */ readonly threshold: number; /** * action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} */ readonly action: ElastigroupAwsScalingUpPolicyStepAdjustmentsAction; } @@ -12982,91 +12982,91 @@ export class ElastigroupAwsScalingUpPolicyStepAdjustmentsList extends cdktf.Comp } export interface ElastigroupAwsScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type} */ readonly actionType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity} */ readonly maxTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity} */ readonly minTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} */ readonly threshold?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} */ readonly unit?: string; /** * dimensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} */ readonly dimensions?: ElastigroupAwsScalingUpPolicyDimensions[] | cdktf.IResolvable; /** * step_adjustments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} */ readonly stepAdjustments?: ElastigroupAwsScalingUpPolicyStepAdjustments[] | cdktf.IResolvable; } @@ -13753,63 +13753,63 @@ export class ElastigroupAwsScalingUpPolicyList extends cdktf.ComplexList { } export interface ElastigroupAwsScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage} */ readonly adjustmentPercentage?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage} */ readonly batchSizePercentage?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression} */ readonly cronExpression?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency} */ readonly frequency?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period} */ readonly gracePeriod?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity} */ readonly maxCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity} */ readonly minCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity} */ readonly scaleMaxCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity} */ readonly scaleMinCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity} */ readonly scaleTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time} */ readonly startTime?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity} */ readonly targetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type} */ readonly taskType: string; } @@ -14328,11 +14328,11 @@ export class ElastigroupAwsScheduledTaskList extends cdktf.ComplexList { } export interface ElastigroupAwsSignal { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout} */ readonly timeout?: number; } @@ -14474,19 +14474,19 @@ export class ElastigroupAwsSignalList extends cdktf.ComplexList { } export interface ElastigroupAwsStatefulDeallocation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images} */ readonly shouldDeleteImages?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces} */ readonly shouldDeleteNetworkInterfaces?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots} */ readonly shouldDeleteSnapshots?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes} */ readonly shouldDeleteVolumes?: boolean | cdktf.IResolvable; } @@ -14657,11 +14657,11 @@ export class ElastigroupAwsStatefulDeallocationOutputReference extends cdktf.Com } export interface ElastigroupAwsStatefulInstanceAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id} */ readonly statefulInstanceId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} */ readonly type: string; } @@ -14800,11 +14800,11 @@ export class ElastigroupAwsStatefulInstanceActionList extends cdktf.ComplexList } export interface ElastigroupAwsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} */ readonly key?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -14949,23 +14949,23 @@ export class ElastigroupAwsTagsList extends cdktf.ComplexList { } export interface ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type} */ readonly actionType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num} */ readonly batchNum?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout} */ readonly drainingTimeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity} */ readonly shouldDecrementTargetCapacity?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches} */ readonly shouldHandleAllBatches?: boolean | cdktf.IResolvable; } @@ -15162,21 +15162,21 @@ export class ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReferenc } export interface ElastigroupAwsUpdatePolicyRollConfigStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} */ readonly action: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage} */ readonly batchMinHealthyPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances} */ readonly shouldDrainInstances?: boolean | cdktf.IResolvable; /** * on_failure block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} */ readonly onFailure?: ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure; } @@ -15344,29 +15344,29 @@ export class ElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference extends } export interface ElastigroupAwsUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage} */ readonly batchSizePercentage: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period} */ readonly gracePeriod?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type} */ readonly healthCheckType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage} */ readonly waitForRollPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout} */ readonly waitForRollTimeout?: number; /** * strategy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} */ readonly strategy?: ElastigroupAwsUpdatePolicyRollConfigStrategy; } @@ -15592,21 +15592,21 @@ export class ElastigroupAwsUpdatePolicyRollConfigOutputReference extends cdktf.C } export interface ElastigroupAwsUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags} */ readonly autoApplyTags?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful} */ readonly shouldResumeStateful: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll} */ readonly shouldRoll: boolean | cdktf.IResolvable; /** * roll_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} */ readonly rollConfig?: ElastigroupAwsUpdatePolicyRollConfig; } @@ -15771,7 +15771,7 @@ export class ElastigroupAwsUpdatePolicyOutputReference extends cdktf.ComplexObje } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws} */ export class ElastigroupAws extends cdktf.TerraformResource { @@ -15787,7 +15787,7 @@ export class ElastigroupAws extends cdktf.TerraformResource { * Generates CDKTF code for importing a ElastigroupAws resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ElastigroupAws to import - * @param importFromId The id of the existing ElastigroupAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ElastigroupAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ElastigroupAws to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -15799,7 +15799,7 @@ export class ElastigroupAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -15810,7 +15810,7 @@ export class ElastigroupAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-azure-v3/README.md b/src/elastigroup-azure-v3/README.md index 2554907d..4fbc957d 100644 --- a/src/elastigroup-azure-v3/README.md +++ b/src/elastigroup-azure-v3/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_azure_v3` -Refer to the Terraform Registry for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3). +Refer to the Terraform Registry for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3). diff --git a/src/elastigroup-azure-v3/index.ts b/src/elastigroup-azure-v3/index.ts index 5f414fe2..242043d6 100644 --- a/src/elastigroup-azure-v3/index.ts +++ b/src/elastigroup-azure-v3/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3 +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3 // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,230 +13,230 @@ import * as cdktf from 'cdktf'; export interface ElastigroupAzureV3Config extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#availability_vs_cost ElastigroupAzureV3#availability_vs_cost} */ readonly availabilityVsCost?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data} */ readonly customData?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#description ElastigroupAzureV3#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity} */ readonly desiredCapacity?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout} */ readonly drainingTimeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand} */ readonly fallbackToOnDemand: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size} */ readonly maxSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size} */ readonly minSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count} */ readonly onDemandCount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#optimization_windows ElastigroupAzureV3#optimization_windows} */ readonly optimizationWindows?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os} */ readonly os: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_zones ElastigroupAzureV3#preferred_zones} */ readonly preferredZones?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region} */ readonly region: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#shutdown_script ElastigroupAzureV3#shutdown_script} */ readonly shutdownScript?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage} */ readonly spotPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_data ElastigroupAzureV3#user_data} */ readonly userData?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_name_prefix ElastigroupAzureV3#vm_name_prefix} */ readonly vmNamePrefix?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#zones ElastigroupAzureV3#zones} */ readonly zones?: string[]; /** * boot_diagnostics block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#boot_diagnostics ElastigroupAzureV3#boot_diagnostics} */ readonly bootDiagnostics?: ElastigroupAzureV3BootDiagnostics[] | cdktf.IResolvable; /** * capacity_reservation block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation ElastigroupAzureV3#capacity_reservation} */ readonly capacityReservation?: ElastigroupAzureV3CapacityReservation; /** * data_disk block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#data_disk ElastigroupAzureV3#data_disk} */ readonly dataDisk?: ElastigroupAzureV3DataDisk[] | cdktf.IResolvable; /** * extensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#extensions ElastigroupAzureV3#extensions} */ readonly extensions?: ElastigroupAzureV3Extensions[] | cdktf.IResolvable; /** * health block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health ElastigroupAzureV3#health} */ readonly health?: ElastigroupAzureV3Health; /** * image block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} */ readonly image?: ElastigroupAzureV3Image[] | cdktf.IResolvable; /** * load_balancer block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#load_balancer ElastigroupAzureV3#load_balancer} */ readonly loadBalancer?: ElastigroupAzureV3LoadBalancer[] | cdktf.IResolvable; /** * login block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} */ readonly login?: ElastigroupAzureV3Login; /** * managed_service_identity block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} */ readonly managedServiceIdentity?: ElastigroupAzureV3ManagedServiceIdentity[] | cdktf.IResolvable; /** * network block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} */ readonly network: ElastigroupAzureV3Network; /** * os_disk block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#os_disk ElastigroupAzureV3#os_disk} */ readonly osDisk?: ElastigroupAzureV3OsDisk; /** * proximity_placement_groups block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#proximity_placement_groups ElastigroupAzureV3#proximity_placement_groups} */ readonly proximityPlacementGroups?: ElastigroupAzureV3ProximityPlacementGroups[] | cdktf.IResolvable; /** * revert_to_spot block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#revert_to_spot ElastigroupAzureV3#revert_to_spot} */ readonly revertToSpot?: ElastigroupAzureV3RevertToSpot; /** * scaling_down_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_down_policy ElastigroupAzureV3#scaling_down_policy} */ readonly scalingDownPolicy?: ElastigroupAzureV3ScalingDownPolicy[] | cdktf.IResolvable; /** * scaling_up_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scaling_up_policy ElastigroupAzureV3#scaling_up_policy} */ readonly scalingUpPolicy?: ElastigroupAzureV3ScalingUpPolicy[] | cdktf.IResolvable; /** * scheduling_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scheduling_task ElastigroupAzureV3#scheduling_task} */ readonly schedulingTask?: ElastigroupAzureV3SchedulingTask[] | cdktf.IResolvable; /** * secret block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret ElastigroupAzureV3#secret} */ readonly secret?: ElastigroupAzureV3Secret[] | cdktf.IResolvable; /** * security block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security ElastigroupAzureV3#security} */ readonly security?: ElastigroupAzureV3Security; /** * signal block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#signal ElastigroupAzureV3#signal} */ readonly signal?: ElastigroupAzureV3Signal[] | cdktf.IResolvable; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} */ readonly tags?: ElastigroupAzureV3Tags[] | cdktf.IResolvable; /** * vm_sizes block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vm_sizes ElastigroupAzureV3#vm_sizes} */ readonly vmSizes: ElastigroupAzureV3VmSizes; } export interface ElastigroupAzureV3BootDiagnostics { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled} */ readonly isEnabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#storage_url ElastigroupAzureV3#storage_url} */ readonly storageUrl?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} */ readonly type: string; } @@ -404,15 +404,15 @@ export class ElastigroupAzureV3BootDiagnosticsList extends cdktf.ComplexList { } export interface ElastigroupAzureV3CapacityReservationCapacityReservationGroups { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_name ElastigroupAzureV3#crg_name} */ readonly crgName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_resource_group_name ElastigroupAzureV3#crg_resource_group_name} */ readonly crgResourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#crg_should_prioritize ElastigroupAzureV3#crg_should_prioritize} */ readonly crgShouldPrioritize?: boolean | cdktf.IResolvable; } @@ -548,17 +548,17 @@ export class ElastigroupAzureV3CapacityReservationCapacityReservationGroupsOutpu } export interface ElastigroupAzureV3CapacityReservation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#should_utilize ElastigroupAzureV3#should_utilize} */ readonly shouldUtilize: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#utilization_strategy ElastigroupAzureV3#utilization_strategy} */ readonly utilizationStrategy: string; /** * capacity_reservation_groups block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#capacity_reservation_groups ElastigroupAzureV3#capacity_reservation_groups} */ readonly capacityReservationGroups?: ElastigroupAzureV3CapacityReservationCapacityReservationGroups; } @@ -694,15 +694,15 @@ export class ElastigroupAzureV3CapacityReservationOutputReference extends cdktf. } export interface ElastigroupAzureV3DataDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#lun ElastigroupAzureV3#lun} */ readonly lun: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb} */ readonly sizeGb: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} */ readonly type: string; } @@ -867,11 +867,11 @@ export class ElastigroupAzureV3DataDiskList extends cdktf.ComplexList { } export interface ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secret_url ElastigroupAzureV3#secret_url} */ readonly secretUrl: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} */ readonly sourceVault: string; } @@ -978,41 +978,41 @@ export class ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVaultOutputRefe } export interface ElastigroupAzureV3Extensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#api_version ElastigroupAzureV3#api_version} */ readonly apiVersion: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_automatic_upgrade ElastigroupAzureV3#enable_automatic_upgrade} */ readonly enableAutomaticUpgrade?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minor_version_auto_upgrade ElastigroupAzureV3#minor_version_auto_upgrade} */ readonly minorVersionAutoUpgrade: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings ElastigroupAzureV3#protected_settings} */ readonly protectedSettings?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_settings ElastigroupAzureV3#public_settings} */ readonly publicSettings?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher} */ readonly publisher: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} */ readonly type: string; /** * protected_settings_from_key_vault block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#protected_settings_from_key_vault ElastigroupAzureV3#protected_settings_from_key_vault} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#protected_settings_from_key_vault ElastigroupAzureV3#protected_settings_from_key_vault} */ readonly protectedSettingsFromKeyVault?: ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault; } @@ -1345,19 +1345,19 @@ export class ElastigroupAzureV3ExtensionsList extends cdktf.ComplexList { } export interface ElastigroupAzureV3Health { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#auto_healing ElastigroupAzureV3#auto_healing} */ readonly autoHealing?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period} */ readonly gracePeriod?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#health_check_types ElastigroupAzureV3#health_check_types} */ readonly healthCheckTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unhealthy_duration ElastigroupAzureV3#unhealthy_duration} */ readonly unhealthyDuration?: number; } @@ -1528,11 +1528,11 @@ export class ElastigroupAzureV3HealthOutputReference extends cdktf.ComplexObject } export interface ElastigroupAzureV3ImageCustom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name} */ readonly imageName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; } @@ -1671,23 +1671,23 @@ export class ElastigroupAzureV3ImageCustomList extends cdktf.ComplexList { } export interface ElastigroupAzureV3ImageGalleryImage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_name ElastigroupAzureV3#gallery_name} */ readonly galleryName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name} */ readonly imageName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_account_id ElastigroupAzureV3#spot_account_id} */ readonly spotAccountId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version} */ readonly version: string; } @@ -1907,19 +1907,19 @@ export class ElastigroupAzureV3ImageGalleryImageList extends cdktf.ComplexList { } export interface ElastigroupAzureV3ImageMarketplace { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer} */ readonly offer: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher} */ readonly publisher: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku} */ readonly sku: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version} */ readonly version: string; } @@ -2112,19 +2112,19 @@ export interface ElastigroupAzureV3Image { /** * custom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} */ readonly custom?: ElastigroupAzureV3ImageCustom[] | cdktf.IResolvable; /** * gallery_image block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#gallery_image ElastigroupAzureV3#gallery_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#gallery_image ElastigroupAzureV3#gallery_image} */ readonly galleryImage?: ElastigroupAzureV3ImageGalleryImage[] | cdktf.IResolvable; /** * marketplace block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} */ readonly marketplace?: ElastigroupAzureV3ImageMarketplace[] | cdktf.IResolvable; } @@ -2298,23 +2298,23 @@ export class ElastigroupAzureV3ImageList extends cdktf.ComplexList { } export interface ElastigroupAzureV3LoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#backend_pool_names ElastigroupAzureV3#backend_pool_names} */ readonly backendPoolNames?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku} */ readonly sku?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} */ readonly type: string; } @@ -2537,15 +2537,15 @@ export class ElastigroupAzureV3LoadBalancerList extends cdktf.ComplexList { } export interface ElastigroupAzureV3Login { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password} */ readonly password?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key} */ readonly sshPublicKey?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name} */ readonly userName: string; } @@ -2684,11 +2684,11 @@ export class ElastigroupAzureV3LoginOutputReference extends cdktf.ComplexObject } export interface ElastigroupAzureV3ManagedServiceIdentity { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; } @@ -2827,11 +2827,11 @@ export class ElastigroupAzureV3ManagedServiceIdentityList extends cdktf.ComplexL } export interface ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version} */ readonly privateIpVersion?: string; } @@ -2973,11 +2973,11 @@ export class ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList e } export interface ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; } @@ -3116,11 +3116,11 @@ export class ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupL } export interface ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName?: string; } @@ -3265,45 +3265,45 @@ export class ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroupList extends } export interface ElastigroupAzureV3NetworkNetworkInterfaces { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip} */ readonly assignPublicIp: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#enable_ip_forwarding ElastigroupAzureV3#enable_ip_forwarding} */ readonly enableIpForwarding?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary} */ readonly isPrimary: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#private_ip_addresses ElastigroupAzureV3#private_ip_addresses} */ readonly privateIpAddresses?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#public_ip_sku ElastigroupAzureV3#public_ip_sku} */ readonly publicIpSku?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name} */ readonly subnetName: string; /** * additional_ip_configs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} */ readonly additionalIpConfigs?: ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs[] | cdktf.IResolvable; /** * application_security_group block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} */ readonly applicationSecurityGroup?: ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup[] | cdktf.IResolvable; /** * security_group block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_group ElastigroupAzureV3#security_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_group ElastigroupAzureV3#security_group} */ readonly securityGroup?: ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroup[] | cdktf.IResolvable; } @@ -3642,17 +3642,17 @@ export class ElastigroupAzureV3NetworkNetworkInterfacesList extends cdktf.Comple } export interface ElastigroupAzureV3Network { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name} */ readonly virtualNetworkName: string; /** * network_interfaces block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} */ readonly networkInterfaces: ElastigroupAzureV3NetworkNetworkInterfaces[] | cdktf.IResolvable; } @@ -3785,11 +3785,11 @@ export class ElastigroupAzureV3NetworkOutputReference extends cdktf.ComplexObjec } export interface ElastigroupAzureV3OsDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#size_gb ElastigroupAzureV3#size_gb} */ readonly sizeGb?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} */ readonly type: string; } @@ -3899,11 +3899,11 @@ export class ElastigroupAzureV3OsDiskOutputReference extends cdktf.ComplexObject } export interface ElastigroupAzureV3ProximityPlacementGroups { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; } @@ -4042,7 +4042,7 @@ export class ElastigroupAzureV3ProximityPlacementGroupsList extends cdktf.Comple } export interface ElastigroupAzureV3RevertToSpot { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#perform_at ElastigroupAzureV3#perform_at} */ readonly performAt: string; } @@ -4123,23 +4123,23 @@ export class ElastigroupAzureV3RevertToSpotOutputReference extends cdktf.Complex } export interface ElastigroupAzureV3ScalingDownPolicyAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} */ readonly type?: string; } @@ -4339,11 +4339,11 @@ export class ElastigroupAzureV3ScalingDownPolicyActionOutputReference extends cd } export interface ElastigroupAzureV3ScalingDownPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value} */ readonly value?: string; } @@ -4488,63 +4488,63 @@ export class ElastigroupAzureV3ScalingDownPolicyDimensionsList extends cdktf.Com } export interface ElastigroupAzureV3ScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown} */ readonly cooldown: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods} */ readonly evaluationPeriods: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator} */ readonly operator: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period} */ readonly period: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic} */ readonly statistic: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit} */ readonly unit?: string; /** * action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} */ readonly action: ElastigroupAzureV3ScalingDownPolicyAction; /** * dimensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} */ readonly dimensions?: ElastigroupAzureV3ScalingDownPolicyDimensions[] | cdktf.IResolvable; } @@ -5007,23 +5007,23 @@ export class ElastigroupAzureV3ScalingDownPolicyList extends cdktf.ComplexList { } export interface ElastigroupAzureV3ScalingUpPolicyAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#maximum ElastigroupAzureV3#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#minimum ElastigroupAzureV3#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#target ElastigroupAzureV3#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} */ readonly type?: string; } @@ -5223,11 +5223,11 @@ export class ElastigroupAzureV3ScalingUpPolicyActionOutputReference extends cdkt } export interface ElastigroupAzureV3ScalingUpPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value} */ readonly value?: string; } @@ -5372,63 +5372,63 @@ export class ElastigroupAzureV3ScalingUpPolicyDimensionsList extends cdktf.Compl } export interface ElastigroupAzureV3ScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cooldown ElastigroupAzureV3#cooldown} */ readonly cooldown: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#evaluation_periods ElastigroupAzureV3#evaluation_periods} */ readonly evaluationPeriods: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#metric_name ElastigroupAzureV3#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#namespace ElastigroupAzureV3#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#operator ElastigroupAzureV3#operator} */ readonly operator: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#period ElastigroupAzureV3#period} */ readonly period: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#policy_name ElastigroupAzureV3#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source ElastigroupAzureV3#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#statistic ElastigroupAzureV3#statistic} */ readonly statistic: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#threshold ElastigroupAzureV3#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#unit ElastigroupAzureV3#unit} */ readonly unit?: string; /** * action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#action ElastigroupAzureV3#action} */ readonly action: ElastigroupAzureV3ScalingUpPolicyAction; /** * dimensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#dimensions ElastigroupAzureV3#dimensions} */ readonly dimensions?: ElastigroupAzureV3ScalingUpPolicyDimensions[] | cdktf.IResolvable; } @@ -5891,43 +5891,43 @@ export class ElastigroupAzureV3ScalingUpPolicyList extends cdktf.ComplexList { } export interface ElastigroupAzureV3SchedulingTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment ElastigroupAzureV3#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#adjustment_percentage ElastigroupAzureV3#adjustment_percentage} */ readonly adjustmentPercentage?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#batch_size_percentage ElastigroupAzureV3#batch_size_percentage} */ readonly batchSizePercentage?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#cron_expression ElastigroupAzureV3#cron_expression} */ readonly cronExpression: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#grace_period ElastigroupAzureV3#grace_period} */ readonly gracePeriod?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#is_enabled ElastigroupAzureV3#is_enabled} */ readonly isEnabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_max_capacity ElastigroupAzureV3#scale_max_capacity} */ readonly scaleMaxCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_min_capacity ElastigroupAzureV3#scale_min_capacity} */ readonly scaleMinCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#scale_target_capacity ElastigroupAzureV3#scale_target_capacity} */ readonly scaleTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} */ readonly type: string; } @@ -6295,11 +6295,11 @@ export class ElastigroupAzureV3SchedulingTaskList extends cdktf.ComplexList { } export interface ElastigroupAzureV3SecretSourceVault { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; } @@ -6438,11 +6438,11 @@ export class ElastigroupAzureV3SecretSourceVaultList extends cdktf.ComplexList { } export interface ElastigroupAzureV3SecretVaultCertificates { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_store ElastigroupAzureV3#certificate_store} */ readonly certificateStore: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#certificate_url ElastigroupAzureV3#certificate_url} */ readonly certificateUrl: string; } @@ -6583,13 +6583,13 @@ export interface ElastigroupAzureV3Secret { /** * source_vault block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#source_vault ElastigroupAzureV3#source_vault} */ readonly sourceVault: ElastigroupAzureV3SecretSourceVault[] | cdktf.IResolvable; /** * vault_certificates block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vault_certificates ElastigroupAzureV3#vault_certificates} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vault_certificates ElastigroupAzureV3#vault_certificates} */ readonly vaultCertificates: ElastigroupAzureV3SecretVaultCertificates[] | cdktf.IResolvable; } @@ -6728,19 +6728,19 @@ export class ElastigroupAzureV3SecretList extends cdktf.ComplexList { } export interface ElastigroupAzureV3Security { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#confidential_os_disk_encryption ElastigroupAzureV3#confidential_os_disk_encryption} */ readonly confidentialOsDiskEncryption?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#secure_boot_enabled ElastigroupAzureV3#secure_boot_enabled} */ readonly secureBootEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#security_type ElastigroupAzureV3#security_type} */ readonly securityType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#vtpm_enabled ElastigroupAzureV3#vtpm_enabled} */ readonly vtpmEnabled?: boolean | cdktf.IResolvable; } @@ -6911,11 +6911,11 @@ export class ElastigroupAzureV3SecurityOutputReference extends cdktf.ComplexObje } export interface ElastigroupAzureV3Signal { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#timeout ElastigroupAzureV3#timeout} */ readonly timeout: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#type ElastigroupAzureV3#type} */ readonly type: string; } @@ -7054,11 +7054,11 @@ export class ElastigroupAzureV3SignalList extends cdktf.ComplexList { } export interface ElastigroupAzureV3Tags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value} */ readonly value: string; } @@ -7197,15 +7197,15 @@ export class ElastigroupAzureV3TagsList extends cdktf.ComplexList { } export interface ElastigroupAzureV3VmSizes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes} */ readonly odSizes: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#preferred_spot_sizes ElastigroupAzureV3#preferred_spot_sizes} */ readonly preferredSpotSizes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes} */ readonly spotSizes: string[]; } @@ -7341,7 +7341,7 @@ export class ElastigroupAzureV3VmSizesOutputReference extends cdktf.ComplexObjec } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3} */ export class ElastigroupAzureV3 extends cdktf.TerraformResource { @@ -7357,7 +7357,7 @@ export class ElastigroupAzureV3 extends cdktf.TerraformResource { * Generates CDKTF code for importing a ElastigroupAzureV3 resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ElastigroupAzureV3 to import - * @param importFromId The id of the existing ElastigroupAzureV3 that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ElastigroupAzureV3 that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ElastigroupAzureV3 to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -7369,7 +7369,7 @@ export class ElastigroupAzureV3 extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -7380,7 +7380,7 @@ export class ElastigroupAzureV3 extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_azure_v3', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-gcp/README.md b/src/elastigroup-gcp/README.md index cae5d108..7229dac7 100644 --- a/src/elastigroup-gcp/README.md +++ b/src/elastigroup-gcp/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_gcp` -Refer to the Terraform Registry for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp). +Refer to the Terraform Registry for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp). diff --git a/src/elastigroup-gcp/index.ts b/src/elastigroup-gcp/index.ts index 861383eb..ef8bb60b 100644 --- a/src/elastigroup-gcp/index.ts +++ b/src/elastigroup-gcp/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,200 +13,200 @@ import * as cdktf from 'cdktf'; export interface ElastigroupGcpConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing} */ readonly autoHealing?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones} */ readonly availabilityZones?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity} */ readonly desiredCapacity: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout} */ readonly drainingTimeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand} */ readonly fallbackToOndemand?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period} */ readonly healthCheckGracePeriod?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type} */ readonly healthCheckType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix} */ readonly instanceNamePrefix?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand} */ readonly instanceTypesOndemand?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible} */ readonly instanceTypesPreemptible?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding} */ readonly ipForwarding?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size} */ readonly maxSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size} */ readonly minSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count} */ readonly ondemandCount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#optimization_windows ElastigroupGcp#optimization_windows} */ readonly optimizationWindows?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage} */ readonly preemptiblePercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model} */ readonly provisioningModel?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account} */ readonly serviceAccount?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script} */ readonly shutdownScript?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script} */ readonly startupScript?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags} */ readonly tags?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration} */ readonly unhealthyDuration?: number; /** * backend_services block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} */ readonly backendServices?: ElastigroupGcpBackendServices[] | cdktf.IResolvable; /** * disk block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} */ readonly disk?: ElastigroupGcpDisk[] | cdktf.IResolvable; /** * gpu block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} */ readonly gpu?: ElastigroupGcpGpu[] | cdktf.IResolvable; /** * instance_types_custom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} */ readonly instanceTypesCustom?: ElastigroupGcpInstanceTypesCustom[] | cdktf.IResolvable; /** * integration_docker_swarm block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} */ readonly integrationDockerSwarm?: ElastigroupGcpIntegrationDockerSwarm; /** * integration_gke block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} */ readonly integrationGke?: ElastigroupGcpIntegrationGke; /** * labels block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} */ readonly labels?: ElastigroupGcpLabels[] | cdktf.IResolvable; /** * metadata block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} */ readonly metadata?: ElastigroupGcpMetadata[] | cdktf.IResolvable; /** * network_interface block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} */ readonly networkInterface?: ElastigroupGcpNetworkInterface[] | cdktf.IResolvable; /** * revert_to_preemptible block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#revert_to_preemptible ElastigroupGcp#revert_to_preemptible} */ readonly revertToPreemptible?: ElastigroupGcpRevertToPreemptible[] | cdktf.IResolvable; /** * scaling_down_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} */ readonly scalingDownPolicy?: ElastigroupGcpScalingDownPolicy[] | cdktf.IResolvable; /** * scaling_up_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} */ readonly scalingUpPolicy?: ElastigroupGcpScalingUpPolicy[] | cdktf.IResolvable; /** * scheduled_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} */ readonly scheduledTask?: ElastigroupGcpScheduledTask[] | cdktf.IResolvable; /** * subnets block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} */ readonly subnets?: ElastigroupGcpSubnets[] | cdktf.IResolvable; } export interface ElastigroupGcpBackendServicesNamedPorts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports} */ readonly ports: string[]; } @@ -345,21 +345,21 @@ export class ElastigroupGcpBackendServicesNamedPortsList extends cdktf.ComplexLi } export interface ElastigroupGcpBackendServices { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type} */ readonly locationType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme} */ readonly scheme?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name} */ readonly serviceName: string; /** * named_ports block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} */ readonly namedPorts?: ElastigroupGcpBackendServicesNamedPorts[] | cdktf.IResolvable; } @@ -559,15 +559,15 @@ export class ElastigroupGcpBackendServicesList extends cdktf.ComplexList { } export interface ElastigroupGcpDiskInitializeParams { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb} */ readonly diskSizeGb?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type} */ readonly diskType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image} */ readonly sourceImage: string; } @@ -738,37 +738,37 @@ export class ElastigroupGcpDiskInitializeParamsList extends cdktf.ComplexList { } export interface ElastigroupGcpDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete} */ readonly autoDelete?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot} */ readonly boot?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name} */ readonly deviceName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface} */ readonly interface?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode} */ readonly mode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} */ readonly type?: string; /** * initialize_params block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} */ readonly initializeParams?: ElastigroupGcpDiskInitializeParams[] | cdktf.IResolvable; } @@ -1087,11 +1087,11 @@ export class ElastigroupGcpDiskList extends cdktf.ComplexList { } export interface ElastigroupGcpGpu { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count} */ readonly count: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} */ readonly type: string; } @@ -1230,11 +1230,11 @@ export class ElastigroupGcpGpuList extends cdktf.ComplexList { } export interface ElastigroupGcpInstanceTypesCustom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib} */ readonly memoryGib: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu} */ readonly vcpu: number; } @@ -1373,11 +1373,11 @@ export class ElastigroupGcpInstanceTypesCustomList extends cdktf.ComplexList { } export interface ElastigroupGcpIntegrationDockerSwarm { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host} */ readonly masterHost: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port} */ readonly masterPort: number; } @@ -1484,7 +1484,7 @@ export class ElastigroupGcpIntegrationDockerSwarmOutputReference extends cdktf.C } export interface ElastigroupGcpIntegrationGkeAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} */ readonly evaluationPeriods?: number; } @@ -1568,15 +1568,15 @@ export class ElastigroupGcpIntegrationGkeAutoscaleDownOutputReference extends cd } export interface ElastigroupGcpIntegrationGkeAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units} */ readonly numOfUnits?: number; } @@ -1718,11 +1718,11 @@ export class ElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference extend } export interface ElastigroupGcpIntegrationGkeAutoscaleLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value: string; } @@ -1861,45 +1861,45 @@ export class ElastigroupGcpIntegrationGkeAutoscaleLabelsList extends cdktf.Compl } export interface ElastigroupGcpIntegrationGke { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update} */ readonly autoUpdate?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown} */ readonly autoscaleCooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config} */ readonly autoscaleIsAutoConfig?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled} */ readonly autoscaleIsEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id} */ readonly clusterId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location} */ readonly location?: string; /** * autoscale_down block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} */ readonly autoscaleDown?: ElastigroupGcpIntegrationGkeAutoscaleDown; /** * autoscale_headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} */ readonly autoscaleHeadroom?: ElastigroupGcpIntegrationGkeAutoscaleHeadroom; /** * autoscale_labels block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} */ readonly autoscaleLabels?: ElastigroupGcpIntegrationGkeAutoscaleLabels[] | cdktf.IResolvable; } @@ -2215,11 +2215,11 @@ export class ElastigroupGcpIntegrationGkeOutputReference extends cdktf.ComplexOb } export interface ElastigroupGcpLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value: string; } @@ -2358,11 +2358,11 @@ export class ElastigroupGcpLabelsList extends cdktf.ComplexList { } export interface ElastigroupGcpMetadata { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value: string; } @@ -2501,11 +2501,11 @@ export class ElastigroupGcpMetadataList extends cdktf.ComplexList { } export interface ElastigroupGcpNetworkInterfaceAccessConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} */ readonly type?: string; } @@ -2650,11 +2650,11 @@ export class ElastigroupGcpNetworkInterfaceAccessConfigsList extends cdktf.Compl } export interface ElastigroupGcpNetworkInterfaceAliasIpRanges { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range} */ readonly ipCidrRange: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name} */ readonly subnetworkRangeName: string; } @@ -2793,19 +2793,19 @@ export class ElastigroupGcpNetworkInterfaceAliasIpRangesList extends cdktf.Compl } export interface ElastigroupGcpNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network} */ readonly network: string; /** * access_configs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} */ readonly accessConfigs?: ElastigroupGcpNetworkInterfaceAccessConfigs[] | cdktf.IResolvable; /** * alias_ip_ranges block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} */ readonly aliasIpRanges?: ElastigroupGcpNetworkInterfaceAliasIpRanges[] | cdktf.IResolvable; } @@ -2976,7 +2976,7 @@ export class ElastigroupGcpNetworkInterfaceList extends cdktf.ComplexList { } export interface ElastigroupGcpRevertToPreemptible { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#perform_at ElastigroupGcp#perform_at} */ readonly performAt: string; } @@ -3089,11 +3089,11 @@ export class ElastigroupGcpRevertToPreemptibleList extends cdktf.ComplexList { } export interface ElastigroupGcpScalingDownPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value?: string; } @@ -3235,61 +3235,61 @@ export class ElastigroupGcpScalingDownPolicyDimensionsList extends cdktf.Complex } export interface ElastigroupGcpScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type} */ readonly actionType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment} */ readonly adjustment?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit} */ readonly unit: string; /** * dimensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} */ readonly dimensions?: ElastigroupGcpScalingDownPolicyDimensions[] | cdktf.IResolvable; } @@ -3767,11 +3767,11 @@ export class ElastigroupGcpScalingDownPolicyList extends cdktf.ComplexList { } export interface ElastigroupGcpScalingUpPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value?: string; } @@ -3913,61 +3913,61 @@ export class ElastigroupGcpScalingUpPolicyDimensionsList extends cdktf.ComplexLi } export interface ElastigroupGcpScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type} */ readonly actionType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment} */ readonly adjustment?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit} */ readonly unit: string; /** * dimensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} */ readonly dimensions?: ElastigroupGcpScalingUpPolicyDimensions[] | cdktf.IResolvable; } @@ -4445,27 +4445,27 @@ export class ElastigroupGcpScalingUpPolicyList extends cdktf.ComplexList { } export interface ElastigroupGcpScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression} */ readonly cronExpression?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity} */ readonly maxCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity} */ readonly minCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity} */ readonly targetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type} */ readonly taskType: string; } @@ -4723,11 +4723,11 @@ export class ElastigroupGcpScheduledTaskList extends cdktf.ComplexList { } export interface ElastigroupGcpSubnets { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region} */ readonly region: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names} */ readonly subnetNames: string[]; } @@ -4866,7 +4866,7 @@ export class ElastigroupGcpSubnetsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp} */ export class ElastigroupGcp extends cdktf.TerraformResource { @@ -4882,7 +4882,7 @@ export class ElastigroupGcp extends cdktf.TerraformResource { * Generates CDKTF code for importing a ElastigroupGcp resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ElastigroupGcp to import - * @param importFromId The id of the existing ElastigroupGcp that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ElastigroupGcp that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ElastigroupGcp to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -4894,7 +4894,7 @@ export class ElastigroupGcp extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -4905,7 +4905,7 @@ export class ElastigroupGcp extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_gcp', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-gke/README.md b/src/elastigroup-gke/README.md index d97364d1..4ece546c 100644 --- a/src/elastigroup-gke/README.md +++ b/src/elastigroup-gke/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_gke` -Refer to the Terraform Registry for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke). +Refer to the Terraform Registry for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke). diff --git a/src/elastigroup-gke/index.ts b/src/elastigroup-gke/index.ts index 1f66b8e9..eb01c654 100644 --- a/src/elastigroup-gke/index.ts +++ b/src/elastigroup-gke/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,176 +13,176 @@ import * as cdktf from 'cdktf'; export interface ElastigroupGkeConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id} */ readonly clusterId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name} */ readonly clusterZoneName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity} */ readonly desiredCapacity: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout} */ readonly drainingTimeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand} */ readonly fallbackToOndemand?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#id ElastigroupGke#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#id ElastigroupGke#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix} */ readonly instanceNamePrefix?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand} */ readonly instanceTypesOndemand?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible} */ readonly instanceTypesPreemptible?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding} */ readonly ipForwarding?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size} */ readonly maxSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size} */ readonly minSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image} */ readonly nodeImage?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count} */ readonly ondemandCount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#optimization_windows ElastigroupGke#optimization_windows} */ readonly optimizationWindows?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage} */ readonly preemptiblePercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model} */ readonly provisioningModel?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account} */ readonly serviceAccount?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script} */ readonly shutdownScript?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script} */ readonly startupScript?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags} */ readonly tags?: string[]; /** * backend_services block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} */ readonly backendServices?: ElastigroupGkeBackendServices[] | cdktf.IResolvable; /** * disk block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} */ readonly disk?: ElastigroupGkeDisk[] | cdktf.IResolvable; /** * gpu block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} */ readonly gpu?: ElastigroupGkeGpu[] | cdktf.IResolvable; /** * instance_types_custom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} */ readonly instanceTypesCustom?: ElastigroupGkeInstanceTypesCustom[] | cdktf.IResolvable; /** * integration_docker_swarm block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} */ readonly integrationDockerSwarm?: ElastigroupGkeIntegrationDockerSwarm; /** * integration_gke block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} */ readonly integrationGke?: ElastigroupGkeIntegrationGke; /** * labels block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} */ readonly labels?: ElastigroupGkeLabels[] | cdktf.IResolvable; /** * metadata block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} */ readonly metadata?: ElastigroupGkeMetadata[] | cdktf.IResolvable; /** * network_interface block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} */ readonly networkInterface?: ElastigroupGkeNetworkInterface[] | cdktf.IResolvable; /** * revert_to_preemptible block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#revert_to_preemptible ElastigroupGke#revert_to_preemptible} */ readonly revertToPreemptible?: ElastigroupGkeRevertToPreemptible[] | cdktf.IResolvable; /** * scaling_down_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} */ readonly scalingDownPolicy?: ElastigroupGkeScalingDownPolicy[] | cdktf.IResolvable; /** * scaling_up_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} */ readonly scalingUpPolicy?: ElastigroupGkeScalingUpPolicy[] | cdktf.IResolvable; } export interface ElastigroupGkeBackendServicesNamedPorts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports} */ readonly ports: string[]; } @@ -321,21 +321,21 @@ export class ElastigroupGkeBackendServicesNamedPortsList extends cdktf.ComplexLi } export interface ElastigroupGkeBackendServices { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type} */ readonly locationType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme} */ readonly scheme?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name} */ readonly serviceName: string; /** * named_ports block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} */ readonly namedPorts?: ElastigroupGkeBackendServicesNamedPorts[] | cdktf.IResolvable; } @@ -535,15 +535,15 @@ export class ElastigroupGkeBackendServicesList extends cdktf.ComplexList { } export interface ElastigroupGkeDiskInitializeParams { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb} */ readonly diskSizeGb?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type} */ readonly diskType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image} */ readonly sourceImage: string; } @@ -714,37 +714,37 @@ export class ElastigroupGkeDiskInitializeParamsList extends cdktf.ComplexList { } export interface ElastigroupGkeDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete} */ readonly autoDelete?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot} */ readonly boot?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name} */ readonly deviceName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface} */ readonly interface?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode} */ readonly mode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type} */ readonly type?: string; /** * initialize_params block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} */ readonly initializeParams?: ElastigroupGkeDiskInitializeParams[] | cdktf.IResolvable; } @@ -1063,11 +1063,11 @@ export class ElastigroupGkeDiskList extends cdktf.ComplexList { } export interface ElastigroupGkeGpu { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#count ElastigroupGke#count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#count ElastigroupGke#count} */ readonly count: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type} */ readonly type: string; } @@ -1206,11 +1206,11 @@ export class ElastigroupGkeGpuList extends cdktf.ComplexList { } export interface ElastigroupGkeInstanceTypesCustom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib} */ readonly memoryGib: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu} */ readonly vcpu: number; } @@ -1349,11 +1349,11 @@ export class ElastigroupGkeInstanceTypesCustomList extends cdktf.ComplexList { } export interface ElastigroupGkeIntegrationDockerSwarm { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host} */ readonly masterHost: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port} */ readonly masterPort: number; } @@ -1460,7 +1460,7 @@ export class ElastigroupGkeIntegrationDockerSwarmOutputReference extends cdktf.C } export interface ElastigroupGkeIntegrationGkeAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} */ readonly evaluationPeriods?: number; } @@ -1544,15 +1544,15 @@ export class ElastigroupGkeIntegrationGkeAutoscaleDownOutputReference extends cd } export interface ElastigroupGkeIntegrationGkeAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units} */ readonly numOfUnits?: number; } @@ -1694,11 +1694,11 @@ export class ElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference extend } export interface ElastigroupGkeIntegrationGkeAutoscaleLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value: string; } @@ -1837,45 +1837,45 @@ export class ElastigroupGkeIntegrationGkeAutoscaleLabelsList extends cdktf.Compl } export interface ElastigroupGkeIntegrationGke { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update} */ readonly autoUpdate?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown} */ readonly autoscaleCooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config} */ readonly autoscaleIsAutoConfig?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled} */ readonly autoscaleIsEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id} */ readonly clusterId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#location ElastigroupGke#location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#location ElastigroupGke#location} */ readonly location?: string; /** * autoscale_down block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} */ readonly autoscaleDown?: ElastigroupGkeIntegrationGkeAutoscaleDown; /** * autoscale_headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} */ readonly autoscaleHeadroom?: ElastigroupGkeIntegrationGkeAutoscaleHeadroom; /** * autoscale_labels block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} */ readonly autoscaleLabels?: ElastigroupGkeIntegrationGkeAutoscaleLabels[] | cdktf.IResolvable; } @@ -2191,11 +2191,11 @@ export class ElastigroupGkeIntegrationGkeOutputReference extends cdktf.ComplexOb } export interface ElastigroupGkeLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value: string; } @@ -2334,11 +2334,11 @@ export class ElastigroupGkeLabelsList extends cdktf.ComplexList { } export interface ElastigroupGkeMetadata { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value: string; } @@ -2477,11 +2477,11 @@ export class ElastigroupGkeMetadataList extends cdktf.ComplexList { } export interface ElastigroupGkeNetworkInterfaceAccessConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#type ElastigroupGke#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#type ElastigroupGke#type} */ readonly type?: string; } @@ -2626,11 +2626,11 @@ export class ElastigroupGkeNetworkInterfaceAccessConfigsList extends cdktf.Compl } export interface ElastigroupGkeNetworkInterfaceAliasIpRanges { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range} */ readonly ipCidrRange: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name} */ readonly subnetworkRangeName: string; } @@ -2769,19 +2769,19 @@ export class ElastigroupGkeNetworkInterfaceAliasIpRangesList extends cdktf.Compl } export interface ElastigroupGkeNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#network ElastigroupGke#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#network ElastigroupGke#network} */ readonly network: string; /** * access_configs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} */ readonly accessConfigs?: ElastigroupGkeNetworkInterfaceAccessConfigs[] | cdktf.IResolvable; /** * alias_ip_ranges block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} */ readonly aliasIpRanges?: ElastigroupGkeNetworkInterfaceAliasIpRanges[] | cdktf.IResolvable; } @@ -2952,7 +2952,7 @@ export class ElastigroupGkeNetworkInterfaceList extends cdktf.ComplexList { } export interface ElastigroupGkeRevertToPreemptible { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#perform_at ElastigroupGke#perform_at} */ readonly performAt: string; } @@ -3065,11 +3065,11 @@ export class ElastigroupGkeRevertToPreemptibleList extends cdktf.ComplexList { } export interface ElastigroupGkeScalingDownPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value?: string; } @@ -3211,61 +3211,61 @@ export class ElastigroupGkeScalingDownPolicyDimensionsList extends cdktf.Complex } export interface ElastigroupGkeScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type} */ readonly actionType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment} */ readonly adjustment?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit} */ readonly unit: string; /** * dimensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} */ readonly dimensions?: ElastigroupGkeScalingDownPolicyDimensions[] | cdktf.IResolvable; } @@ -3743,11 +3743,11 @@ export class ElastigroupGkeScalingDownPolicyList extends cdktf.ComplexList { } export interface ElastigroupGkeScalingUpPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value?: string; } @@ -3889,61 +3889,61 @@ export class ElastigroupGkeScalingUpPolicyDimensionsList extends cdktf.ComplexLi } export interface ElastigroupGkeScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type} */ readonly actionType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment} */ readonly adjustment?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#period ElastigroupGke#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#period ElastigroupGke#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit} */ readonly unit: string; /** * dimensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} */ readonly dimensions?: ElastigroupGkeScalingUpPolicyDimensions[] | cdktf.IResolvable; } @@ -4421,7 +4421,7 @@ export class ElastigroupGkeScalingUpPolicyList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke} */ export class ElastigroupGke extends cdktf.TerraformResource { @@ -4437,7 +4437,7 @@ export class ElastigroupGke extends cdktf.TerraformResource { * Generates CDKTF code for importing a ElastigroupGke resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ElastigroupGke to import - * @param importFromId The id of the existing ElastigroupGke that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ElastigroupGke that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ElastigroupGke to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -4449,7 +4449,7 @@ export class ElastigroupGke extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -4460,7 +4460,7 @@ export class ElastigroupGke extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_gke', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/health-check/README.md b/src/health-check/README.md index b444b698..20732da0 100644 --- a/src/health-check/README.md +++ b/src/health-check/README.md @@ -1,3 +1,3 @@ # `spotinst_health_check` -Refer to the Terraform Registry for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check). +Refer to the Terraform Registry for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check). diff --git a/src/health-check/index.ts b/src/health-check/index.ts index b367d3b5..056f7ab7 100644 --- a/src/health-check/index.ts +++ b/src/health-check/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,70 +13,70 @@ import * as cdktf from 'cdktf'; export interface HealthCheckConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#id HealthCheck#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#id HealthCheck#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#name HealthCheck#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#name HealthCheck#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address} */ readonly proxyAddress: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port} */ readonly proxyPort?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#resource_id HealthCheck#resource_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#resource_id HealthCheck#resource_id} */ readonly resourceId: string; /** * check block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#check HealthCheck#check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#check HealthCheck#check} */ readonly check?: HealthCheckCheck; } export interface HealthCheckCheck { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#end_point HealthCheck#end_point} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#end_point HealthCheck#end_point} */ readonly endPoint?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#endpoint HealthCheck#endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#endpoint HealthCheck#endpoint} */ readonly endpoint?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#healthy HealthCheck#healthy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#healthy HealthCheck#healthy} */ readonly healthy: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#interval HealthCheck#interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#interval HealthCheck#interval} */ readonly interval: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#port HealthCheck#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#port HealthCheck#port} */ readonly port: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#protocol HealthCheck#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#protocol HealthCheck#protocol} */ readonly protocol: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#time_out HealthCheck#time_out} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#time_out HealthCheck#time_out} */ readonly timeOut?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#timeout HealthCheck#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#timeout HealthCheck#timeout} */ readonly timeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy} */ readonly unhealthy: number; } @@ -377,7 +377,7 @@ export class HealthCheckCheckOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check spotinst_health_check} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check spotinst_health_check} */ export class HealthCheck extends cdktf.TerraformResource { @@ -393,7 +393,7 @@ export class HealthCheck extends cdktf.TerraformResource { * Generates CDKTF code for importing a HealthCheck resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the HealthCheck to import - * @param importFromId The id of the existing HealthCheck that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing HealthCheck that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the HealthCheck to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -405,7 +405,7 @@ export class HealthCheck extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/health_check spotinst_health_check} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/health_check spotinst_health_check} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -416,7 +416,7 @@ export class HealthCheck extends cdktf.TerraformResource { terraformResourceType: 'spotinst_health_check', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/managed-instance-aws/README.md b/src/managed-instance-aws/README.md index cb4309c5..33f6ed23 100644 --- a/src/managed-instance-aws/README.md +++ b/src/managed-instance-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_managed_instance_aws` -Refer to the Terraform Registry for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws). +Refer to the Terraform Registry for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws). diff --git a/src/managed-instance-aws/index.ts b/src/managed-instance-aws/index.ts index 77ef4ff6..4319188a 100644 --- a/src/managed-instance-aws/index.ts +++ b/src/managed-instance-aws/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,250 +13,250 @@ import * as cdktf from 'cdktf'; export interface ManagedInstanceAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing} */ readonly autoHealing?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode} */ readonly blockDevicesMode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits} */ readonly cpuCredits?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout} */ readonly drainingTimeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized} */ readonly ebsOptimized?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip} */ readonly elasticIp?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring} */ readonly enableMonitoring?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand} */ readonly fallbackToOndemand?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period} */ readonly gracePeriod?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type} */ readonly healthCheckType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile} */ readonly iamInstanceProfile?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id} */ readonly imageId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types} */ readonly instanceTypes: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair} */ readonly keyPair?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle} */ readonly lifeCycle?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime} */ readonly minimumInstanceLifetime?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows} */ readonly optimizationWindows?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation} */ readonly orientation?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices} */ readonly persistBlockDevices: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip} */ readonly persistPrivateIp?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device} */ readonly persistRootDevice?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy} */ readonly placementTenancy?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type} */ readonly preferredType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip} */ readonly privateIp?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product} */ readonly product: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region} */ readonly region?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids} */ readonly securityGroupIds?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script} */ readonly shutdownScript?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids} */ readonly subnetIds: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration} */ readonly unhealthyDuration?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data} */ readonly userData?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances} */ readonly utilizeReservedInstances?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id} */ readonly vpcId: string; /** * block_device_mappings block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} */ readonly blockDeviceMappings?: ManagedInstanceAwsBlockDeviceMappings[] | cdktf.IResolvable; /** * delete block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} */ readonly delete?: ManagedInstanceAwsDelete[] | cdktf.IResolvable; /** * integration_route53 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} */ readonly integrationRoute53?: ManagedInstanceAwsIntegrationRoute53; /** * load_balancers block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} */ readonly loadBalancers?: ManagedInstanceAwsLoadBalancers[] | cdktf.IResolvable; /** * managed_instance_action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} */ readonly managedInstanceAction?: ManagedInstanceAwsManagedInstanceAction; /** * metadata_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#metadata_options ManagedInstanceAws#metadata_options} */ readonly metadataOptions?: ManagedInstanceAwsMetadataOptions; /** * network_interface block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} */ readonly networkInterface?: ManagedInstanceAwsNetworkInterface[] | cdktf.IResolvable; /** * resource_tag_specification block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} */ readonly resourceTagSpecification?: ManagedInstanceAwsResourceTagSpecification[] | cdktf.IResolvable; /** * revert_to_spot block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} */ readonly revertToSpot?: ManagedInstanceAwsRevertToSpot; /** * scheduled_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} */ readonly scheduledTask?: ManagedInstanceAwsScheduledTask[] | cdktf.IResolvable; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} */ readonly tags?: ManagedInstanceAwsTags[] | cdktf.IResolvable; } export interface ManagedInstanceAwsBlockDeviceMappingsEbs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination} */ readonly deleteOnTermination?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted} */ readonly encrypted?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id} */ readonly kmsKeyId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id} */ readonly snapshotId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput} */ readonly throughput?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size} */ readonly volumeSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type} */ readonly volumeType?: string; } @@ -543,13 +543,13 @@ export class ManagedInstanceAwsBlockDeviceMappingsEbsOutputReference extends cdk } export interface ManagedInstanceAwsBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name} */ readonly deviceName: string; /** * ebs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} */ readonly ebs?: ManagedInstanceAwsBlockDeviceMappingsEbs; } @@ -691,27 +691,27 @@ export class ManagedInstanceAwsBlockDeviceMappingsList extends cdktf.ComplexList } export interface ManagedInstanceAwsDelete { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images} */ readonly amiBackupShouldDeleteImages?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images} */ readonly deallocationConfigShouldDeleteImages?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces} */ readonly shouldDeleteNetworkInterfaces?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots} */ readonly shouldDeleteSnapshots?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes} */ readonly shouldDeleteVolumes?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance} */ readonly shouldTerminateInstance?: boolean | cdktf.IResolvable; } @@ -972,15 +972,15 @@ export class ManagedInstanceAwsDeleteList extends cdktf.ComplexList { } export interface ManagedInstanceAwsIntegrationRoute53DomainsRecordSets { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns} */ readonly usePublicDns?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip} */ readonly usePublicIp?: boolean | cdktf.IResolvable; } @@ -1151,21 +1151,21 @@ export class ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList extends c } export interface ManagedInstanceAwsIntegrationRoute53Domains { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id} */ readonly hostedZoneId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type} */ readonly recordSetType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id} */ readonly spotinstAcctId?: string; /** * record_sets block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} */ readonly recordSets: ManagedInstanceAwsIntegrationRoute53DomainsRecordSets[] | cdktf.IResolvable; } @@ -1364,7 +1364,7 @@ export interface ManagedInstanceAwsIntegrationRoute53 { /** * domains block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} */ readonly domains: ManagedInstanceAwsIntegrationRoute53Domains[] | cdktf.IResolvable; } @@ -1445,15 +1445,15 @@ export class ManagedInstanceAwsIntegrationRoute53OutputReference extends cdktf.C } export interface ManagedInstanceAwsLoadBalancers { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn} */ readonly arn?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type} */ readonly type: string; } @@ -1624,7 +1624,7 @@ export class ManagedInstanceAwsLoadBalancersList extends cdktf.ComplexList { } export interface ManagedInstanceAwsManagedInstanceAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type} */ readonly type: string; } @@ -1705,15 +1705,15 @@ export class ManagedInstanceAwsManagedInstanceActionOutputReference extends cdkt } export interface ManagedInstanceAwsMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_put_response_hop_limit ManagedInstanceAws#http_put_response_hop_limit} */ readonly httpPutResponseHopLimit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#http_tokens ManagedInstanceAws#http_tokens} */ readonly httpTokens: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#instance_metadata_tags ManagedInstanceAws#instance_metadata_tags} */ readonly instanceMetadataTags?: string; } @@ -1852,15 +1852,15 @@ export class ManagedInstanceAwsMetadataOptionsOutputReference extends cdktf.Comp } export interface ManagedInstanceAwsNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address} */ readonly associateIpv6Address?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address} */ readonly associatePublicIpAddress?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index} */ readonly deviceIndex: string; } @@ -2031,19 +2031,19 @@ export class ManagedInstanceAwsNetworkInterfaceList extends cdktf.ComplexList { } export interface ManagedInstanceAwsResourceTagSpecification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis} */ readonly shouldTagAmis?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis} */ readonly shouldTagEnis?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots} */ readonly shouldTagSnapshots?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes} */ readonly shouldTagVolumes?: boolean | cdktf.IResolvable; } @@ -2246,7 +2246,7 @@ export class ManagedInstanceAwsResourceTagSpecificationList extends cdktf.Comple } export interface ManagedInstanceAwsRevertToSpot { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at} */ readonly performAt: string; } @@ -2327,23 +2327,23 @@ export class ManagedInstanceAwsRevertToSpotOutputReference extends cdktf.Complex } export interface ManagedInstanceAwsScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression} */ readonly cronExpression?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency} */ readonly frequency?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time} */ readonly startTime?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type} */ readonly taskType: string; } @@ -2572,11 +2572,11 @@ export class ManagedInstanceAwsScheduledTaskList extends cdktf.ComplexList { } export interface ManagedInstanceAwsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key} */ readonly key?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value} */ readonly value?: string; } @@ -2721,7 +2721,7 @@ export class ManagedInstanceAwsTagsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws} */ export class ManagedInstanceAws extends cdktf.TerraformResource { @@ -2737,7 +2737,7 @@ export class ManagedInstanceAws extends cdktf.TerraformResource { * Generates CDKTF code for importing a ManagedInstanceAws resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ManagedInstanceAws to import - * @param importFromId The id of the existing ManagedInstanceAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ManagedInstanceAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ManagedInstanceAws to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2749,7 +2749,7 @@ export class ManagedInstanceAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -2760,7 +2760,7 @@ export class ManagedInstanceAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_managed_instance_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/mrscaler-aws/README.md b/src/mrscaler-aws/README.md index ac204301..39803ae4 100644 --- a/src/mrscaler-aws/README.md +++ b/src/mrscaler-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_mrscaler_aws` -Refer to the Terraform Registry for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws). +Refer to the Terraform Registry for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws). diff --git a/src/mrscaler-aws/index.ts b/src/mrscaler-aws/index.ts index 866fbee8..129da6f4 100644 --- a/src/mrscaler-aws/index.ts +++ b/src/mrscaler-aws/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,296 +13,296 @@ import * as cdktf from 'cdktf'; export interface MrscalerAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info} */ readonly additionalInfo?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups} */ readonly additionalPrimarySecurityGroups?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups} */ readonly additionalReplicaSecurityGroups?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones} */ readonly availabilityZones?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id} */ readonly clusterId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity} */ readonly coreDesiredCapacity?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized} */ readonly coreEbsOptimized?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types} */ readonly coreInstanceTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle} */ readonly coreLifecycle?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size} */ readonly coreMaxSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size} */ readonly coreMinSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit} */ readonly coreUnit?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id} */ readonly customAmiId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#description MrscalerAws#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#description MrscalerAws#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size} */ readonly ebsRootVolumeSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name} */ readonly ec2KeyName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id} */ readonly exposeClusterId?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#id MrscalerAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#id MrscalerAws#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role} */ readonly jobFlowRole?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive} */ readonly keepJobFlowAlive?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri} */ readonly logUri?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group} */ readonly managedPrimarySecurityGroup?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group} */ readonly managedReplicaSecurityGroup?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized} */ readonly masterEbsOptimized?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types} */ readonly masterInstanceTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle} */ readonly masterLifecycle?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target} */ readonly masterTarget?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#region MrscalerAws#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#region MrscalerAws#region} */ readonly region?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label} */ readonly releaseLabel?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot} */ readonly repoUpgradeOnBoot?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries} */ readonly retries?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config} */ readonly securityConfig?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group} */ readonly serviceAccessSecurityGroup?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role} */ readonly serviceRole?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy} */ readonly strategy: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity} */ readonly taskDesiredCapacity?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized} */ readonly taskEbsOptimized?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types} */ readonly taskInstanceTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle} */ readonly taskLifecycle?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size} */ readonly taskMaxSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size} */ readonly taskMinSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit} */ readonly taskUnit?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected} */ readonly terminationProtected?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users} */ readonly visibleToAllUsers?: boolean | cdktf.IResolvable; /** * applications block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} */ readonly applications?: MrscalerAwsApplications[] | cdktf.IResolvable; /** * bootstrap_actions_file block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} */ readonly bootstrapActionsFile?: MrscalerAwsBootstrapActionsFile[] | cdktf.IResolvable; /** * configurations_file block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} */ readonly configurationsFile?: MrscalerAwsConfigurationsFile[] | cdktf.IResolvable; /** * core_ebs_block_device block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} */ readonly coreEbsBlockDevice?: MrscalerAwsCoreEbsBlockDevice[] | cdktf.IResolvable; /** * core_scaling_down_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} */ readonly coreScalingDownPolicy?: MrscalerAwsCoreScalingDownPolicy[] | cdktf.IResolvable; /** * core_scaling_up_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} */ readonly coreScalingUpPolicy?: MrscalerAwsCoreScalingUpPolicy[] | cdktf.IResolvable; /** * instance_weights block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} */ readonly instanceWeights?: MrscalerAwsInstanceWeights[] | cdktf.IResolvable; /** * master_ebs_block_device block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} */ readonly masterEbsBlockDevice?: MrscalerAwsMasterEbsBlockDevice[] | cdktf.IResolvable; /** * provisioning_timeout block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} */ readonly provisioningTimeout?: MrscalerAwsProvisioningTimeout; /** * scheduled_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} */ readonly scheduledTask?: MrscalerAwsScheduledTask[] | cdktf.IResolvable; /** * steps_file block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} */ readonly stepsFile?: MrscalerAwsStepsFile[] | cdktf.IResolvable; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} */ readonly tags?: MrscalerAwsTags[] | cdktf.IResolvable; /** * task_ebs_block_device block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} */ readonly taskEbsBlockDevice?: MrscalerAwsTaskEbsBlockDevice[] | cdktf.IResolvable; /** * task_scaling_down_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} */ readonly taskScalingDownPolicy?: MrscalerAwsTaskScalingDownPolicy[] | cdktf.IResolvable; /** * task_scaling_up_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} */ readonly taskScalingUpPolicy?: MrscalerAwsTaskScalingUpPolicy[] | cdktf.IResolvable; /** * termination_policies block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} */ readonly terminationPolicies?: MrscalerAwsTerminationPolicies[] | cdktf.IResolvable; } export interface MrscalerAwsApplications { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#args MrscalerAws#args} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#args MrscalerAws#args} */ readonly args?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#name MrscalerAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#name MrscalerAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#version MrscalerAws#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#version MrscalerAws#version} */ readonly version?: string; } @@ -473,11 +473,11 @@ export class MrscalerAwsApplicationsList extends cdktf.ComplexList { } export interface MrscalerAwsBootstrapActionsFile { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} */ readonly bucket: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key} */ readonly key: string; } @@ -616,11 +616,11 @@ export class MrscalerAwsBootstrapActionsFileList extends cdktf.ComplexList { } export interface MrscalerAwsConfigurationsFile { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} */ readonly bucket: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key} */ readonly key: string; } @@ -759,19 +759,19 @@ export class MrscalerAwsConfigurationsFileList extends cdktf.ComplexList { } export interface MrscalerAwsCoreEbsBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb} */ readonly sizeInGb: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type} */ readonly volumeType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} */ readonly volumesPerInstance?: number; } @@ -968,75 +968,75 @@ export class MrscalerAwsCoreEbsBlockDeviceList extends cdktf.ComplexList { } export interface MrscalerAwsCoreScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} */ readonly actionType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} */ readonly dimensions?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity} */ readonly maxTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity} */ readonly minTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit: string; } @@ -1630,75 +1630,75 @@ export class MrscalerAwsCoreScalingDownPolicyList extends cdktf.ComplexList { } export interface MrscalerAwsCoreScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} */ readonly actionType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} */ readonly dimensions?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity} */ readonly maxTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity} */ readonly minTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit: string; } @@ -2292,11 +2292,11 @@ export class MrscalerAwsCoreScalingUpPolicyList extends cdktf.ComplexList { } export interface MrscalerAwsInstanceWeights { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type} */ readonly instanceType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity} */ readonly weightedCapacity: number; } @@ -2435,19 +2435,19 @@ export class MrscalerAwsInstanceWeightsList extends cdktf.ComplexList { } export interface MrscalerAwsMasterEbsBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb} */ readonly sizeInGb: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type} */ readonly volumeType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} */ readonly volumesPerInstance?: number; } @@ -2644,11 +2644,11 @@ export class MrscalerAwsMasterEbsBlockDeviceList extends cdktf.ComplexList { } export interface MrscalerAwsProvisioningTimeout { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout} */ readonly timeout: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action} */ readonly timeoutAction: string; } @@ -2755,31 +2755,31 @@ export class MrscalerAwsProvisioningTimeoutOutputReference extends cdktf.Complex } export interface MrscalerAwsScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron} */ readonly cron: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity} */ readonly desiredCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type} */ readonly instanceGroupType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity} */ readonly maxCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity} */ readonly minCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type} */ readonly taskType: string; } @@ -3060,11 +3060,11 @@ export class MrscalerAwsScheduledTaskList extends cdktf.ComplexList { } export interface MrscalerAwsStepsFile { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} */ readonly bucket: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key} */ readonly key: string; } @@ -3203,11 +3203,11 @@ export class MrscalerAwsStepsFileList extends cdktf.ComplexList { } export interface MrscalerAwsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#key MrscalerAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#key MrscalerAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#value MrscalerAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#value MrscalerAws#value} */ readonly value: string; } @@ -3346,19 +3346,19 @@ export class MrscalerAwsTagsList extends cdktf.ComplexList { } export interface MrscalerAwsTaskEbsBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb} */ readonly sizeInGb: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type} */ readonly volumeType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} */ readonly volumesPerInstance?: number; } @@ -3555,75 +3555,75 @@ export class MrscalerAwsTaskEbsBlockDeviceList extends cdktf.ComplexList { } export interface MrscalerAwsTaskScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} */ readonly actionType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} */ readonly dimensions?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity} */ readonly maxTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity} */ readonly minTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit: string; } @@ -4217,75 +4217,75 @@ export class MrscalerAwsTaskScalingDownPolicyList extends cdktf.ComplexList { } export interface MrscalerAwsTaskScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} */ readonly actionType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} */ readonly dimensions?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity} */ readonly maxTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity} */ readonly minTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#target MrscalerAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#target MrscalerAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit: string; } @@ -4879,35 +4879,35 @@ export class MrscalerAwsTaskScalingUpPolicyList extends cdktf.ComplexList { } export interface MrscalerAwsTerminationPoliciesStatements { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit?: string; } @@ -5219,7 +5219,7 @@ export interface MrscalerAwsTerminationPolicies { /** * statements block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} */ readonly statements: MrscalerAwsTerminationPoliciesStatements[] | cdktf.IResolvable; } @@ -5332,7 +5332,7 @@ export class MrscalerAwsTerminationPoliciesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws} */ export class MrscalerAws extends cdktf.TerraformResource { @@ -5348,7 +5348,7 @@ export class MrscalerAws extends cdktf.TerraformResource { * Generates CDKTF code for importing a MrscalerAws resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the MrscalerAws to import - * @param importFromId The id of the existing MrscalerAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing MrscalerAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the MrscalerAws to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -5360,7 +5360,7 @@ export class MrscalerAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -5371,7 +5371,7 @@ export class MrscalerAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_mrscaler_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-aks-np-virtual-node-group/README.md b/src/ocean-aks-np-virtual-node-group/README.md index 9ce0d6ad..2531683f 100644 --- a/src/ocean-aks-np-virtual-node-group/README.md +++ b/src/ocean-aks-np-virtual-node-group/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aks_np_virtual_node_group` -Refer to the Terraform Registry for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group). +Refer to the Terraform Registry for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group). diff --git a/src/ocean-aks-np-virtual-node-group/index.ts b/src/ocean-aks-np-virtual-node-group/index.ts index 3d0186f7..33b6633e 100644 --- a/src/ocean-aks-np-virtual-node-group/index.ts +++ b/src/ocean-aks-np-virtual-node-group/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,174 +13,180 @@ import * as cdktf from 'cdktf'; export interface OceanAksNpVirtualNodeGroupConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones} */ readonly availabilityZones?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip} */ readonly enableNodePublicIp?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand} */ readonly fallbackToOndemand?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version} */ readonly kubernetesVersion?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels} */ readonly labels?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count} */ readonly maxCount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node} */ readonly maxPodsPerNode?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count} */ readonly minCount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id} */ readonly oceanId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb} */ readonly osDiskSizeGb?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type} */ readonly osDiskType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku} */ readonly osSku?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type} */ readonly osType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids} */ readonly podSubnetIds?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage} */ readonly spotPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags} */ readonly tags?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids} */ readonly vnetSubnetIds?: string[]; /** * filters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} */ readonly filters?: OceanAksNpVirtualNodeGroupFilters; /** * headrooms block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} */ readonly headrooms?: OceanAksNpVirtualNodeGroupHeadrooms[] | cdktf.IResolvable; /** * linux_os_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#linux_os_config OceanAksNpVirtualNodeGroup#linux_os_config} */ readonly linuxOsConfig?: OceanAksNpVirtualNodeGroupLinuxOsConfig[] | cdktf.IResolvable; /** + * scheduling block + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#scheduling OceanAksNpVirtualNodeGroup#scheduling} + */ + readonly scheduling?: OceanAksNpVirtualNodeGroupScheduling; + /** * taints block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} */ readonly taints?: OceanAksNpVirtualNodeGroupTaints[] | cdktf.IResolvable; /** * update_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} */ readonly updatePolicy?: OceanAksNpVirtualNodeGroupUpdatePolicy; } export interface OceanAksNpVirtualNodeGroupFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking} */ readonly acceleratedNetworking?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures} */ readonly architectures?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance} */ readonly diskPerformance?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series} */ readonly excludeSeries?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types} */ readonly gpuTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu} */ readonly maxGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib} */ readonly maxMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu} */ readonly maxVcpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk} */ readonly minDisk?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu} */ readonly minGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib} */ readonly minMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics} */ readonly minNics?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu} */ readonly minVcpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series} */ readonly series?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types} */ readonly vmTypes?: string[]; } @@ -670,19 +676,19 @@ export class OceanAksNpVirtualNodeGroupFiltersOutputReference extends cdktf.Comp } export interface OceanAksNpVirtualNodeGroupHeadrooms { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit} */ readonly gpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units} */ readonly numOfUnits?: number; } @@ -885,7 +891,7 @@ export class OceanAksNpVirtualNodeGroupHeadroomsList extends cdktf.ComplexList { } export interface OceanAksNpVirtualNodeGroupLinuxOsConfigSysctls { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vm_max_map_count OceanAksNpVirtualNodeGroup#vm_max_map_count} */ readonly vmMaxMapCount?: number; } @@ -1003,7 +1009,7 @@ export interface OceanAksNpVirtualNodeGroupLinuxOsConfig { /** * sysctls block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#sysctls OceanAksNpVirtualNodeGroup#sysctls} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#sysctls OceanAksNpVirtualNodeGroup#sysctls} */ readonly sysctls?: OceanAksNpVirtualNodeGroupLinuxOsConfigSysctls[] | cdktf.IResolvable; } @@ -1117,17 +1123,220 @@ export class OceanAksNpVirtualNodeGroupLinuxOsConfigList extends cdktf.ComplexLi return new OceanAksNpVirtualNodeGroupLinuxOsConfigOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } +export interface OceanAksNpVirtualNodeGroupSchedulingShutdownHours { + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#is_enabled OceanAksNpVirtualNodeGroup#is_enabled} + */ + readonly isEnabled?: boolean | cdktf.IResolvable; + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#time_windows OceanAksNpVirtualNodeGroup#time_windows} + */ + readonly timeWindows?: string[]; +} + +export function oceanAksNpVirtualNodeGroupSchedulingShutdownHoursToTerraform(struct?: OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference | OceanAksNpVirtualNodeGroupSchedulingShutdownHours): 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"); + } + return { + is_enabled: cdktf.booleanToTerraform(struct!.isEnabled), + time_windows: cdktf.listMapper(cdktf.stringToTerraform, false)(struct!.timeWindows), + } +} + + +export function oceanAksNpVirtualNodeGroupSchedulingShutdownHoursToHclTerraform(struct?: OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference | OceanAksNpVirtualNodeGroupSchedulingShutdownHours): 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"); + } + const attrs = { + is_enabled: { + value: cdktf.booleanToHclTerraform(struct!.isEnabled), + isBlock: false, + type: "simple", + storageClassType: "boolean", + }, + time_windows: { + value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(struct!.timeWindows), + isBlock: false, + type: "list", + storageClassType: "stringList", + }, + }; + + // remove undefined attributes + return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); +} + +export class OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference extends cdktf.ComplexObject { + private isEmptyObject = false; + + /** + * @param terraformResource The parent resource + * @param terraformAttribute The attribute on the parent resource this class is referencing + */ + public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string) { + super(terraformResource, terraformAttribute, false, 0); + } + + public get internalValue(): OceanAksNpVirtualNodeGroupSchedulingShutdownHours | undefined { + let hasAnyValues = this.isEmptyObject; + const internalValueResult: any = {}; + if (this._isEnabled !== undefined) { + hasAnyValues = true; + internalValueResult.isEnabled = this._isEnabled; + } + if (this._timeWindows !== undefined) { + hasAnyValues = true; + internalValueResult.timeWindows = this._timeWindows; + } + return hasAnyValues ? internalValueResult : undefined; + } + + public set internalValue(value: OceanAksNpVirtualNodeGroupSchedulingShutdownHours | undefined) { + if (value === undefined) { + this.isEmptyObject = false; + this._isEnabled = undefined; + this._timeWindows = undefined; + } + else { + this.isEmptyObject = Object.keys(value).length === 0; + this._isEnabled = value.isEnabled; + this._timeWindows = value.timeWindows; + } + } + + // is_enabled - computed: false, optional: true, required: false + private _isEnabled?: boolean | cdktf.IResolvable; + public get isEnabled() { + return this.getBooleanAttribute('is_enabled'); + } + public set isEnabled(value: boolean | cdktf.IResolvable) { + this._isEnabled = value; + } + public resetIsEnabled() { + this._isEnabled = undefined; + } + // Temporarily expose input value. Use with caution. + public get isEnabledInput() { + return this._isEnabled; + } + + // time_windows - computed: false, optional: true, required: false + private _timeWindows?: string[]; + public get timeWindows() { + return this.getListAttribute('time_windows'); + } + public set timeWindows(value: string[]) { + this._timeWindows = value; + } + public resetTimeWindows() { + this._timeWindows = undefined; + } + // Temporarily expose input value. Use with caution. + public get timeWindowsInput() { + return this._timeWindows; + } +} +export interface OceanAksNpVirtualNodeGroupScheduling { + /** + * shutdown_hours block + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#shutdown_hours OceanAksNpVirtualNodeGroup#shutdown_hours} + */ + readonly shutdownHours?: OceanAksNpVirtualNodeGroupSchedulingShutdownHours; +} + +export function oceanAksNpVirtualNodeGroupSchedulingToTerraform(struct?: OceanAksNpVirtualNodeGroupSchedulingOutputReference | OceanAksNpVirtualNodeGroupScheduling): 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"); + } + return { + shutdown_hours: oceanAksNpVirtualNodeGroupSchedulingShutdownHoursToTerraform(struct!.shutdownHours), + } +} + + +export function oceanAksNpVirtualNodeGroupSchedulingToHclTerraform(struct?: OceanAksNpVirtualNodeGroupSchedulingOutputReference | OceanAksNpVirtualNodeGroupScheduling): 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"); + } + const attrs = { + shutdown_hours: { + value: oceanAksNpVirtualNodeGroupSchedulingShutdownHoursToHclTerraform(struct!.shutdownHours), + isBlock: true, + type: "list", + storageClassType: "OceanAksNpVirtualNodeGroupSchedulingShutdownHoursList", + }, + }; + + // remove undefined attributes + return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); +} + +export class OceanAksNpVirtualNodeGroupSchedulingOutputReference extends cdktf.ComplexObject { + private isEmptyObject = false; + + /** + * @param terraformResource The parent resource + * @param terraformAttribute The attribute on the parent resource this class is referencing + */ + public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string) { + super(terraformResource, terraformAttribute, false, 0); + } + + public get internalValue(): OceanAksNpVirtualNodeGroupScheduling | undefined { + let hasAnyValues = this.isEmptyObject; + const internalValueResult: any = {}; + if (this._shutdownHours?.internalValue !== undefined) { + hasAnyValues = true; + internalValueResult.shutdownHours = this._shutdownHours?.internalValue; + } + return hasAnyValues ? internalValueResult : undefined; + } + + public set internalValue(value: OceanAksNpVirtualNodeGroupScheduling | undefined) { + if (value === undefined) { + this.isEmptyObject = false; + this._shutdownHours.internalValue = undefined; + } + else { + this.isEmptyObject = Object.keys(value).length === 0; + this._shutdownHours.internalValue = value.shutdownHours; + } + } + + // shutdown_hours - computed: false, optional: true, required: false + private _shutdownHours = new OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference(this, "shutdown_hours"); + public get shutdownHours() { + return this._shutdownHours; + } + public putShutdownHours(value: OceanAksNpVirtualNodeGroupSchedulingShutdownHours) { + this._shutdownHours.internalValue = value; + } + public resetShutdownHours() { + this._shutdownHours.internalValue = undefined; + } + // Temporarily expose input value. Use with caution. + public get shutdownHoursInput() { + return this._shutdownHours.internalValue; + } +} export interface OceanAksNpVirtualNodeGroupTaints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect} */ readonly effect: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value} */ readonly value: string; } @@ -1292,35 +1501,35 @@ export class OceanAksNpVirtualNodeGroupTaintsList extends cdktf.ComplexList { } export interface OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage} */ readonly batchMinHealthyPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage} */ readonly batchSizePercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names} */ readonly nodeNames?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names} */ readonly nodePoolNames?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down} */ readonly respectRestrictScaleDown?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids} */ readonly vngIds?: string[]; } @@ -1607,17 +1816,17 @@ export class OceanAksNpVirtualNodeGroupUpdatePolicyRollConfigOutputReference ext } export interface OceanAksNpVirtualNodeGroupUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll} */ readonly conditionedRoll?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll} */ readonly shouldRoll: boolean | cdktf.IResolvable; /** * roll_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} */ readonly rollConfig?: OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig; } @@ -1756,7 +1965,7 @@ export class OceanAksNpVirtualNodeGroupUpdatePolicyOutputReference extends cdktf } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group} */ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { @@ -1772,7 +1981,7 @@ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanAksNpVirtualNodeGroup resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanAksNpVirtualNodeGroup to import - * @param importFromId The id of the existing OceanAksNpVirtualNodeGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanAksNpVirtualNodeGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanAksNpVirtualNodeGroup to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1784,7 +1993,7 @@ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1795,7 +2004,7 @@ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aks_np_virtual_node_group', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, @@ -1828,6 +2037,7 @@ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { this._filters.internalValue = config.filters; this._headrooms.internalValue = config.headrooms; this._linuxOsConfig.internalValue = config.linuxOsConfig; + this._scheduling.internalValue = config.scheduling; this._taints.internalValue = config.taints; this._updatePolicy.internalValue = config.updatePolicy; } @@ -2182,6 +2392,22 @@ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { return this._linuxOsConfig.internalValue; } + // scheduling - computed: false, optional: true, required: false + private _scheduling = new OceanAksNpVirtualNodeGroupSchedulingOutputReference(this, "scheduling"); + public get scheduling() { + return this._scheduling; + } + public putScheduling(value: OceanAksNpVirtualNodeGroupScheduling) { + this._scheduling.internalValue = value; + } + public resetScheduling() { + this._scheduling.internalValue = undefined; + } + // Temporarily expose input value. Use with caution. + public get schedulingInput() { + return this._scheduling.internalValue; + } + // taints - computed: false, optional: true, required: false private _taints = new OceanAksNpVirtualNodeGroupTaintsList(this, "taints", true); public get taints() { @@ -2242,6 +2468,7 @@ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { filters: oceanAksNpVirtualNodeGroupFiltersToTerraform(this._filters.internalValue), headrooms: cdktf.listMapper(oceanAksNpVirtualNodeGroupHeadroomsToTerraform, true)(this._headrooms.internalValue), linux_os_config: cdktf.listMapper(oceanAksNpVirtualNodeGroupLinuxOsConfigToTerraform, true)(this._linuxOsConfig.internalValue), + scheduling: oceanAksNpVirtualNodeGroupSchedulingToTerraform(this._scheduling.internalValue), taints: cdktf.listMapper(oceanAksNpVirtualNodeGroupTaintsToTerraform, true)(this._taints.internalValue), update_policy: oceanAksNpVirtualNodeGroupUpdatePolicyToTerraform(this._updatePolicy.internalValue), }; @@ -2381,6 +2608,12 @@ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { type: "list", storageClassType: "OceanAksNpVirtualNodeGroupLinuxOsConfigList", }, + scheduling: { + value: oceanAksNpVirtualNodeGroupSchedulingToHclTerraform(this._scheduling.internalValue), + isBlock: true, + type: "list", + storageClassType: "OceanAksNpVirtualNodeGroupSchedulingList", + }, taints: { value: cdktf.listMapperHcl(oceanAksNpVirtualNodeGroupTaintsToHclTerraform, true)(this._taints.internalValue), isBlock: true, diff --git a/src/ocean-aks-np/README.md b/src/ocean-aks-np/README.md index 25a5cb6a..baf685d1 100644 --- a/src/ocean-aks-np/README.md +++ b/src/ocean-aks-np/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aks_np` -Refer to the Terraform Registry for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np). +Refer to the Terraform Registry for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np). diff --git a/src/ocean-aks-np/index.ts b/src/ocean-aks-np/index.ts index e1c8e3c9..0e83eb1d 100644 --- a/src/ocean-aks-np/index.ts +++ b/src/ocean-aks-np/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,152 +13,152 @@ import * as cdktf from 'cdktf'; export interface OceanAksNpConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name} */ readonly aksClusterName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name} */ readonly aksInfrastructureResourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region} */ readonly aksRegion: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name} */ readonly aksResourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones} */ readonly availabilityZones: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id} */ readonly controllerClusterId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip} */ readonly enableNodePublicIp?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand} */ readonly fallbackToOndemand?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#id OceanAksNp#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#id OceanAksNp#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version} */ readonly kubernetesVersion?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels} */ readonly labels?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count} */ readonly maxCount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node} */ readonly maxPodsPerNode?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count} */ readonly minCount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#name OceanAksNp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#name OceanAksNp#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb} */ readonly osDiskSizeGb?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type} */ readonly osDiskType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku} */ readonly osSku?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type} */ readonly osType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids} */ readonly podSubnetIds?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage} */ readonly spotPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags} */ readonly tags?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids} */ readonly vnetSubnetIds?: string[]; /** * autoscaler block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} */ readonly autoscaler?: OceanAksNpAutoscaler; /** * filters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} */ readonly filters?: OceanAksNpFilters; /** * headrooms block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} */ readonly headrooms?: OceanAksNpHeadrooms[] | cdktf.IResolvable; /** * health block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#health OceanAksNp#health} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#health OceanAksNp#health} */ readonly health?: OceanAksNpHealth; /** * linux_os_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#linux_os_config OceanAksNp#linux_os_config} */ readonly linuxOsConfig?: OceanAksNpLinuxOsConfig[] | cdktf.IResolvable; /** * scheduling block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} */ readonly scheduling?: OceanAksNpScheduling; /** * taints block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} */ readonly taints?: OceanAksNpTaints[] | cdktf.IResolvable; /** * update_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} */ readonly updatePolicy?: OceanAksNpUpdatePolicy; } export interface OceanAksNpAutoscalerAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -242,11 +242,11 @@ export class OceanAksNpAutoscalerAutoscaleDownOutputReference extends cdktf.Comp } export interface OceanAksNpAutoscalerAutoscaleHeadroomAutomatic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage} */ readonly percentage?: number; } @@ -361,7 +361,7 @@ export interface OceanAksNpAutoscalerAutoscaleHeadroom { /** * automatic block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} */ readonly automatic?: OceanAksNpAutoscalerAutoscaleHeadroomAutomatic; } @@ -445,11 +445,11 @@ export class OceanAksNpAutoscalerAutoscaleHeadroomOutputReference extends cdktf. } export interface OceanAksNpAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib} */ readonly maxMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu} */ readonly maxVcpu?: number; } @@ -562,25 +562,25 @@ export class OceanAksNpAutoscalerResourceLimitsOutputReference extends cdktf.Com } export interface OceanAksNpAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled} */ readonly autoscaleIsEnabled?: boolean | cdktf.IResolvable; /** * autoscale_down block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} */ readonly autoscaleDown?: OceanAksNpAutoscalerAutoscaleDown; /** * autoscale_headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} */ readonly autoscaleHeadroom?: OceanAksNpAutoscalerAutoscaleHeadroom; /** * resource_limits block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} */ readonly resourceLimits?: OceanAksNpAutoscalerResourceLimits; } @@ -751,63 +751,63 @@ export class OceanAksNpAutoscalerOutputReference extends cdktf.ComplexObject { } export interface OceanAksNpFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking} */ readonly acceleratedNetworking?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures} */ readonly architectures?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance} */ readonly diskPerformance?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series} */ readonly excludeSeries?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types} */ readonly gpuTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu} */ readonly maxGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib} */ readonly maxMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu} */ readonly maxVcpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk} */ readonly minDisk?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu} */ readonly minGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib} */ readonly minMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics} */ readonly minNics?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu} */ readonly minVcpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#series OceanAksNp#series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#series OceanAksNp#series} */ readonly series?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types} */ readonly vmTypes?: string[]; } @@ -1297,19 +1297,19 @@ export class OceanAksNpFiltersOutputReference extends cdktf.ComplexObject { } export interface OceanAksNpHeadrooms { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit} */ readonly gpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units} */ readonly numOfUnits?: number; } @@ -1512,7 +1512,7 @@ export class OceanAksNpHeadroomsList extends cdktf.ComplexList { } export interface OceanAksNpHealth { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period} */ readonly gracePeriod?: number; } @@ -1596,7 +1596,7 @@ export class OceanAksNpHealthOutputReference extends cdktf.ComplexObject { } export interface OceanAksNpLinuxOsConfigSysctls { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vm_max_map_count OceanAksNp#vm_max_map_count} */ readonly vmMaxMapCount?: number; } @@ -1714,7 +1714,7 @@ export interface OceanAksNpLinuxOsConfig { /** * sysctls block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#sysctls OceanAksNp#sysctls} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#sysctls OceanAksNp#sysctls} */ readonly sysctls?: OceanAksNpLinuxOsConfigSysctls[] | cdktf.IResolvable; } @@ -1830,11 +1830,11 @@ export class OceanAksNpLinuxOsConfigList extends cdktf.ComplexList { } export interface OceanAksNpSchedulingShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows} */ readonly timeWindows?: string[]; } @@ -1947,27 +1947,27 @@ export class OceanAksNpSchedulingShutdownHoursOutputReference extends cdktf.Comp } export interface OceanAksNpSchedulingTasksParametersParametersClusterRoll { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage} */ readonly batchMinHealthyPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage} */ readonly batchSizePercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down} */ readonly respectRestrictScaleDown?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids} */ readonly vngIds?: string[]; } @@ -2198,7 +2198,7 @@ export interface OceanAksNpSchedulingTasksParameters { /** * parameters_cluster_roll block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#parameters_cluster_roll OceanAksNp#parameters_cluster_roll} */ readonly parametersClusterRoll?: OceanAksNpSchedulingTasksParametersParametersClusterRoll; } @@ -2282,21 +2282,21 @@ export class OceanAksNpSchedulingTasksParametersOutputReference extends cdktf.Co } export interface OceanAksNpSchedulingTasks { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#cron_expression OceanAksNp#cron_expression} */ readonly cronExpression: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled} */ readonly isEnabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#task_type OceanAksNp#task_type} */ readonly taskType: string; /** * parameters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#parameters OceanAksNp#parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#parameters OceanAksNp#parameters} */ readonly parameters?: OceanAksNpSchedulingTasksParameters; } @@ -2492,13 +2492,13 @@ export interface OceanAksNpScheduling { /** * shutdown_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} */ readonly shutdownHours?: OceanAksNpSchedulingShutdownHours; /** * tasks block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#tasks OceanAksNp#tasks} */ readonly tasks?: OceanAksNpSchedulingTasks[] | cdktf.IResolvable; } @@ -2611,15 +2611,15 @@ export class OceanAksNpSchedulingOutputReference extends cdktf.ComplexObject { } export interface OceanAksNpTaints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect} */ readonly effect: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#key OceanAksNp#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#key OceanAksNp#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#value OceanAksNp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#value OceanAksNp#value} */ readonly value: string; } @@ -2784,35 +2784,35 @@ export class OceanAksNpTaintsList extends cdktf.ComplexList { } export interface OceanAksNpUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage} */ readonly batchMinHealthyPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage} */ readonly batchSizePercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names} */ readonly nodeNames?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names} */ readonly nodePoolNames?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down} */ readonly respectRestrictScaleDown?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids} */ readonly vngIds?: string[]; } @@ -3099,17 +3099,17 @@ export class OceanAksNpUpdatePolicyRollConfigOutputReference extends cdktf.Compl } export interface OceanAksNpUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll} */ readonly conditionedRoll?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll} */ readonly shouldRoll: boolean | cdktf.IResolvable; /** * roll_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} */ readonly rollConfig?: OceanAksNpUpdatePolicyRollConfig; } @@ -3248,7 +3248,7 @@ export class OceanAksNpUpdatePolicyOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np} */ export class OceanAksNp extends cdktf.TerraformResource { @@ -3264,7 +3264,7 @@ export class OceanAksNp extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanAksNp resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanAksNp to import - * @param importFromId The id of the existing OceanAksNp that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanAksNp that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanAksNp to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -3276,7 +3276,7 @@ export class OceanAksNp extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -3287,7 +3287,7 @@ export class OceanAksNp extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aks_np', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-aws-extended-resource-definition/README.md b/src/ocean-aws-extended-resource-definition/README.md index b4cd53d6..b37e4625 100644 --- a/src/ocean-aws-extended-resource-definition/README.md +++ b/src/ocean-aws-extended-resource-definition/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aws_extended_resource_definition` -Refer to the Terraform Registry for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition). +Refer to the Terraform Registry for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition). diff --git a/src/ocean-aws-extended-resource-definition/index.ts b/src/ocean-aws-extended-resource-definition/index.ts index 155d5ac3..ee667b0a 100644 --- a/src/ocean-aws-extended-resource-definition/index.ts +++ b/src/ocean-aws-extended-resource-definition/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface OceanAwsExtendedResourceDefinitionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping} */ readonly resourceMapping: { [key: string]: string }; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition} */ export class OceanAwsExtendedResourceDefinition extends cdktf.TerraformResource { @@ -46,7 +46,7 @@ export class OceanAwsExtendedResourceDefinition extends cdktf.TerraformResource * Generates CDKTF code for importing a OceanAwsExtendedResourceDefinition resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanAwsExtendedResourceDefinition to import - * @param importFromId The id of the existing OceanAwsExtendedResourceDefinition that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanAwsExtendedResourceDefinition that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanAwsExtendedResourceDefinition to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class OceanAwsExtendedResourceDefinition extends cdktf.TerraformResource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -69,7 +69,7 @@ export class OceanAwsExtendedResourceDefinition extends cdktf.TerraformResource terraformResourceType: 'spotinst_ocean_aws_extended_resource_definition', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-aws-launch-spec/README.md b/src/ocean-aws-launch-spec/README.md index f91189c3..93b03aef 100644 --- a/src/ocean-aws-launch-spec/README.md +++ b/src/ocean-aws-launch-spec/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aws_launch_spec` -Refer to the Terraform Registry for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec). +Refer to the Terraform Registry for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec). diff --git a/src/ocean-aws-launch-spec/index.ts b/src/ocean-aws-launch-spec/index.ts index 58683489..9ddb4b58 100644 --- a/src/ocean-aws-launch-spec/index.ts +++ b/src/ocean-aws-launch-spec/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,186 +13,186 @@ import * as cdktf from 'cdktf'; export interface OceanAwsLaunchSpecConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address} */ readonly associatePublicIpAddress?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile} */ readonly iamInstanceProfile?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id} */ readonly imageId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types} */ readonly instanceTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id} */ readonly oceanId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_od_types OceanAwsLaunchSpec#preferred_od_types} */ readonly preferredOdTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types} */ readonly preferredSpotTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#reserved_enis OceanAwsLaunchSpec#reserved_enis} */ readonly reservedEnis?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down} */ readonly restrictScaleDown?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size} */ readonly rootVolumeSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups} */ readonly securityGroups?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids} */ readonly subnetIds?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data} */ readonly userData?: string; /** * autoscale_down block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} */ readonly autoscaleDown?: OceanAwsLaunchSpecAutoscaleDown[] | cdktf.IResolvable; /** * autoscale_headrooms block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} */ readonly autoscaleHeadrooms?: OceanAwsLaunchSpecAutoscaleHeadrooms[] | cdktf.IResolvable; /** * autoscale_headrooms_automatic block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} */ readonly autoscaleHeadroomsAutomatic?: OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic[] | cdktf.IResolvable; /** * block_device_mappings block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} */ readonly blockDeviceMappings?: OceanAwsLaunchSpecBlockDeviceMappings[] | cdktf.IResolvable; /** * create_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} */ readonly createOptions?: OceanAwsLaunchSpecCreateOptions; /** * delete_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} */ readonly deleteOptions?: OceanAwsLaunchSpecDeleteOptions; /** * elastic_ip_pool block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} */ readonly elasticIpPool?: OceanAwsLaunchSpecElasticIpPool[] | cdktf.IResolvable; /** * ephemeral_storage block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} */ readonly ephemeralStorage?: OceanAwsLaunchSpecEphemeralStorage[] | cdktf.IResolvable; /** * images block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} */ readonly images?: OceanAwsLaunchSpecImages[] | cdktf.IResolvable; /** * instance_metadata_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} */ readonly instanceMetadataOptions?: OceanAwsLaunchSpecInstanceMetadataOptions; /** * instance_types_filters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} */ readonly instanceTypesFilters?: OceanAwsLaunchSpecInstanceTypesFilters; /** * labels block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} */ readonly labels?: OceanAwsLaunchSpecLabels[] | cdktf.IResolvable; /** * resource_limits block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} */ readonly resourceLimits?: OceanAwsLaunchSpecResourceLimits[] | cdktf.IResolvable; /** * scheduling_shutdown_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} */ readonly schedulingShutdownHours?: OceanAwsLaunchSpecSchedulingShutdownHours; /** * scheduling_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} */ readonly schedulingTask?: OceanAwsLaunchSpecSchedulingTask[] | cdktf.IResolvable; /** * strategy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} */ readonly strategy?: OceanAwsLaunchSpecStrategy[] | cdktf.IResolvable; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} */ readonly tags?: OceanAwsLaunchSpecTags[] | cdktf.IResolvable; /** * taints block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} */ readonly taints?: OceanAwsLaunchSpecTaints[] | cdktf.IResolvable; /** * update_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} */ readonly updatePolicy?: OceanAwsLaunchSpecUpdatePolicy; } export interface OceanAwsLaunchSpecAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -308,19 +308,19 @@ export class OceanAwsLaunchSpecAutoscaleDownList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecAutoscaleHeadrooms { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit} */ readonly gpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -520,7 +520,7 @@ export class OceanAwsLaunchSpecAutoscaleHeadroomsList extends cdktf.ComplexList } export interface OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage} */ readonly autoHeadroomPercentage?: number; } @@ -636,15 +636,15 @@ export class OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList extends cdktf.Com } export interface OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size} */ readonly baseSize: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource} */ readonly resource: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -777,41 +777,41 @@ export class OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputRefe } export interface OceanAwsLaunchSpecBlockDeviceMappingsEbs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination} */ readonly deleteOnTermination?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted} */ readonly encrypted?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id} */ readonly kmsKeyId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id} */ readonly snapshotId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput} */ readonly throughput?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size} */ readonly volumeSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type} */ readonly volumeType?: string; /** * dynamic_volume_size block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} */ readonly dynamicVolumeSize?: OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize; } @@ -1127,21 +1127,21 @@ export class OceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference extends cdk } export interface OceanAwsLaunchSpecBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name} */ readonly deviceName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device} */ readonly noDevice?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name} */ readonly virtualName?: string; /** * ebs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} */ readonly ebs?: OceanAwsLaunchSpecBlockDeviceMappingsEbs; } @@ -1344,7 +1344,7 @@ export class OceanAwsLaunchSpecBlockDeviceMappingsList extends cdktf.ComplexList } export interface OceanAwsLaunchSpecCreateOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes} */ readonly initialNodes?: number; } @@ -1428,11 +1428,11 @@ export class OceanAwsLaunchSpecCreateOptionsOutputReference extends cdktf.Comple } export interface OceanAwsLaunchSpecDeleteOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes} */ readonly deleteNodes?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete} */ readonly forceDelete: boolean | cdktf.IResolvable; } @@ -1542,11 +1542,11 @@ export class OceanAwsLaunchSpecDeleteOptionsOutputReference extends cdktf.Comple } export interface OceanAwsLaunchSpecElasticIpPoolTagSelector { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key} */ readonly tagKey: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value} */ readonly tagValue?: string; } @@ -1658,7 +1658,7 @@ export interface OceanAwsLaunchSpecElasticIpPool { /** * tag_selector block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} */ readonly tagSelector?: OceanAwsLaunchSpecElasticIpPoolTagSelector; } @@ -1774,7 +1774,7 @@ export class OceanAwsLaunchSpecElasticIpPoolList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecEphemeralStorage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name} */ readonly ephemeralStorageDeviceName?: string; } @@ -1890,7 +1890,7 @@ export class OceanAwsLaunchSpecEphemeralStorageList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecImages { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id} */ readonly imageId?: string; } @@ -2006,11 +2006,11 @@ export class OceanAwsLaunchSpecImagesList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecInstanceMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit} */ readonly httpPutResponseHopLimit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens} */ readonly httpTokens: string; } @@ -2120,75 +2120,75 @@ export class OceanAwsLaunchSpecInstanceMetadataOptionsOutputReference extends cd } export interface OceanAwsLaunchSpecInstanceTypesFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories} */ readonly categories?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types} */ readonly diskTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families} */ readonly excludeFamilies?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal} */ readonly excludeMetal?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor} */ readonly hypervisor?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families} */ readonly includeFamilies?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported} */ readonly isEnaSupported?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu} */ readonly maxGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib} */ readonly maxMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance} */ readonly maxNetworkPerformance?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu} */ readonly maxVcpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis} */ readonly minEnis?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu} */ readonly minGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib} */ readonly minMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance} */ readonly minNetworkPerformance?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu} */ readonly minVcpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types} */ readonly rootDeviceTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types} */ readonly virtualizationTypes?: string[]; } @@ -2765,11 +2765,11 @@ export class OceanAwsLaunchSpecInstanceTypesFiltersOutputReference extends cdktf } export interface OceanAwsLaunchSpecLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} */ readonly value: string; } @@ -2908,11 +2908,11 @@ export class OceanAwsLaunchSpecLabelsList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count} */ readonly maxInstanceCount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count} */ readonly minInstanceCount?: number; } @@ -3057,11 +3057,11 @@ export class OceanAwsLaunchSpecResourceLimitsList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecSchedulingShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows} */ readonly timeWindows: string[]; } @@ -3171,19 +3171,19 @@ export class OceanAwsLaunchSpecSchedulingShutdownHoursOutputReference extends cd } export interface OceanAwsLaunchSpecSchedulingTaskTaskHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit} */ readonly gpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -3383,21 +3383,21 @@ export class OceanAwsLaunchSpecSchedulingTaskTaskHeadroomList extends cdktf.Comp } export interface OceanAwsLaunchSpecSchedulingTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression} */ readonly cronExpression: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled} */ readonly isEnabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type} */ readonly taskType: string; /** * task_headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} */ readonly taskHeadroom?: OceanAwsLaunchSpecSchedulingTaskTaskHeadroom[] | cdktf.IResolvable; } @@ -3591,19 +3591,19 @@ export class OceanAwsLaunchSpecSchedulingTaskList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#draining_timeout OceanAwsLaunchSpec#draining_timeout} */ readonly drainingTimeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage} */ readonly spotPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_commitments OceanAwsLaunchSpec#utilize_commitments} */ readonly utilizeCommitments?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#utilize_reserved_instances OceanAwsLaunchSpec#utilize_reserved_instances} */ readonly utilizeReservedInstances?: boolean | cdktf.IResolvable; } @@ -3806,11 +3806,11 @@ export class OceanAwsLaunchSpecStrategyList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} */ readonly value: string; } @@ -3949,15 +3949,15 @@ export class OceanAwsLaunchSpecTagsList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecTaints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect} */ readonly effect: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} */ readonly value: string; } @@ -4122,11 +4122,11 @@ export class OceanAwsLaunchSpecTaintsList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage} */ readonly batchSizePercentage: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#respect_pdb OceanAwsLaunchSpec#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -4236,13 +4236,13 @@ export class OceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference extends cdk } export interface OceanAwsLaunchSpecUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll} */ readonly shouldRoll: boolean | cdktf.IResolvable; /** * roll_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} */ readonly rollConfig?: OceanAwsLaunchSpecUpdatePolicyRollConfig; } @@ -4352,7 +4352,7 @@ export class OceanAwsLaunchSpecUpdatePolicyOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec} */ export class OceanAwsLaunchSpec extends cdktf.TerraformResource { @@ -4368,7 +4368,7 @@ export class OceanAwsLaunchSpec extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanAwsLaunchSpec resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanAwsLaunchSpec to import - * @param importFromId The id of the existing OceanAwsLaunchSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanAwsLaunchSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanAwsLaunchSpec to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -4380,7 +4380,7 @@ export class OceanAwsLaunchSpec extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -4391,7 +4391,7 @@ export class OceanAwsLaunchSpec extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aws_launch_spec', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-aws/README.md b/src/ocean-aws/README.md index 4677e21c..c0ec7bab 100644 --- a/src/ocean-aws/README.md +++ b/src/ocean-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aws` -Refer to the Terraform Registry for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws). +Refer to the Terraform Registry for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws). diff --git a/src/ocean-aws/index.ts b/src/ocean-aws/index.ts index 7be5e530..d6b91300 100644 --- a/src/ocean-aws/index.ts +++ b/src/ocean-aws/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,218 +13,218 @@ import * as cdktf from 'cdktf'; export interface OceanAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address} */ readonly associateIpv6Address?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address} */ readonly associatePublicIpAddress?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist} */ readonly blacklist?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id} */ readonly controllerId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity} */ readonly desiredCapacity?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout} */ readonly drainingTimeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized} */ readonly ebsOptimized?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand} */ readonly fallbackToOndemand?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period} */ readonly gracePeriod?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement} */ readonly healthCheckUnhealthyDurationBeforeReplacement?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile} */ readonly iamInstanceProfile?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#image_id OceanAws#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#image_id OceanAws#image_id} */ readonly imageId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key_name OceanAws#key_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key_name OceanAws#key_name} */ readonly keyName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_size OceanAws#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_size OceanAws#max_size} */ readonly maxSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_size OceanAws#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_size OceanAws#min_size} */ readonly minSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring} */ readonly monitoring?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#region OceanAws#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#region OceanAws#region} */ readonly region?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#reserved_enis OceanAws#reserved_enis} */ readonly reservedEnis?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size} */ readonly rootVolumeSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups} */ readonly securityGroups: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage} */ readonly spotPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by} */ readonly spreadNodesBy?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids} */ readonly subnetIds: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only} */ readonly useAsTemplateOnly?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#user_data OceanAws#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#user_data OceanAws#user_data} */ readonly userData?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments} */ readonly utilizeCommitments?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances} */ readonly utilizeReservedInstances?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist} */ readonly whitelist?: string[]; /** * attach_load_balancer block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#attach_load_balancer OceanAws#attach_load_balancer} */ readonly attachLoadBalancer?: OceanAwsAttachLoadBalancer[] | cdktf.IResolvable; /** * autoscaler block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} */ readonly autoscaler?: OceanAwsAutoscaler; /** * block_device_mappings block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} */ readonly blockDeviceMappings?: OceanAwsBlockDeviceMappings[] | cdktf.IResolvable; /** * cluster_orientation block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} */ readonly clusterOrientation?: OceanAwsClusterOrientation[] | cdktf.IResolvable; /** * detach_load_balancer block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#detach_load_balancer OceanAws#detach_load_balancer} */ readonly detachLoadBalancer?: OceanAwsDetachLoadBalancer[] | cdktf.IResolvable; /** * filters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#filters OceanAws#filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#filters OceanAws#filters} */ readonly filters?: OceanAwsFilters; /** * instance_metadata_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} */ readonly instanceMetadataOptions?: OceanAwsInstanceMetadataOptions; /** * load_balancers block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} */ readonly loadBalancers?: OceanAwsLoadBalancers[] | cdktf.IResolvable; /** * logging block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#logging OceanAws#logging} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#logging OceanAws#logging} */ readonly logging?: OceanAwsLogging; /** * resource_tag_specification block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} */ readonly resourceTagSpecification?: OceanAwsResourceTagSpecification[] | cdktf.IResolvable; /** * scheduled_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} */ readonly scheduledTask?: OceanAwsScheduledTask; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tags OceanAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tags OceanAws#tags} */ readonly tags?: OceanAwsTags[] | cdktf.IResolvable; /** * update_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} */ readonly updatePolicy?: OceanAwsUpdatePolicy; } export interface OceanAwsAttachLoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn} */ readonly arn?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type} */ readonly type: string; } @@ -395,15 +395,15 @@ export class OceanAwsAttachLoadBalancerList extends cdktf.ComplexList { } export interface OceanAwsAutoscalerAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled} */ readonly isAggressiveScaleDownEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -545,19 +545,19 @@ export class OceanAwsAutoscalerAutoscaleDownOutputReference extends cdktf.Comple } export interface OceanAwsAutoscalerAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit} */ readonly gpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units} */ readonly numOfUnits?: number; } @@ -728,11 +728,11 @@ export class OceanAwsAutoscalerAutoscaleHeadroomOutputReference extends cdktf.Co } export interface OceanAwsAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib} */ readonly maxMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu} */ readonly maxVcpu?: number; } @@ -845,45 +845,45 @@ export class OceanAwsAutoscalerResourceLimitsOutputReference extends cdktf.Compl } export interface OceanAwsAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage} */ readonly autoHeadroomPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown} */ readonly autoscaleCooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config} */ readonly autoscaleIsAutoConfig?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled} */ readonly autoscaleIsEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom} */ readonly enableAutomaticAndManualHeadroom?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions} */ readonly extendedResourceDefinitions?: string[]; /** * autoscale_down block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} */ readonly autoscaleDown?: OceanAwsAutoscalerAutoscaleDown; /** * autoscale_headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} */ readonly autoscaleHeadroom?: OceanAwsAutoscalerAutoscaleHeadroom; /** * resource_limits block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} */ readonly resourceLimits?: OceanAwsAutoscalerResourceLimits; } @@ -1199,15 +1199,15 @@ export class OceanAwsAutoscalerOutputReference extends cdktf.ComplexObject { } export interface OceanAwsBlockDeviceMappingsEbsDynamicIops { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size} */ readonly baseSize: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource} */ readonly resource: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -1340,15 +1340,15 @@ export class OceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference extends cd } export interface OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#base_size OceanAws#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#base_size OceanAws#base_size} */ readonly baseSize: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#resource OceanAws#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#resource OceanAws#resource} */ readonly resource: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -1481,47 +1481,47 @@ export class OceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference exte } export interface OceanAwsBlockDeviceMappingsEbs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination} */ readonly deleteOnTermination?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted} */ readonly encrypted?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#iops OceanAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#iops OceanAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id} */ readonly kmsKeyId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id} */ readonly snapshotId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#throughput OceanAws#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#throughput OceanAws#throughput} */ readonly throughput?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size} */ readonly volumeSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type} */ readonly volumeType?: string; /** * dynamic_iops block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} */ readonly dynamicIops?: OceanAwsBlockDeviceMappingsEbsDynamicIops; /** * dynamic_volume_size block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} */ readonly dynamicVolumeSize?: OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize; } @@ -1866,13 +1866,13 @@ export class OceanAwsBlockDeviceMappingsEbsOutputReference extends cdktf.Complex } export interface OceanAwsBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#device_name OceanAws#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#device_name OceanAws#device_name} */ readonly deviceName?: string; /** * ebs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ebs OceanAws#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ebs OceanAws#ebs} */ readonly ebs?: OceanAwsBlockDeviceMappingsEbs; } @@ -2017,7 +2017,7 @@ export class OceanAwsBlockDeviceMappingsList extends cdktf.ComplexList { } export interface OceanAwsClusterOrientation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost} */ readonly availabilityVsCost?: string; } @@ -2133,15 +2133,15 @@ export class OceanAwsClusterOrientationList extends cdktf.ComplexList { } export interface OceanAwsDetachLoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn} */ readonly arn?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type} */ readonly type: string; } @@ -2312,79 +2312,79 @@ export class OceanAwsDetachLoadBalancerList extends cdktf.ComplexList { } export interface OceanAwsFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#architectures OceanAws#architectures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#architectures OceanAws#architectures} */ readonly architectures?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#categories OceanAws#categories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#categories OceanAws#categories} */ readonly categories?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types} */ readonly diskTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families} */ readonly excludeFamilies?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal} */ readonly excludeMetal?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor} */ readonly hypervisor?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#include_families OceanAws#include_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#include_families OceanAws#include_families} */ readonly includeFamilies?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported} */ readonly isEnaSupported?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu} */ readonly maxGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib} */ readonly maxMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance} */ readonly maxNetworkPerformance?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu} */ readonly maxVcpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis} */ readonly minEnis?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu} */ readonly minGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib} */ readonly minMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance} */ readonly minNetworkPerformance?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu} */ readonly minVcpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types} */ readonly rootDeviceTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types} */ readonly virtualizationTypes?: string[]; } @@ -2990,11 +2990,11 @@ export class OceanAwsFiltersOutputReference extends cdktf.ComplexObject { } export interface OceanAwsInstanceMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit} */ readonly httpPutResponseHopLimit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens} */ readonly httpTokens: string; } @@ -3104,15 +3104,15 @@ export class OceanAwsInstanceMetadataOptionsOutputReference extends cdktf.Comple } export interface OceanAwsLoadBalancers { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#arn OceanAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#arn OceanAws#arn} */ readonly arn?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#name OceanAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#name OceanAws#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#type OceanAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#type OceanAws#type} */ readonly type?: string; } @@ -3286,7 +3286,7 @@ export class OceanAwsLoadBalancersList extends cdktf.ComplexList { } export interface OceanAwsLoggingExportS3 { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#id OceanAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#id OceanAws#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3404,7 +3404,7 @@ export interface OceanAwsLoggingExport { /** * s3 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#s3 OceanAws#s3} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#s3 OceanAws#s3} */ readonly s3?: OceanAwsLoggingExportS3[] | cdktf.IResolvable; } @@ -3490,7 +3490,7 @@ export interface OceanAwsLogging { /** * export block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#export OceanAws#export} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#export OceanAws#export} */ readonly export?: OceanAwsLoggingExport; } @@ -3574,7 +3574,7 @@ export class OceanAwsLoggingOutputReference extends cdktf.ComplexObject { } export interface OceanAwsResourceTagSpecification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes} */ readonly shouldTagVolumes?: boolean | cdktf.IResolvable; } @@ -3690,11 +3690,11 @@ export class OceanAwsResourceTagSpecificationList extends cdktf.ComplexList { } export interface OceanAwsScheduledTaskShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows} */ readonly timeWindows: string[]; } @@ -3804,19 +3804,19 @@ export class OceanAwsScheduledTaskShutdownHoursOutputReference extends cdktf.Com } export interface OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage} */ readonly batchMinHealthyPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage} */ readonly batchSizePercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -3987,21 +3987,21 @@ export class OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClust } export interface OceanAwsScheduledTaskTasksParametersAmiAutoUpdate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll} */ readonly applyRoll?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version} */ readonly minorVersion?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#patch OceanAws#patch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#patch OceanAws#patch} */ readonly patch?: boolean | cdktf.IResolvable; /** * ami_auto_update_cluster_roll block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} */ readonly amiAutoUpdateClusterRoll?: OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll; } @@ -4172,19 +4172,19 @@ export class OceanAwsScheduledTaskTasksParametersAmiAutoUpdateOutputReference ex } export interface OceanAwsScheduledTaskTasksParametersParametersClusterRoll { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage} */ readonly batchMinHealthyPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage} */ readonly batchSizePercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#comment OceanAws#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#comment OceanAws#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -4357,13 +4357,13 @@ export interface OceanAwsScheduledTaskTasksParameters { /** * ami_auto_update block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} */ readonly amiAutoUpdate?: OceanAwsScheduledTaskTasksParametersAmiAutoUpdate; /** * parameters_cluster_roll block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} */ readonly parametersClusterRoll?: OceanAwsScheduledTaskTasksParametersParametersClusterRoll; } @@ -4476,21 +4476,21 @@ export class OceanAwsScheduledTaskTasksParametersOutputReference extends cdktf.C } export interface OceanAwsScheduledTaskTasks { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression} */ readonly cronExpression: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled} */ readonly isEnabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#task_type OceanAws#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#task_type OceanAws#task_type} */ readonly taskType: string; /** * parameters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#parameters OceanAws#parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#parameters OceanAws#parameters} */ readonly parameters?: OceanAwsScheduledTaskTasksParameters; } @@ -4686,13 +4686,13 @@ export interface OceanAwsScheduledTask { /** * shutdown_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} */ readonly shutdownHours?: OceanAwsScheduledTaskShutdownHours; /** * tasks block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#tasks OceanAws#tasks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#tasks OceanAws#tasks} */ readonly tasks?: OceanAwsScheduledTaskTasks[] | cdktf.IResolvable; } @@ -4805,11 +4805,11 @@ export class OceanAwsScheduledTaskOutputReference extends cdktf.ComplexObject { } export interface OceanAwsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#key OceanAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#key OceanAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#value OceanAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#value OceanAws#value} */ readonly value: string; } @@ -4948,19 +4948,19 @@ export class OceanAwsTagsList extends cdktf.ComplexList { } export interface OceanAwsUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage} */ readonly batchMinHealthyPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage} */ readonly batchSizePercentage: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids} */ readonly launchSpecIds?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -5128,25 +5128,25 @@ export class OceanAwsUpdatePolicyRollConfigOutputReference extends cdktf.Complex } export interface OceanAwsUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags} */ readonly autoApplyTags?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll} */ readonly conditionedRoll?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params} */ readonly conditionedRollParams?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll} */ readonly shouldRoll: boolean | cdktf.IResolvable; /** * roll_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} */ readonly rollConfig?: OceanAwsUpdatePolicyRollConfig; } @@ -5343,7 +5343,7 @@ export class OceanAwsUpdatePolicyOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws spotinst_ocean_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws spotinst_ocean_aws} */ export class OceanAws extends cdktf.TerraformResource { @@ -5359,7 +5359,7 @@ export class OceanAws extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanAws resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanAws to import - * @param importFromId The id of the existing OceanAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanAws to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -5371,7 +5371,7 @@ export class OceanAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_aws spotinst_ocean_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_aws spotinst_ocean_aws} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -5382,7 +5382,7 @@ export class OceanAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-ecs-launch-spec/README.md b/src/ocean-ecs-launch-spec/README.md index 2e59a065..7cb16efc 100644 --- a/src/ocean-ecs-launch-spec/README.md +++ b/src/ocean-ecs-launch-spec/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_ecs_launch_spec` -Refer to the Terraform Registry for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec). +Refer to the Terraform Registry for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec). diff --git a/src/ocean-ecs-launch-spec/index.ts b/src/ocean-ecs-launch-spec/index.ts index 99c58ddf..76b98f5c 100644 --- a/src/ocean-ecs-launch-spec/index.ts +++ b/src/ocean-ecs-launch-spec/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,108 +13,108 @@ import * as cdktf from 'cdktf'; export interface OceanEcsLaunchSpecConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile} */ readonly iamInstanceProfile?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id} */ readonly imageId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types} */ readonly instanceTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id} */ readonly oceanId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types} */ readonly preferredSpotTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down} */ readonly restrictScaleDown?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids} */ readonly securityGroupIds?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids} */ readonly subnetIds?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data} */ readonly userData?: string; /** * attributes block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} */ readonly attributes?: OceanEcsLaunchSpecAttributes[] | cdktf.IResolvable; /** * autoscale_headrooms block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} */ readonly autoscaleHeadrooms?: OceanEcsLaunchSpecAutoscaleHeadrooms[] | cdktf.IResolvable; /** * block_device_mappings block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} */ readonly blockDeviceMappings?: OceanEcsLaunchSpecBlockDeviceMappings[] | cdktf.IResolvable; /** * images block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} */ readonly images?: OceanEcsLaunchSpecImages[] | cdktf.IResolvable; /** * instance_metadata_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} */ readonly instanceMetadataOptions?: OceanEcsLaunchSpecInstanceMetadataOptions; /** * scheduling_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} */ readonly schedulingTask?: OceanEcsLaunchSpecSchedulingTask[] | cdktf.IResolvable; /** * strategy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} */ readonly strategy?: OceanEcsLaunchSpecStrategy[] | cdktf.IResolvable; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} */ readonly tags?: OceanEcsLaunchSpecTags[] | cdktf.IResolvable; } export interface OceanEcsLaunchSpecAttributes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value} */ readonly value: string; } @@ -253,15 +253,15 @@ export class OceanEcsLaunchSpecAttributesList extends cdktf.ComplexList { } export interface OceanEcsLaunchSpecAutoscaleHeadrooms { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -432,15 +432,15 @@ export class OceanEcsLaunchSpecAutoscaleHeadroomsList extends cdktf.ComplexList } export interface OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size} */ readonly baseSize: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource} */ readonly resource: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -573,41 +573,41 @@ export class OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputRefe } export interface OceanEcsLaunchSpecBlockDeviceMappingsEbs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination} */ readonly deleteOnTermination?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted} */ readonly encrypted?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id} */ readonly kmsKeyId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id} */ readonly snapshotId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput} */ readonly throughput?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size} */ readonly volumeSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type} */ readonly volumeType?: string; /** * dynamic_volume_size block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} */ readonly dynamicVolumeSize?: OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize; } @@ -923,21 +923,21 @@ export class OceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference extends cdk } export interface OceanEcsLaunchSpecBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name} */ readonly deviceName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device} */ readonly noDevice?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name} */ readonly virtualName?: string; /** * ebs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} */ readonly ebs?: OceanEcsLaunchSpecBlockDeviceMappingsEbs; } @@ -1137,7 +1137,7 @@ export class OceanEcsLaunchSpecBlockDeviceMappingsList extends cdktf.ComplexList } export interface OceanEcsLaunchSpecImages { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id} */ readonly imageId?: string; } @@ -1253,11 +1253,11 @@ export class OceanEcsLaunchSpecImagesList extends cdktf.ComplexList { } export interface OceanEcsLaunchSpecInstanceMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit} */ readonly httpPutResponseHopLimit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens} */ readonly httpTokens: string; } @@ -1367,15 +1367,15 @@ export class OceanEcsLaunchSpecInstanceMetadataOptionsOutputReference extends cd } export interface OceanEcsLaunchSpecSchedulingTaskTaskHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -1546,21 +1546,21 @@ export class OceanEcsLaunchSpecSchedulingTaskTaskHeadroomList extends cdktf.Comp } export interface OceanEcsLaunchSpecSchedulingTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression} */ readonly cronExpression: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled} */ readonly isEnabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type} */ readonly taskType: string; /** * task_headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} */ readonly taskHeadroom?: OceanEcsLaunchSpecSchedulingTaskTaskHeadroom[] | cdktf.IResolvable; } @@ -1754,7 +1754,7 @@ export class OceanEcsLaunchSpecSchedulingTaskList extends cdktf.ComplexList { } export interface OceanEcsLaunchSpecStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage} */ readonly spotPercentage?: number; } @@ -1870,11 +1870,11 @@ export class OceanEcsLaunchSpecStrategyList extends cdktf.ComplexList { } export interface OceanEcsLaunchSpecTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value} */ readonly value: string; } @@ -2013,7 +2013,7 @@ export class OceanEcsLaunchSpecTagsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec} */ export class OceanEcsLaunchSpec extends cdktf.TerraformResource { @@ -2029,7 +2029,7 @@ export class OceanEcsLaunchSpec extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanEcsLaunchSpec resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanEcsLaunchSpec to import - * @param importFromId The id of the existing OceanEcsLaunchSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanEcsLaunchSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanEcsLaunchSpec to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2041,7 +2041,7 @@ export class OceanEcsLaunchSpec extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -2052,7 +2052,7 @@ export class OceanEcsLaunchSpec extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_ecs_launch_spec', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-ecs/README.md b/src/ocean-ecs/README.md index 6f205d6d..31b64ad0 100644 --- a/src/ocean-ecs/README.md +++ b/src/ocean-ecs/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_ecs` -Refer to the Terraform Registry for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs). +Refer to the Terraform Registry for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs). diff --git a/src/ocean-ecs/index.ts b/src/ocean-ecs/index.ts index 4efc2734..6d8b90ba 100644 --- a/src/ocean-ecs/index.ts +++ b/src/ocean-ecs/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,164 +13,164 @@ import * as cdktf from 'cdktf'; export interface OceanEcsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address} */ readonly associatePublicIpAddress?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist} */ readonly blacklist?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name} */ readonly clusterName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity} */ readonly desiredCapacity?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout} */ readonly drainingTimeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized} */ readonly ebsOptimized?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile} */ readonly iamInstanceProfile?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id} */ readonly imageId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair} */ readonly keyPair?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size} */ readonly maxSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size} */ readonly minSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring} */ readonly monitoring?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#name OceanEcs#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#name OceanEcs#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#region OceanEcs#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#region OceanEcs#region} */ readonly region: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids} */ readonly securityGroupIds: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage} */ readonly spotPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids} */ readonly subnetIds: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only} */ readonly useAsTemplateOnly?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data} */ readonly userData?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments} */ readonly utilizeCommitments?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances} */ readonly utilizeReservedInstances?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist} */ readonly whitelist?: string[]; /** * autoscaler block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} */ readonly autoscaler?: OceanEcsAutoscaler; /** * block_device_mappings block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} */ readonly blockDeviceMappings?: OceanEcsBlockDeviceMappings[] | cdktf.IResolvable; /** * cluster_orientation block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} */ readonly clusterOrientation?: OceanEcsClusterOrientation[] | cdktf.IResolvable; /** * filters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#filters OceanEcs#filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#filters OceanEcs#filters} */ readonly filters?: OceanEcsFilters; /** * instance_metadata_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} */ readonly instanceMetadataOptions?: OceanEcsInstanceMetadataOptions; /** * logging block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#logging OceanEcs#logging} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#logging OceanEcs#logging} */ readonly logging?: OceanEcsLogging; /** * optimize_images block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} */ readonly optimizeImages?: OceanEcsOptimizeImages; /** * scheduled_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} */ readonly scheduledTask?: OceanEcsScheduledTask[] | cdktf.IResolvable; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tags OceanEcs#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tags OceanEcs#tags} */ readonly tags?: OceanEcsTags[] | cdktf.IResolvable; /** * update_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} */ readonly updatePolicy?: OceanEcsUpdatePolicy; } export interface OceanEcsAutoscalerDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -254,15 +254,15 @@ export class OceanEcsAutoscalerDownOutputReference extends cdktf.ComplexObject { } export interface OceanEcsAutoscalerHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units} */ readonly numOfUnits?: number; } @@ -404,11 +404,11 @@ export class OceanEcsAutoscalerHeadroomOutputReference extends cdktf.ComplexObje } export interface OceanEcsAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib} */ readonly maxMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu} */ readonly maxVcpu?: number; } @@ -521,45 +521,45 @@ export class OceanEcsAutoscalerResourceLimitsOutputReference extends cdktf.Compl } export interface OceanEcsAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage} */ readonly autoHeadroomPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom} */ readonly enableAutomaticAndManualHeadroom?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config} */ readonly isAutoConfig?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks} */ readonly shouldScaleDownNonServiceTasks?: boolean | cdktf.IResolvable; /** * down block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#down OceanEcs#down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#down OceanEcs#down} */ readonly down?: OceanEcsAutoscalerDown; /** * headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} */ readonly headroom?: OceanEcsAutoscalerHeadroom; /** * resource_limits block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} */ readonly resourceLimits?: OceanEcsAutoscalerResourceLimits; } @@ -875,15 +875,15 @@ export class OceanEcsAutoscalerOutputReference extends cdktf.ComplexObject { } export interface OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size} */ readonly baseSize: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#resource OceanEcs#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#resource OceanEcs#resource} */ readonly resource: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -1016,41 +1016,41 @@ export class OceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference exte } export interface OceanEcsBlockDeviceMappingsEbs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination} */ readonly deleteOnTermination?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted} */ readonly encrypted?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#iops OceanEcs#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#iops OceanEcs#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id} */ readonly kmsKeyId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id} */ readonly snapshotId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput} */ readonly throughput?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size} */ readonly volumeSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type} */ readonly volumeType?: string; /** * dynamic_volume_size block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} */ readonly dynamicVolumeSize?: OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize; } @@ -1366,21 +1366,21 @@ export class OceanEcsBlockDeviceMappingsEbsOutputReference extends cdktf.Complex } export interface OceanEcsBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name} */ readonly deviceName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device} */ readonly noDevice?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name} */ readonly virtualName?: string; /** * ebs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} */ readonly ebs?: OceanEcsBlockDeviceMappingsEbs; } @@ -1580,7 +1580,7 @@ export class OceanEcsBlockDeviceMappingsList extends cdktf.ComplexList { } export interface OceanEcsClusterOrientation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost} */ readonly availabilityVsCost?: string; } @@ -1696,79 +1696,79 @@ export class OceanEcsClusterOrientationList extends cdktf.ComplexList { } export interface OceanEcsFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures} */ readonly architectures?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#categories OceanEcs#categories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#categories OceanEcs#categories} */ readonly categories?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types} */ readonly diskTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families} */ readonly excludeFamilies?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal} */ readonly excludeMetal?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor} */ readonly hypervisor?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families} */ readonly includeFamilies?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported} */ readonly isEnaSupported?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu} */ readonly maxGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib} */ readonly maxMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance} */ readonly maxNetworkPerformance?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu} */ readonly maxVcpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis} */ readonly minEnis?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu} */ readonly minGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib} */ readonly minMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance} */ readonly minNetworkPerformance?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu} */ readonly minVcpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types} */ readonly rootDeviceTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types} */ readonly virtualizationTypes?: string[]; } @@ -2374,11 +2374,11 @@ export class OceanEcsFiltersOutputReference extends cdktf.ComplexObject { } export interface OceanEcsInstanceMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit} */ readonly httpPutResponseHopLimit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens} */ readonly httpTokens: string; } @@ -2488,7 +2488,7 @@ export class OceanEcsInstanceMetadataOptionsOutputReference extends cdktf.Comple } export interface OceanEcsLoggingExportS3 { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#id OceanEcs#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#id OceanEcs#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2606,7 +2606,7 @@ export interface OceanEcsLoggingExport { /** * s3 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} */ readonly s3?: OceanEcsLoggingExportS3[] | cdktf.IResolvable; } @@ -2692,7 +2692,7 @@ export interface OceanEcsLogging { /** * export block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#export OceanEcs#export} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#export OceanEcs#export} */ readonly export?: OceanEcsLoggingExport; } @@ -2776,15 +2776,15 @@ export class OceanEcsLoggingOutputReference extends cdktf.ComplexObject { } export interface OceanEcsOptimizeImages { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at} */ readonly performAt: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami} */ readonly shouldOptimizeEcsAmi: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows} */ readonly timeWindows?: string[]; } @@ -2920,11 +2920,11 @@ export class OceanEcsOptimizeImagesOutputReference extends cdktf.ComplexObject { } export interface OceanEcsScheduledTaskShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows} */ readonly timeWindows: string[]; } @@ -3034,15 +3034,15 @@ export class OceanEcsScheduledTaskShutdownHoursOutputReference extends cdktf.Com } export interface OceanEcsScheduledTaskTasks { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression} */ readonly cronExpression: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled} */ readonly isEnabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type} */ readonly taskType: string; } @@ -3209,13 +3209,13 @@ export interface OceanEcsScheduledTask { /** * shutdown_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} */ readonly shutdownHours?: OceanEcsScheduledTaskShutdownHours; /** * tasks block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} */ readonly tasks?: OceanEcsScheduledTaskTasks[] | cdktf.IResolvable; } @@ -3360,11 +3360,11 @@ export class OceanEcsScheduledTaskList extends cdktf.ComplexList { } export interface OceanEcsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#key OceanEcs#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#key OceanEcs#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#value OceanEcs#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#value OceanEcs#value} */ readonly value: string; } @@ -3503,11 +3503,11 @@ export class OceanEcsTagsList extends cdktf.ComplexList { } export interface OceanEcsUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage} */ readonly batchMinHealthyPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage} */ readonly batchSizePercentage: number; } @@ -3617,21 +3617,21 @@ export class OceanEcsUpdatePolicyRollConfigOutputReference extends cdktf.Complex } export interface OceanEcsUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags} */ readonly autoApplyTags?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll} */ readonly conditionedRoll?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll} */ readonly shouldRoll: boolean | cdktf.IResolvable; /** * roll_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} */ readonly rollConfig?: OceanEcsUpdatePolicyRollConfig; } @@ -3799,7 +3799,7 @@ export class OceanEcsUpdatePolicyOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs spotinst_ocean_ecs} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs spotinst_ocean_ecs} */ export class OceanEcs extends cdktf.TerraformResource { @@ -3815,7 +3815,7 @@ export class OceanEcs extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanEcs resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanEcs to import - * @param importFromId The id of the existing OceanEcs that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanEcs that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanEcs to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -3827,7 +3827,7 @@ export class OceanEcs extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_ecs spotinst_ocean_ecs} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_ecs spotinst_ocean_ecs} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -3838,7 +3838,7 @@ export class OceanEcs extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_ecs', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-gke-import/README.md b/src/ocean-gke-import/README.md index 8759e702..f85e9f8a 100644 --- a/src/ocean-gke-import/README.md +++ b/src/ocean-gke-import/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_gke_import` -Refer to the Terraform Registry for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import). +Refer to the Terraform Registry for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import). diff --git a/src/ocean-gke-import/index.ts b/src/ocean-gke-import/index.ts index 1a465b7f..3cc41b02 100644 --- a/src/ocean-gke-import/index.ts +++ b/src/ocean-gke-import/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,106 +13,106 @@ import * as cdktf from 'cdktf'; export interface OceanGkeImportConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist} */ readonly blacklist?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name} */ readonly clusterName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id} */ readonly controllerClusterId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity} */ readonly desiredCapacity?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#id OceanGkeImport#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#id OceanGkeImport#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location OceanGkeImport#location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location OceanGkeImport#location} */ readonly location: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size} */ readonly maxSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size} */ readonly minSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type} */ readonly rootVolumeType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only} */ readonly useAsTemplateOnly?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist} */ readonly whitelist?: string[]; /** * autoscaler block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} */ readonly autoscaler?: OceanGkeImportAutoscaler; /** * backend_services block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} */ readonly backendServices?: OceanGkeImportBackendServices[] | cdktf.IResolvable; /** * filters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#filters OceanGkeImport#filters} */ readonly filters?: OceanGkeImportFilters; /** * scheduled_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} */ readonly scheduledTask?: OceanGkeImportScheduledTask[] | cdktf.IResolvable; /** * shielded_instance_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} */ readonly shieldedInstanceConfig?: OceanGkeImportShieldedInstanceConfig; /** * strategy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} */ readonly strategy?: OceanGkeImportStrategy[] | cdktf.IResolvable; /** * update_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} */ readonly updatePolicy?: OceanGkeImportUpdatePolicy; } export interface OceanGkeImportAutoscalerDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_aggressive_scale_down_enabled OceanGkeImport#is_aggressive_scale_down_enabled} */ readonly isAggressiveScaleDownEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -254,19 +254,19 @@ export class OceanGkeImportAutoscalerDownOutputReference extends cdktf.ComplexOb } export interface OceanGkeImportAutoscalerHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit} */ readonly gpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units} */ readonly numOfUnits?: number; } @@ -437,11 +437,11 @@ export class OceanGkeImportAutoscalerHeadroomOutputReference extends cdktf.Compl } export interface OceanGkeImportAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib} */ readonly maxMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu} */ readonly maxVcpu?: number; } @@ -554,41 +554,41 @@ export class OceanGkeImportAutoscalerResourceLimitsOutputReference extends cdktf } export interface OceanGkeImportAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage} */ readonly autoHeadroomPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom} */ readonly enableAutomaticAndManualHeadroom?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config} */ readonly isAutoConfig?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** * down block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} */ readonly down?: OceanGkeImportAutoscalerDown; /** * headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} */ readonly headroom?: OceanGkeImportAutoscalerHeadroom; /** * resource_limits block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} */ readonly resourceLimits?: OceanGkeImportAutoscalerResourceLimits; } @@ -875,11 +875,11 @@ export class OceanGkeImportAutoscalerOutputReference extends cdktf.ComplexObject } export interface OceanGkeImportBackendServicesNamedPorts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#name OceanGkeImport#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#name OceanGkeImport#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports} */ readonly ports: string[]; } @@ -1018,21 +1018,21 @@ export class OceanGkeImportBackendServicesNamedPortsList extends cdktf.ComplexLi } export interface OceanGkeImportBackendServices { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type} */ readonly locationType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme} */ readonly scheme?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name} */ readonly serviceName: string; /** * named_ports block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} */ readonly namedPorts?: OceanGkeImportBackendServicesNamedPorts[] | cdktf.IResolvable; } @@ -1232,27 +1232,27 @@ export class OceanGkeImportBackendServicesList extends cdktf.ComplexList { } export interface OceanGkeImportFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#exclude_families OceanGkeImport#exclude_families} */ readonly excludeFamilies?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#include_families OceanGkeImport#include_families} */ readonly includeFamilies?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib} */ readonly maxMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu} */ readonly maxVcpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_memory_gib OceanGkeImport#min_memory_gib} */ readonly minMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#min_vcpu OceanGkeImport#min_vcpu} */ readonly minVcpu?: number; } @@ -1481,11 +1481,11 @@ export class OceanGkeImportFiltersOutputReference extends cdktf.ComplexObject { } export interface OceanGkeImportScheduledTaskShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows} */ readonly timeWindows: string[]; } @@ -1595,19 +1595,19 @@ export class OceanGkeImportScheduledTaskShutdownHoursOutputReference extends cdk } export interface OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage} */ readonly batchMinHealthyPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage} */ readonly batchSizePercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -1780,7 +1780,7 @@ export interface OceanGkeImportScheduledTaskTasksTaskParameters { /** * cluster_roll block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} */ readonly clusterRoll?: OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll; } @@ -1864,21 +1864,21 @@ export class OceanGkeImportScheduledTaskTasksTaskParametersOutputReference exten } export interface OceanGkeImportScheduledTaskTasks { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression} */ readonly cronExpression: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled} */ readonly isEnabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type} */ readonly taskType: string; /** * task_parameters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} */ readonly taskParameters?: OceanGkeImportScheduledTaskTasksTaskParameters; } @@ -2074,13 +2074,13 @@ export interface OceanGkeImportScheduledTask { /** * shutdown_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} */ readonly shutdownHours?: OceanGkeImportScheduledTaskShutdownHours; /** * tasks block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} */ readonly tasks?: OceanGkeImportScheduledTaskTasks[] | cdktf.IResolvable; } @@ -2225,11 +2225,11 @@ export class OceanGkeImportScheduledTaskList extends cdktf.ComplexList { } export interface OceanGkeImportShieldedInstanceConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring} */ readonly enableIntegrityMonitoring?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot} */ readonly enableSecureBoot?: boolean | cdktf.IResolvable; } @@ -2342,19 +2342,19 @@ export class OceanGkeImportShieldedInstanceConfigOutputReference extends cdktf.C } export interface OceanGkeImportStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout} */ readonly drainingTimeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage} */ readonly preemptiblePercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model} */ readonly provisioningModel?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_utilize_commitments OceanGkeImport#should_utilize_commitments} */ readonly shouldUtilizeCommitments?: boolean | cdktf.IResolvable; } @@ -2557,19 +2557,19 @@ export class OceanGkeImportStrategyList extends cdktf.ComplexList { } export interface OceanGkeImportUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage} */ readonly batchMinHealthyPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage} */ readonly batchSizePercentage: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids} */ readonly launchSpecIds?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -2737,17 +2737,17 @@ export class OceanGkeImportUpdatePolicyRollConfigOutputReference extends cdktf.C } export interface OceanGkeImportUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll} */ readonly conditionedRoll?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll} */ readonly shouldRoll: boolean | cdktf.IResolvable; /** * roll_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} */ readonly rollConfig?: OceanGkeImportUpdatePolicyRollConfig; } @@ -2886,7 +2886,7 @@ export class OceanGkeImportUpdatePolicyOutputReference extends cdktf.ComplexObje } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import} */ export class OceanGkeImport extends cdktf.TerraformResource { @@ -2902,7 +2902,7 @@ export class OceanGkeImport extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanGkeImport resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanGkeImport to import - * @param importFromId The id of the existing OceanGkeImport that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanGkeImport that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanGkeImport to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2914,7 +2914,7 @@ export class OceanGkeImport extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -2925,7 +2925,7 @@ export class OceanGkeImport extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_gke_import', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-gke-launch-spec-import/README.md b/src/ocean-gke-launch-spec-import/README.md index 54314374..a599a190 100644 --- a/src/ocean-gke-launch-spec-import/README.md +++ b/src/ocean-gke-launch-spec-import/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_gke_launch_spec_import` -Refer to the Terraform Registry for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import). +Refer to the Terraform Registry for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import). diff --git a/src/ocean-gke-launch-spec-import/index.ts b/src/ocean-gke-launch-spec-import/index.ts index 31bb13ed..38e8d407 100644 --- a/src/ocean-gke-launch-spec-import/index.ts +++ b/src/ocean-gke-launch-spec-import/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface OceanGkeLaunchSpecImportConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name} */ readonly nodePoolName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id} */ readonly oceanId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import} */ export class OceanGkeLaunchSpecImport extends cdktf.TerraformResource { @@ -46,7 +46,7 @@ export class OceanGkeLaunchSpecImport extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanGkeLaunchSpecImport resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanGkeLaunchSpecImport to import - * @param importFromId The id of the existing OceanGkeLaunchSpecImport that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanGkeLaunchSpecImport that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanGkeLaunchSpecImport to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class OceanGkeLaunchSpecImport extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -69,7 +69,7 @@ export class OceanGkeLaunchSpecImport extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_gke_launch_spec_import', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-gke-launch-spec/README.md b/src/ocean-gke-launch-spec/README.md index 79133edb..5d09f170 100644 --- a/src/ocean-gke-launch-spec/README.md +++ b/src/ocean-gke-launch-spec/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_gke_launch_spec` -Refer to the Terraform Registry for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec). +Refer to the Terraform Registry for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec). diff --git a/src/ocean-gke-launch-spec/index.ts b/src/ocean-gke-launch-spec/index.ts index 1bc8e923..44ee2510 100644 --- a/src/ocean-gke-launch-spec/index.ts +++ b/src/ocean-gke-launch-spec/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,146 +13,146 @@ import * as cdktf from 'cdktf'; export interface OceanGkeLaunchSpecConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types} */ readonly instanceTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name} */ readonly nodePoolName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id} */ readonly oceanId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down} */ readonly restrictScaleDown?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size} */ readonly rootVolumeSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type} */ readonly rootVolumeType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account} */ readonly serviceAccount?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image} */ readonly sourceImage?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags} */ readonly tags?: string[]; /** * autoscale_headrooms block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} */ readonly autoscaleHeadrooms?: OceanGkeLaunchSpecAutoscaleHeadrooms[] | cdktf.IResolvable; /** * autoscale_headrooms_automatic block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} */ readonly autoscaleHeadroomsAutomatic?: OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic[] | cdktf.IResolvable; /** * create_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#create_options OceanGkeLaunchSpec#create_options} */ readonly createOptions?: OceanGkeLaunchSpecCreateOptions; /** * labels block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} */ readonly labels?: OceanGkeLaunchSpecLabels[] | cdktf.IResolvable; /** * metadata block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} */ readonly metadata?: OceanGkeLaunchSpecMetadata[] | cdktf.IResolvable; /** * network_interfaces block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} */ readonly networkInterfaces?: OceanGkeLaunchSpecNetworkInterfaces[] | cdktf.IResolvable; /** * resource_limits block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} */ readonly resourceLimits?: OceanGkeLaunchSpecResourceLimits; /** * scheduling_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} */ readonly schedulingTask?: OceanGkeLaunchSpecSchedulingTask[] | cdktf.IResolvable; /** * shielded_instance_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} */ readonly shieldedInstanceConfig?: OceanGkeLaunchSpecShieldedInstanceConfig; /** * storage block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} */ readonly storage?: OceanGkeLaunchSpecStorage; /** * strategy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} */ readonly strategy?: OceanGkeLaunchSpecStrategy[] | cdktf.IResolvable; /** * taints block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} */ readonly taints?: OceanGkeLaunchSpecTaints[] | cdktf.IResolvable; /** * update_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} */ readonly updatePolicy?: OceanGkeLaunchSpecUpdatePolicy; } export interface OceanGkeLaunchSpecAutoscaleHeadrooms { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit} */ readonly gpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -352,7 +352,7 @@ export class OceanGkeLaunchSpecAutoscaleHeadroomsList extends cdktf.ComplexList } export interface OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage} */ readonly autoHeadroomPercentage?: number; } @@ -468,7 +468,7 @@ export class OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList extends cdktf.Com } export interface OceanGkeLaunchSpecCreateOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#initial_nodes OceanGkeLaunchSpec#initial_nodes} */ readonly initialNodes?: number; } @@ -552,11 +552,11 @@ export class OceanGkeLaunchSpecCreateOptionsOutputReference extends cdktf.Comple } export interface OceanGkeLaunchSpecLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key} */ readonly key?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} */ readonly value?: string; } @@ -701,11 +701,11 @@ export class OceanGkeLaunchSpecLabelsList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecMetadata { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key} */ readonly key?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} */ readonly value?: string; } @@ -850,11 +850,11 @@ export class OceanGkeLaunchSpecMetadataList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecNetworkInterfacesAccessConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type} */ readonly type?: string; } @@ -999,11 +999,11 @@ export class OceanGkeLaunchSpecNetworkInterfacesAccessConfigsList extends cdktf. } export interface OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range} */ readonly ipCidrRange: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name} */ readonly subnetworkRangeName: string; } @@ -1142,23 +1142,23 @@ export class OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList extends cdktf. } export interface OceanGkeLaunchSpecNetworkInterfaces { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network} */ readonly network: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id} */ readonly projectId?: string; /** * access_configs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} */ readonly accessConfigs?: OceanGkeLaunchSpecNetworkInterfacesAccessConfigs[] | cdktf.IResolvable; /** * alias_ip_ranges block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} */ readonly aliasIpRanges?: OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges[] | cdktf.IResolvable; } @@ -1358,11 +1358,11 @@ export class OceanGkeLaunchSpecNetworkInterfacesList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count} */ readonly maxInstanceCount?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count} */ readonly minInstanceCount?: number; } @@ -1475,19 +1475,19 @@ export class OceanGkeLaunchSpecResourceLimitsOutputReference extends cdktf.Compl } export interface OceanGkeLaunchSpecSchedulingTaskTaskHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit} */ readonly gpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -1687,21 +1687,21 @@ export class OceanGkeLaunchSpecSchedulingTaskTaskHeadroomList extends cdktf.Comp } export interface OceanGkeLaunchSpecSchedulingTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression} */ readonly cronExpression: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled} */ readonly isEnabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type} */ readonly taskType: string; /** * task_headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} */ readonly taskHeadroom?: OceanGkeLaunchSpecSchedulingTaskTaskHeadroom[] | cdktf.IResolvable; } @@ -1895,11 +1895,11 @@ export class OceanGkeLaunchSpecSchedulingTaskList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecShieldedInstanceConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring} */ readonly enableIntegrityMonitoring?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot} */ readonly enableSecureBoot?: boolean | cdktf.IResolvable; } @@ -2012,7 +2012,7 @@ export class OceanGkeLaunchSpecShieldedInstanceConfigOutputReference extends cdk } export interface OceanGkeLaunchSpecStorage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count} */ readonly localSsdCount?: number; } @@ -2096,7 +2096,7 @@ export class OceanGkeLaunchSpecStorageOutputReference extends cdktf.ComplexObjec } export interface OceanGkeLaunchSpecStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage} */ readonly preemptiblePercentage?: number; } @@ -2212,15 +2212,15 @@ export class OceanGkeLaunchSpecStrategyList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecTaints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect} */ readonly effect?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key} */ readonly key?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} */ readonly value?: string; } @@ -2394,7 +2394,7 @@ export class OceanGkeLaunchSpecTaintsList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage} */ readonly batchSizePercentage: number; } @@ -2475,13 +2475,13 @@ export class OceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference extends cdk } export interface OceanGkeLaunchSpecUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll} */ readonly shouldRoll: boolean | cdktf.IResolvable; /** * roll_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} */ readonly rollConfig?: OceanGkeLaunchSpecUpdatePolicyRollConfig; } @@ -2591,7 +2591,7 @@ export class OceanGkeLaunchSpecUpdatePolicyOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec} */ export class OceanGkeLaunchSpec extends cdktf.TerraformResource { @@ -2607,7 +2607,7 @@ export class OceanGkeLaunchSpec extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanGkeLaunchSpec resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanGkeLaunchSpec to import - * @param importFromId The id of the existing OceanGkeLaunchSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanGkeLaunchSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanGkeLaunchSpec to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2619,7 +2619,7 @@ export class OceanGkeLaunchSpec extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -2630,7 +2630,7 @@ export class OceanGkeLaunchSpec extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_gke_launch_spec', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-right-sizing-rule/README.md b/src/ocean-right-sizing-rule/README.md index 4d717b9d..3b63f567 100644 --- a/src/ocean-right-sizing-rule/README.md +++ b/src/ocean-right-sizing-rule/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_right_sizing_rule` -Refer to the Terraform Registry for docs: [`spotinst_ocean_right_sizing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule). +Refer to the Terraform Registry for docs: [`spotinst_ocean_right_sizing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule). diff --git a/src/ocean-right-sizing-rule/index.ts b/src/ocean-right-sizing-rule/index.ts index 880d2a92..e057aadb 100644 --- a/src/ocean-right-sizing-rule/index.ts +++ b/src/ocean-right-sizing-rule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,78 +13,78 @@ import * as cdktf from 'cdktf'; export interface OceanRightSizingRuleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#exclude_preliminary_recommendations OceanRightSizingRule#exclude_preliminary_recommendations} */ readonly excludePreliminaryRecommendations?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#id OceanRightSizingRule#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#ocean_id OceanRightSizingRule#ocean_id} */ readonly oceanId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#restart_replicas OceanRightSizingRule#restart_replicas} */ readonly restartReplicas?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#rule_name OceanRightSizingRule#rule_name} */ readonly ruleName: string; /** * attach_workloads block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#attach_workloads OceanRightSizingRule#attach_workloads} */ readonly attachWorkloads?: OceanRightSizingRuleAttachWorkloads[] | cdktf.IResolvable; /** * detach_workloads block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#detach_workloads OceanRightSizingRule#detach_workloads} */ readonly detachWorkloads?: OceanRightSizingRuleDetachWorkloads[] | cdktf.IResolvable; /** * recommendation_application_boundaries block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_boundaries OceanRightSizingRule#recommendation_application_boundaries} */ readonly recommendationApplicationBoundaries?: OceanRightSizingRuleRecommendationApplicationBoundaries[] | cdktf.IResolvable; /** * recommendation_application_hpa block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_hpa OceanRightSizingRule#recommendation_application_hpa} */ readonly recommendationApplicationHpa?: OceanRightSizingRuleRecommendationApplicationHpa[] | cdktf.IResolvable; /** * recommendation_application_intervals block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_intervals OceanRightSizingRule#recommendation_application_intervals} */ readonly recommendationApplicationIntervals: OceanRightSizingRuleRecommendationApplicationIntervals[] | cdktf.IResolvable; /** * recommendation_application_min_threshold block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_min_threshold OceanRightSizingRule#recommendation_application_min_threshold} */ readonly recommendationApplicationMinThreshold?: OceanRightSizingRuleRecommendationApplicationMinThreshold[] | cdktf.IResolvable; /** * recommendation_application_overhead_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#recommendation_application_overhead_values OceanRightSizingRule#recommendation_application_overhead_values} */ readonly recommendationApplicationOverheadValues?: OceanRightSizingRuleRecommendationApplicationOverheadValues[] | cdktf.IResolvable; } export interface OceanRightSizingRuleAttachWorkloadsNamespacesLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value} */ readonly value: string; } @@ -223,15 +223,15 @@ export class OceanRightSizingRuleAttachWorkloadsNamespacesLabelsList extends cdk } export interface OceanRightSizingRuleAttachWorkloadsNamespacesWorkloads { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name} */ readonly regexName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name} */ readonly workloadName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type} */ readonly workloadType: string; } @@ -402,19 +402,19 @@ export class OceanRightSizingRuleAttachWorkloadsNamespacesWorkloadsList extends } export interface OceanRightSizingRuleAttachWorkloadsNamespaces { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name} */ readonly namespaceName: string; /** * labels block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} */ readonly labels?: OceanRightSizingRuleAttachWorkloadsNamespacesLabels[] | cdktf.IResolvable; /** * workloads block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} */ readonly workloads?: OceanRightSizingRuleAttachWorkloadsNamespacesWorkloads[] | cdktf.IResolvable; } @@ -587,7 +587,7 @@ export interface OceanRightSizingRuleAttachWorkloads { /** * namespaces block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} */ readonly namespaces: OceanRightSizingRuleAttachWorkloadsNamespaces[] | cdktf.IResolvable; } @@ -700,11 +700,11 @@ export class OceanRightSizingRuleAttachWorkloadsList extends cdktf.ComplexList { } export interface OceanRightSizingRuleDetachWorkloadsNamespacesLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#key OceanRightSizingRule#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#value OceanRightSizingRule#value} */ readonly value: string; } @@ -843,15 +843,15 @@ export class OceanRightSizingRuleDetachWorkloadsNamespacesLabelsList extends cdk } export interface OceanRightSizingRuleDetachWorkloadsNamespacesWorkloads { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#regex_name OceanRightSizingRule#regex_name} */ readonly regexName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_name OceanRightSizingRule#workload_name} */ readonly workloadName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workload_type OceanRightSizingRule#workload_type} */ readonly workloadType: string; } @@ -1022,19 +1022,19 @@ export class OceanRightSizingRuleDetachWorkloadsNamespacesWorkloadsList extends } export interface OceanRightSizingRuleDetachWorkloadsNamespaces { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespace_name OceanRightSizingRule#namespace_name} */ readonly namespaceName: string; /** * labels block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#labels OceanRightSizingRule#labels} */ readonly labels?: OceanRightSizingRuleDetachWorkloadsNamespacesLabels[] | cdktf.IResolvable; /** * workloads block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#workloads OceanRightSizingRule#workloads} */ readonly workloads?: OceanRightSizingRuleDetachWorkloadsNamespacesWorkloads[] | cdktf.IResolvable; } @@ -1207,7 +1207,7 @@ export interface OceanRightSizingRuleDetachWorkloads { /** * namespaces block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#namespaces OceanRightSizingRule#namespaces} */ readonly namespaces: OceanRightSizingRuleDetachWorkloadsNamespaces[] | cdktf.IResolvable; } @@ -1320,19 +1320,19 @@ export class OceanRightSizingRuleDetachWorkloadsList extends cdktf.ComplexList { } export interface OceanRightSizingRuleRecommendationApplicationBoundaries { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_max OceanRightSizingRule#cpu_max} */ readonly cpuMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_min OceanRightSizingRule#cpu_min} */ readonly cpuMin?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_max OceanRightSizingRule#memory_max} */ readonly memoryMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_min OceanRightSizingRule#memory_min} */ readonly memoryMin?: number; } @@ -1535,7 +1535,7 @@ export class OceanRightSizingRuleRecommendationApplicationBoundariesList extends } export interface OceanRightSizingRuleRecommendationApplicationHpa { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#allow_hpa_recommendations OceanRightSizingRule#allow_hpa_recommendations} */ readonly allowHpaRecommendations?: boolean | cdktf.IResolvable; } @@ -1651,15 +1651,15 @@ export class OceanRightSizingRuleRecommendationApplicationHpaList extends cdktf. } export interface OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasis { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days} */ readonly intervalDays: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time} */ readonly intervalHoursEndTime: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time} */ readonly intervalHoursStartTime: string; } @@ -1824,17 +1824,17 @@ export class OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepeti } export interface OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasis { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_months OceanRightSizingRule#interval_months} */ readonly intervalMonths: number[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#week_of_the_month OceanRightSizingRule#week_of_the_month} */ readonly weekOfTheMonth: string[]; /** * weekly_repetition_basis block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} */ readonly weeklyRepetitionBasis?: OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasis[] | cdktf.IResolvable; } @@ -2002,15 +2002,15 @@ export class OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepeti } export interface OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasis { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_days OceanRightSizingRule#interval_days} */ readonly intervalDays: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_end_time OceanRightSizingRule#interval_hours_end_time} */ readonly intervalHoursEndTime: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#interval_hours_start_time OceanRightSizingRule#interval_hours_start_time} */ readonly intervalHoursStartTime: string; } @@ -2175,19 +2175,19 @@ export class OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetit } export interface OceanRightSizingRuleRecommendationApplicationIntervals { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#repetition_basis OceanRightSizingRule#repetition_basis} */ readonly repetitionBasis: string; /** * monthly_repetition_basis block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#monthly_repetition_basis OceanRightSizingRule#monthly_repetition_basis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#monthly_repetition_basis OceanRightSizingRule#monthly_repetition_basis} */ readonly monthlyRepetitionBasis?: OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasis[] | cdktf.IResolvable; /** * weekly_repetition_basis block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#weekly_repetition_basis OceanRightSizingRule#weekly_repetition_basis} */ readonly weeklyRepetitionBasis?: OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasis[] | cdktf.IResolvable; } @@ -2358,11 +2358,11 @@ export class OceanRightSizingRuleRecommendationApplicationIntervalsList extends } export interface OceanRightSizingRuleRecommendationApplicationMinThreshold { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage} */ readonly cpuPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage} */ readonly memoryPercentage?: number; } @@ -2507,11 +2507,11 @@ export class OceanRightSizingRuleRecommendationApplicationMinThresholdList exten } export interface OceanRightSizingRuleRecommendationApplicationOverheadValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#cpu_percentage OceanRightSizingRule#cpu_percentage} */ readonly cpuPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#memory_percentage OceanRightSizingRule#memory_percentage} */ readonly memoryPercentage?: number; } @@ -2656,7 +2656,7 @@ export class OceanRightSizingRuleRecommendationApplicationOverheadValuesList ext } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule} */ export class OceanRightSizingRule extends cdktf.TerraformResource { @@ -2672,7 +2672,7 @@ export class OceanRightSizingRule extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanRightSizingRule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanRightSizingRule to import - * @param importFromId The id of the existing OceanRightSizingRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanRightSizingRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanRightSizingRule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2684,7 +2684,7 @@ export class OceanRightSizingRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_right_sizing_rule spotinst_ocean_right_sizing_rule} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -2695,7 +2695,7 @@ export class OceanRightSizingRule extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_right_sizing_rule', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-spark-virtual-node-group/README.md b/src/ocean-spark-virtual-node-group/README.md index a766df00..3f7ecf19 100644 --- a/src/ocean-spark-virtual-node-group/README.md +++ b/src/ocean-spark-virtual-node-group/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_spark_virtual_node_group` -Refer to the Terraform Registry for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group). +Refer to the Terraform Registry for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group). diff --git a/src/ocean-spark-virtual-node-group/index.ts b/src/ocean-spark-virtual-node-group/index.ts index 0a64000e..da2acc14 100644 --- a/src/ocean-spark-virtual-node-group/index.ts +++ b/src/ocean-spark-virtual-node-group/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface OceanSparkVirtualNodeGroupConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id} */ readonly oceanSparkClusterId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id} */ readonly virtualNodeGroupId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group} */ export class OceanSparkVirtualNodeGroup extends cdktf.TerraformResource { @@ -46,7 +46,7 @@ export class OceanSparkVirtualNodeGroup extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanSparkVirtualNodeGroup resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanSparkVirtualNodeGroup to import - * @param importFromId The id of the existing OceanSparkVirtualNodeGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanSparkVirtualNodeGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanSparkVirtualNodeGroup to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class OceanSparkVirtualNodeGroup extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -69,7 +69,7 @@ export class OceanSparkVirtualNodeGroup extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_spark_virtual_node_group', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-spark/README.md b/src/ocean-spark/README.md index 3c5e8bee..9caccb6c 100644 --- a/src/ocean-spark/README.md +++ b/src/ocean-spark/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_spark` -Refer to the Terraform Registry for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark). +Refer to the Terraform Registry for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark). diff --git a/src/ocean-spark/index.ts b/src/ocean-spark/index.ts index 7ffa18fa..ed1b6ce3 100644 --- a/src/ocean-spark/index.ts +++ b/src/ocean-spark/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,54 +13,54 @@ import * as cdktf from 'cdktf'; export interface OceanSparkConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#id OceanSpark#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#id OceanSpark#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id} */ readonly oceanClusterId: string; /** * compute block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#compute OceanSpark#compute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#compute OceanSpark#compute} */ readonly compute?: OceanSparkCompute; /** * ingress block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} */ readonly ingress?: OceanSparkIngress; /** * log_collection block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} */ readonly logCollection?: OceanSparkLogCollection; /** * spark block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#spark OceanSpark#spark} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#spark OceanSpark#spark} */ readonly spark?: OceanSparkSpark; /** * webhook block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} */ readonly webhook?: OceanSparkWebhook; } export interface OceanSparkCompute { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs} */ readonly createVngs?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints} */ readonly useTaints?: boolean | cdktf.IResolvable; } @@ -173,7 +173,7 @@ export class OceanSparkComputeOutputReference extends cdktf.ComplexObject { } export interface OceanSparkIngressController { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed} */ readonly managed?: boolean | cdktf.IResolvable; } @@ -257,11 +257,11 @@ export class OceanSparkIngressControllerOutputReference extends cdktf.ComplexObj } export interface OceanSparkIngressCustomEndpoint { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#address OceanSpark#address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#address OceanSpark#address} */ readonly address?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; } @@ -374,15 +374,15 @@ export class OceanSparkIngressCustomEndpointOutputReference extends cdktf.Comple } export interface OceanSparkIngressLoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#managed OceanSpark#managed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#managed OceanSpark#managed} */ readonly managed?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations} */ readonly serviceAnnotations?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn} */ readonly targetGroupArn?: string; } @@ -524,11 +524,11 @@ export class OceanSparkIngressLoadBalancerOutputReference extends cdktf.ComplexO } export interface OceanSparkIngressPrivateLink { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#enabled OceanSpark#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#enabled OceanSpark#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service} */ readonly vpcEndpointService?: string; } @@ -641,31 +641,31 @@ export class OceanSparkIngressPrivateLinkOutputReference extends cdktf.ComplexOb } export interface OceanSparkIngress { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations} */ readonly serviceAnnotations?: { [key: string]: string }; /** * controller block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#controller OceanSpark#controller} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#controller OceanSpark#controller} */ readonly controller?: OceanSparkIngressController; /** * custom_endpoint block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} */ readonly customEndpoint?: OceanSparkIngressCustomEndpoint; /** * load_balancer block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} */ readonly loadBalancer?: OceanSparkIngressLoadBalancer; /** * private_link block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} */ readonly privateLink?: OceanSparkIngressPrivateLink; } @@ -865,7 +865,7 @@ export class OceanSparkIngressOutputReference extends cdktf.ComplexObject { } export interface OceanSparkLogCollection { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs} */ readonly collectAppLogs?: boolean | cdktf.IResolvable; } @@ -949,7 +949,7 @@ export class OceanSparkLogCollectionOutputReference extends cdktf.ComplexObject } export interface OceanSparkSpark { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces} */ readonly additionalAppNamespaces?: string[]; } @@ -1033,11 +1033,11 @@ export class OceanSparkSparkOutputReference extends cdktf.ComplexObject { } export interface OceanSparkWebhook { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports} */ readonly hostNetworkPorts?: number[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network} */ readonly useHostNetwork?: boolean | cdktf.IResolvable; } @@ -1150,7 +1150,7 @@ export class OceanSparkWebhookOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark spotinst_ocean_spark} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark spotinst_ocean_spark} */ export class OceanSpark extends cdktf.TerraformResource { @@ -1166,7 +1166,7 @@ export class OceanSpark extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanSpark resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanSpark to import - * @param importFromId The id of the existing OceanSpark that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanSpark that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanSpark to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1178,7 +1178,7 @@ export class OceanSpark extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/ocean_spark spotinst_ocean_spark} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/ocean_spark spotinst_ocean_spark} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1189,7 +1189,7 @@ export class OceanSpark extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_spark', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/oceancd-rollout-spec/README.md b/src/oceancd-rollout-spec/README.md index 7d10fb1a..bd93f40a 100644 --- a/src/oceancd-rollout-spec/README.md +++ b/src/oceancd-rollout-spec/README.md @@ -1,3 +1,3 @@ # `spotinst_oceancd_rollout_spec` -Refer to the Terraform Registry for docs: [`spotinst_oceancd_rollout_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec). +Refer to the Terraform Registry for docs: [`spotinst_oceancd_rollout_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec). diff --git a/src/oceancd-rollout-spec/index.ts b/src/oceancd-rollout-spec/index.ts index dfc43980..2b1ca1ce 100644 --- a/src/oceancd-rollout-spec/index.ts +++ b/src/oceancd-rollout-spec/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,50 +13,50 @@ import * as cdktf from 'cdktf'; export interface OceancdRolloutSpecConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#id OceancdRolloutSpec#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#rollout_spec_name OceancdRolloutSpec#rollout_spec_name} */ readonly rolloutSpecName: string; /** * failure_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#failure_policy OceancdRolloutSpec#failure_policy} */ readonly failurePolicy?: OceancdRolloutSpecFailurePolicy; /** * spot_deployment block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment OceancdRolloutSpec#spot_deployment} */ readonly spotDeployment?: OceancdRolloutSpecSpotDeployment; /** * spot_deployments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments OceancdRolloutSpec#spot_deployments} */ readonly spotDeployments?: OceancdRolloutSpecSpotDeployments[] | cdktf.IResolvable; /** * strategy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy OceancdRolloutSpec#strategy} */ readonly strategy: OceancdRolloutSpecStrategy; /** * traffic block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic OceancdRolloutSpec#traffic} */ readonly traffic?: OceancdRolloutSpecTraffic; } export interface OceancdRolloutSpecFailurePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#action OceancdRolloutSpec#action} */ readonly action: string; } @@ -137,15 +137,15 @@ export class OceancdRolloutSpecFailurePolicyOutputReference extends cdktf.Comple } export interface OceancdRolloutSpecSpotDeployment { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_cluster_id OceancdRolloutSpec#spot_deployment_cluster_id} */ readonly spotDeploymentClusterId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_name OceancdRolloutSpec#spot_deployment_name} */ readonly spotDeploymentName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployment_namespace OceancdRolloutSpec#spot_deployment_namespace} */ readonly spotDeploymentNamespace?: string; } @@ -287,15 +287,15 @@ export class OceancdRolloutSpecSpotDeploymentOutputReference extends cdktf.Compl } export interface OceancdRolloutSpecSpotDeployments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_cluster_id OceancdRolloutSpec#spot_deployments_cluster_id} */ readonly spotDeploymentsClusterId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_name OceancdRolloutSpec#spot_deployments_name} */ readonly spotDeploymentsName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#spot_deployments_namespace OceancdRolloutSpec#spot_deployments_namespace} */ readonly spotDeploymentsNamespace?: string; } @@ -469,7 +469,7 @@ export class OceancdRolloutSpecSpotDeploymentsList extends cdktf.ComplexList { } export interface OceancdRolloutSpecStrategyArgsValueFromFieldRef { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_path OceancdRolloutSpec#field_path} */ readonly fieldPath: string; } @@ -552,7 +552,7 @@ export interface OceancdRolloutSpecStrategyArgsValueFrom { /** * field_ref block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#field_ref OceancdRolloutSpec#field_ref} */ readonly fieldRef: OceancdRolloutSpecStrategyArgsValueFromFieldRef; } @@ -633,17 +633,17 @@ export class OceancdRolloutSpecStrategyArgsValueFromOutputReference extends cdkt } export interface OceancdRolloutSpecStrategyArgs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_name OceancdRolloutSpec#arg_name} */ readonly argName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#arg_value OceancdRolloutSpec#arg_value} */ readonly argValue?: string; /** * value_from block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#value_from OceancdRolloutSpec#value_from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#value_from OceancdRolloutSpec#value_from} */ readonly valueFrom?: OceancdRolloutSpecStrategyArgsValueFrom; } @@ -814,13 +814,13 @@ export class OceancdRolloutSpecStrategyArgsList extends cdktf.ComplexList { } export interface OceancdRolloutSpecStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#strategy_name OceancdRolloutSpec#strategy_name} */ readonly strategyName: string; /** * args block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#args OceancdRolloutSpec#args} */ readonly args?: OceancdRolloutSpecStrategyArgs[] | cdktf.IResolvable; } @@ -930,11 +930,11 @@ export class OceancdRolloutSpecStrategyOutputReference extends cdktf.ComplexObje } export interface OceancdRolloutSpecTrafficAlbStickinessConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#duration_seconds OceancdRolloutSpec#duration_seconds} */ readonly durationSeconds?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#enabled OceancdRolloutSpec#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; } @@ -1047,25 +1047,25 @@ export class OceancdRolloutSpecTrafficAlbStickinessConfigOutputReference extends } export interface OceancdRolloutSpecTrafficAlb { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_annotation_prefix OceancdRolloutSpec#alb_annotation_prefix} */ readonly albAnnotationPrefix?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_ingress OceancdRolloutSpec#alb_ingress} */ readonly albIngress: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb_root_service OceancdRolloutSpec#alb_root_service} */ readonly albRootService: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#service_port OceancdRolloutSpec#service_port} */ readonly servicePort: number; /** * stickiness_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stickiness_config OceancdRolloutSpec#stickiness_config} */ readonly stickinessConfig?: OceancdRolloutSpecTrafficAlbStickinessConfig; } @@ -1256,7 +1256,7 @@ export class OceancdRolloutSpecTrafficAlbOutputReference extends cdktf.ComplexOb } export interface OceancdRolloutSpecTrafficAmbassador { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#mappings OceancdRolloutSpec#mappings} */ readonly mappings: string[]; } @@ -1337,15 +1337,15 @@ export class OceancdRolloutSpecTrafficAmbassadorOutputReference extends cdktf.Co } export interface OceancdRolloutSpecTrafficIstioDestinationRule { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_subset_name OceancdRolloutSpec#canary_subset_name} */ readonly canarySubsetName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule_name OceancdRolloutSpec#destination_rule_name} */ readonly destinationRuleName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_subset_name OceancdRolloutSpec#stable_subset_name} */ readonly stableSubsetName: string; } @@ -1478,11 +1478,11 @@ export class OceancdRolloutSpecTrafficIstioDestinationRuleOutputReference extend } export interface OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#port OceancdRolloutSpec#port} */ readonly port?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#sni_hosts OceancdRolloutSpec#sni_hosts} */ readonly sniHosts?: string[]; } @@ -1627,17 +1627,17 @@ export class OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutesList extends } export interface OceancdRolloutSpecTrafficIstioVirtualServices { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_name OceancdRolloutSpec#virtual_service_name} */ readonly virtualServiceName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_service_routes OceancdRolloutSpec#virtual_service_routes} */ readonly virtualServiceRoutes?: string[]; /** * tls_routes block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#tls_routes OceancdRolloutSpec#tls_routes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#tls_routes OceancdRolloutSpec#tls_routes} */ readonly tlsRoutes?: OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutes[] | cdktf.IResolvable; } @@ -1810,13 +1810,13 @@ export interface OceancdRolloutSpecTrafficIstio { /** * destination_rule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#destination_rule OceancdRolloutSpec#destination_rule} */ readonly destinationRule?: OceancdRolloutSpecTrafficIstioDestinationRule; /** * virtual_services block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#virtual_services OceancdRolloutSpec#virtual_services} */ readonly virtualServices: OceancdRolloutSpecTrafficIstioVirtualServices[] | cdktf.IResolvable; } @@ -1926,11 +1926,11 @@ export class OceancdRolloutSpecTrafficIstioOutputReference extends cdktf.Complex } export interface OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_by_header OceancdRolloutSpec#canary_by_header} */ readonly canaryByHeader?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#key1 OceancdRolloutSpec#key1} */ readonly key1?: string; } @@ -2043,17 +2043,17 @@ export class OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotationOutputRefe } export interface OceancdRolloutSpecTrafficNginx { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx_annotation_prefix OceancdRolloutSpec#nginx_annotation_prefix} */ readonly nginxAnnotationPrefix?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_ingress OceancdRolloutSpec#stable_ingress} */ readonly stableIngress: string; /** * additional_ingress_annotation block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#additional_ingress_annotation OceancdRolloutSpec#additional_ingress_annotation} */ readonly additionalIngressAnnotation?: OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation; } @@ -2192,11 +2192,11 @@ export class OceancdRolloutSpecTrafficNginxOutputReference extends cdktf.Complex } export interface OceancdRolloutSpecTrafficPingPong { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_service OceancdRolloutSpec#ping_service} */ readonly pingService: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#pong_service OceancdRolloutSpec#pong_service} */ readonly pongService: string; } @@ -2303,11 +2303,11 @@ export class OceancdRolloutSpecTrafficPingPongOutputReference extends cdktf.Comp } export interface OceancdRolloutSpecTrafficSmi { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi_root_service OceancdRolloutSpec#smi_root_service} */ readonly smiRootService?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#traffic_split_name OceancdRolloutSpec#traffic_split_name} */ readonly trafficSplitName?: string; } @@ -2420,47 +2420,47 @@ export class OceancdRolloutSpecTrafficSmiOutputReference extends cdktf.ComplexOb } export interface OceancdRolloutSpecTraffic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#canary_service OceancdRolloutSpec#canary_service} */ readonly canaryService?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#stable_service OceancdRolloutSpec#stable_service} */ readonly stableService?: string; /** * alb block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#alb OceancdRolloutSpec#alb} */ readonly alb?: OceancdRolloutSpecTrafficAlb; /** * ambassador block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ambassador OceancdRolloutSpec#ambassador} */ readonly ambassador?: OceancdRolloutSpecTrafficAmbassador; /** * istio block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#istio OceancdRolloutSpec#istio} */ readonly istio?: OceancdRolloutSpecTrafficIstio; /** * nginx block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#nginx OceancdRolloutSpec#nginx} */ readonly nginx?: OceancdRolloutSpecTrafficNginx; /** * ping_pong block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#ping_pong OceancdRolloutSpec#ping_pong} */ readonly pingPong?: OceancdRolloutSpecTrafficPingPong; /** * smi block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#smi OceancdRolloutSpec#smi} */ readonly smi?: OceancdRolloutSpecTrafficSmi; } @@ -2747,7 +2747,7 @@ export class OceancdRolloutSpecTrafficOutputReference extends cdktf.ComplexObjec } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec} */ export class OceancdRolloutSpec extends cdktf.TerraformResource { @@ -2763,7 +2763,7 @@ export class OceancdRolloutSpec extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceancdRolloutSpec resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceancdRolloutSpec to import - * @param importFromId The id of the existing OceancdRolloutSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceancdRolloutSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceancdRolloutSpec to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2775,7 +2775,7 @@ export class OceancdRolloutSpec extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_rollout_spec spotinst_oceancd_rollout_spec} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -2786,7 +2786,7 @@ export class OceancdRolloutSpec extends cdktf.TerraformResource { terraformResourceType: 'spotinst_oceancd_rollout_spec', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/oceancd-strategy/README.md b/src/oceancd-strategy/README.md index b3f7f6c4..b0830221 100644 --- a/src/oceancd-strategy/README.md +++ b/src/oceancd-strategy/README.md @@ -1,3 +1,3 @@ # `spotinst_oceancd_strategy` -Refer to the Terraform Registry for docs: [`spotinst_oceancd_strategy`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy). +Refer to the Terraform Registry for docs: [`spotinst_oceancd_strategy`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy). diff --git a/src/oceancd-strategy/index.ts b/src/oceancd-strategy/index.ts index a8547a67..5e2781d3 100644 --- a/src/oceancd-strategy/index.ts +++ b/src/oceancd-strategy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,32 +13,32 @@ import * as cdktf from 'cdktf'; export interface OceancdStrategyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#id OceancdStrategy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#id OceancdStrategy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#strategy_name OceancdStrategy#strategy_name} */ readonly strategyName: string; /** * canary block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#canary OceancdStrategy#canary} */ readonly canary?: OceancdStrategyCanary; /** * rolling block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#rolling OceancdStrategy#rolling} */ readonly rolling?: OceancdStrategyRolling; } export interface OceancdStrategyCanaryBackgroundVerification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names} */ readonly templateNames: string[]; } @@ -119,7 +119,7 @@ export class OceancdStrategyCanaryBackgroundVerificationOutputReference extends } export interface OceancdStrategyCanaryStepsPause { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration} */ readonly duration?: string; } @@ -203,15 +203,15 @@ export class OceancdStrategyCanaryStepsPauseOutputReference extends cdktf.Comple } export interface OceancdStrategyCanaryStepsSetCanaryScale { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match_traffic_weight OceancdStrategy#match_traffic_weight} */ readonly matchTrafficWeight?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#replicas OceancdStrategy#replicas} */ readonly replicas?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#weight OceancdStrategy#weight} */ readonly weight?: number; } @@ -353,15 +353,15 @@ export class OceancdStrategyCanaryStepsSetCanaryScaleOutputReference extends cdk } export interface OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#exact OceancdStrategy#exact} */ readonly exact?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#prefix OceancdStrategy#prefix} */ readonly prefix?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#regex OceancdStrategy#regex} */ readonly regex?: string; } @@ -503,13 +503,13 @@ export class OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValueOutputRefer } export interface OceancdStrategyCanaryStepsSetHeaderRouteMatch { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_name OceancdStrategy#header_name} */ readonly headerName: string; /** * header_value block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_value OceancdStrategy#header_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_value OceancdStrategy#header_value} */ readonly headerValue: OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue; } @@ -648,13 +648,13 @@ export class OceancdStrategyCanaryStepsSetHeaderRouteMatchList extends cdktf.Com } export interface OceancdStrategyCanaryStepsSetHeaderRoute { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#header_route_name OceancdStrategy#header_route_name} */ readonly headerRouteName: string; /** * match block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#match OceancdStrategy#match} */ readonly match: OceancdStrategyCanaryStepsSetHeaderRouteMatch[] | cdktf.IResolvable; } @@ -761,7 +761,7 @@ export class OceancdStrategyCanaryStepsSetHeaderRouteOutputReference extends cdk } export interface OceancdStrategyCanaryStepsVerification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names} */ readonly templateNames: string[]; } @@ -842,35 +842,35 @@ export class OceancdStrategyCanaryStepsVerificationOutputReference extends cdktf } export interface OceancdStrategyCanarySteps { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_weight OceancdStrategy#set_weight} */ readonly setWeight?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#step_name OceancdStrategy#step_name} */ readonly stepName?: string; /** * pause block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} */ readonly pause?: OceancdStrategyCanaryStepsPause; /** * set_canary_scale block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_canary_scale OceancdStrategy#set_canary_scale} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_canary_scale OceancdStrategy#set_canary_scale} */ readonly setCanaryScale?: OceancdStrategyCanaryStepsSetCanaryScale; /** * set_header_route block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#set_header_route OceancdStrategy#set_header_route} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#set_header_route OceancdStrategy#set_header_route} */ readonly setHeaderRoute?: OceancdStrategyCanaryStepsSetHeaderRoute; /** * verification block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} */ readonly verification?: OceancdStrategyCanaryStepsVerification; } @@ -1133,13 +1133,13 @@ export interface OceancdStrategyCanary { /** * background_verification block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#background_verification OceancdStrategy#background_verification} */ readonly backgroundVerification?: OceancdStrategyCanaryBackgroundVerification; /** * steps block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} */ readonly steps: OceancdStrategyCanarySteps[] | cdktf.IResolvable; } @@ -1249,7 +1249,7 @@ export class OceancdStrategyCanaryOutputReference extends cdktf.ComplexObject { } export interface OceancdStrategyRollingStepsPause { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#duration OceancdStrategy#duration} */ readonly duration?: string; } @@ -1333,7 +1333,7 @@ export class OceancdStrategyRollingStepsPauseOutputReference extends cdktf.Compl } export interface OceancdStrategyRollingStepsVerification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#template_names OceancdStrategy#template_names} */ readonly templateNames: string[]; } @@ -1414,19 +1414,19 @@ export class OceancdStrategyRollingStepsVerificationOutputReference extends cdkt } export interface OceancdStrategyRollingSteps { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps_name OceancdStrategy#steps_name} */ readonly stepsName?: string; /** * pause block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#pause OceancdStrategy#pause} */ readonly pause?: OceancdStrategyRollingStepsPause; /** * verification block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#verification OceancdStrategy#verification} */ readonly verification?: OceancdStrategyRollingStepsVerification; } @@ -1602,7 +1602,7 @@ export interface OceancdStrategyRolling { /** * steps block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#steps OceancdStrategy#steps} */ readonly steps: OceancdStrategyRollingSteps[] | cdktf.IResolvable; } @@ -1683,7 +1683,7 @@ export class OceancdStrategyRollingOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy} */ export class OceancdStrategy extends cdktf.TerraformResource { @@ -1699,7 +1699,7 @@ export class OceancdStrategy extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceancdStrategy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceancdStrategy to import - * @param importFromId The id of the existing OceancdStrategy that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceancdStrategy that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceancdStrategy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1711,7 +1711,7 @@ export class OceancdStrategy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_strategy spotinst_oceancd_strategy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1722,7 +1722,7 @@ export class OceancdStrategy extends cdktf.TerraformResource { terraformResourceType: 'spotinst_oceancd_strategy', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/oceancd-verification-provider/README.md b/src/oceancd-verification-provider/README.md index dbebcd0a..e2210c38 100644 --- a/src/oceancd-verification-provider/README.md +++ b/src/oceancd-verification-provider/README.md @@ -1,3 +1,3 @@ # `spotinst_oceancd_verification_provider` -Refer to the Terraform Registry for docs: [`spotinst_oceancd_verification_provider`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider). +Refer to the Terraform Registry for docs: [`spotinst_oceancd_verification_provider`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider). diff --git a/src/oceancd-verification-provider/index.ts b/src/oceancd-verification-provider/index.ts index 3b7e011c..7c9b9ec6 100644 --- a/src/oceancd-verification-provider/index.ts +++ b/src/oceancd-verification-provider/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,54 +13,54 @@ import * as cdktf from 'cdktf'; export interface OceancdVerificationProviderConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cluster_ids OceancdVerificationProvider#cluster_ids} */ readonly clusterIds: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#id OceancdVerificationProvider#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#name OceancdVerificationProvider#name} */ readonly name: string; /** * cloud_watch block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#cloud_watch OceancdVerificationProvider#cloud_watch} */ readonly cloudWatch?: OceancdVerificationProviderCloudWatch; /** * datadog block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#datadog OceancdVerificationProvider#datadog} */ readonly datadog?: OceancdVerificationProviderDatadog; /** * jenkins block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#jenkins OceancdVerificationProvider#jenkins} */ readonly jenkins?: OceancdVerificationProviderJenkins; /** * new_relic block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#new_relic OceancdVerificationProvider#new_relic} */ readonly newRelic?: OceancdVerificationProviderNewRelic; /** * prometheus block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#prometheus OceancdVerificationProvider#prometheus} */ readonly prometheus?: OceancdVerificationProviderPrometheus; } export interface OceancdVerificationProviderCloudWatch { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#iam_arn OceancdVerificationProvider#iam_arn} */ readonly iamArn: string; } @@ -141,15 +141,15 @@ export class OceancdVerificationProviderCloudWatchOutputReference extends cdktf. } export interface OceancdVerificationProviderDatadog { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address} */ readonly address: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_key OceancdVerificationProvider#api_key} */ readonly apiKey: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#app_key OceancdVerificationProvider#app_key} */ readonly appKey: string; } @@ -282,15 +282,15 @@ export class OceancdVerificationProviderDatadogOutputReference extends cdktf.Com } export interface OceancdVerificationProviderJenkins { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#api_token OceancdVerificationProvider#api_token} */ readonly apiToken: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url OceancdVerificationProvider#base_url} */ readonly baseUrl: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#username OceancdVerificationProvider#username} */ readonly username: string; } @@ -423,23 +423,23 @@ export class OceancdVerificationProviderJenkinsOutputReference extends cdktf.Com } export interface OceancdVerificationProviderNewRelic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#account_id OceancdVerificationProvider#account_id} */ readonly accountId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_nerd_graph OceancdVerificationProvider#base_url_nerd_graph} */ readonly baseUrlNerdGraph?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#base_url_rest OceancdVerificationProvider#base_url_rest} */ readonly baseUrlRest?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#personal_api_key OceancdVerificationProvider#personal_api_key} */ readonly personalApiKey: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#region OceancdVerificationProvider#region} */ readonly region?: string; } @@ -633,7 +633,7 @@ export class OceancdVerificationProviderNewRelicOutputReference extends cdktf.Co } export interface OceancdVerificationProviderPrometheus { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#address OceancdVerificationProvider#address} */ readonly address: string; } @@ -714,7 +714,7 @@ export class OceancdVerificationProviderPrometheusOutputReference extends cdktf. } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider} */ export class OceancdVerificationProvider extends cdktf.TerraformResource { @@ -730,7 +730,7 @@ export class OceancdVerificationProvider extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceancdVerificationProvider resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceancdVerificationProvider to import - * @param importFromId The id of the existing OceancdVerificationProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceancdVerificationProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceancdVerificationProvider to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -742,7 +742,7 @@ export class OceancdVerificationProvider extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_provider spotinst_oceancd_verification_provider} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -753,7 +753,7 @@ export class OceancdVerificationProvider extends cdktf.TerraformResource { terraformResourceType: 'spotinst_oceancd_verification_provider', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/oceancd-verification-template/README.md b/src/oceancd-verification-template/README.md index 9bfaa82d..2ad6fc56 100644 --- a/src/oceancd-verification-template/README.md +++ b/src/oceancd-verification-template/README.md @@ -1,3 +1,3 @@ # `spotinst_oceancd_verification_template` -Refer to the Terraform Registry for docs: [`spotinst_oceancd_verification_template`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template). +Refer to the Terraform Registry for docs: [`spotinst_oceancd_verification_template`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template). diff --git a/src/oceancd-verification-template/index.ts b/src/oceancd-verification-template/index.ts index db39b274..76071739 100644 --- a/src/oceancd-verification-template/index.ts +++ b/src/oceancd-verification-template/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,36 +13,36 @@ import * as cdktf from 'cdktf'; export interface OceancdVerificationTemplateConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name} */ readonly name: string; /** * args block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#args OceancdVerificationTemplate#args} */ readonly args?: OceancdVerificationTemplateArgs[] | cdktf.IResolvable; /** * metrics block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics OceancdVerificationTemplate#metrics} */ readonly metrics?: OceancdVerificationTemplateMetrics[] | cdktf.IResolvable; } export interface OceancdVerificationTemplateArgsValueFromSecretKeyRef { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#key OceancdVerificationTemplate#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#name OceancdVerificationTemplate#name} */ readonly name: string; } @@ -151,7 +151,7 @@ export interface OceancdVerificationTemplateArgsValueFrom { /** * secret_key_ref block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#secret_key_ref OceancdVerificationTemplate#secret_key_ref} */ readonly secretKeyRef?: OceancdVerificationTemplateArgsValueFromSecretKeyRef; } @@ -235,17 +235,17 @@ export class OceancdVerificationTemplateArgsValueFromOutputReference extends cdk } export interface OceancdVerificationTemplateArgs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#arg_name OceancdVerificationTemplate#arg_name} */ readonly argName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value OceancdVerificationTemplate#value} */ readonly value?: string; /** * value_from block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#value_from OceancdVerificationTemplate#value_from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#value_from OceancdVerificationTemplate#value_from} */ readonly valueFrom?: OceancdVerificationTemplateArgsValueFrom; } @@ -416,11 +416,11 @@ export class OceancdVerificationTemplateArgsList extends cdktf.ComplexList { } export interface OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query} */ readonly datadogQuery: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration} */ readonly duration?: string; } @@ -530,11 +530,11 @@ export class OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadogOu } export interface OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query} */ readonly newRelicQuery: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile} */ readonly profile?: string; } @@ -644,7 +644,7 @@ export class OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelicO } export interface OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query} */ readonly prometheusQuery: string; } @@ -727,19 +727,19 @@ export interface OceancdVerificationTemplateMetricsBaselineBaselineProvider { /** * datadog block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} */ readonly datadog?: OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog; /** * new_relic block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} */ readonly newRelic?: OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic; /** * prometheus block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} */ readonly prometheus?: OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus; } @@ -913,21 +913,21 @@ export class OceancdVerificationTemplateMetricsBaselineBaselineProviderList exte } export interface OceancdVerificationTemplateMetricsBaseline { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#max_range OceancdVerificationTemplate#max_range} */ readonly maxRange?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#min_range OceancdVerificationTemplate#min_range} */ readonly minRange?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#threshold OceancdVerificationTemplate#threshold} */ readonly threshold: string; /** * baseline_provider block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#baseline_provider OceancdVerificationTemplate#baseline_provider} */ readonly baselineProvider: OceancdVerificationTemplateMetricsBaselineBaselineProvider[] | cdktf.IResolvable; } @@ -1092,11 +1092,11 @@ export class OceancdVerificationTemplateMetricsBaselineOutputReference extends c } export interface OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_name OceancdVerificationTemplate#dimension_name} */ readonly dimensionName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimension_value OceancdVerificationTemplate#dimension_value} */ readonly dimensionValue: string; } @@ -1235,17 +1235,17 @@ export class OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueri } export interface OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_name OceancdVerificationTemplate#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#namespace OceancdVerificationTemplate#namespace} */ readonly namespace?: string; /** * dimensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dimensions OceancdVerificationTemplate#dimensions} */ readonly dimensions?: OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensions[] | cdktf.IResolvable; } @@ -1384,21 +1384,21 @@ export class OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueri } export interface OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_period OceancdVerificationTemplate#metric_period} */ readonly metricPeriod?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#stat OceancdVerificationTemplate#stat} */ readonly stat?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#unit OceancdVerificationTemplate#unit} */ readonly unit?: string; /** * metric block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric OceancdVerificationTemplate#metric} */ readonly metric?: OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric; } @@ -1569,32 +1569,32 @@ export class OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueri } export interface OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueries { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#expression OceancdVerificationTemplate#expression} */ readonly expression?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#id OceancdVerificationTemplate#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#label OceancdVerificationTemplate#label} */ readonly label?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#period OceancdVerificationTemplate#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#return_data OceancdVerificationTemplate#return_data} */ readonly returnData?: boolean | cdktf.IResolvable; /** * metric_stat block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_stat OceancdVerificationTemplate#metric_stat} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_stat OceancdVerificationTemplate#metric_stat} */ readonly metricStat?: OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat; } @@ -1852,13 +1852,13 @@ export class OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueri } export interface OceancdVerificationTemplateMetricsProviderCloudWatch { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration} */ readonly duration?: string; /** * metric_data_queries block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metric_data_queries OceancdVerificationTemplate#metric_data_queries} */ readonly metricDataQueries: OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueries[] | cdktf.IResolvable; } @@ -1968,11 +1968,11 @@ export class OceancdVerificationTemplateMetricsProviderCloudWatchOutputReference } export interface OceancdVerificationTemplateMetricsProviderDatadog { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog_query OceancdVerificationTemplate#datadog_query} */ readonly datadogQuery?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#duration OceancdVerificationTemplate#duration} */ readonly duration?: string; } @@ -2085,11 +2085,11 @@ export class OceancdVerificationTemplateMetricsProviderDatadogOutputReference ex } export interface OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_key OceancdVerificationTemplate#parameter_key} */ readonly parameterKey: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#parameter_value OceancdVerificationTemplate#parameter_value} */ readonly parameterValue: string; } @@ -2196,25 +2196,25 @@ export class OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParametersO } export interface OceancdVerificationTemplateMetricsProviderJenkins { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_interval OceancdVerificationTemplate#jenkins_interval} */ readonly jenkinsInterval: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#pipeline_name OceancdVerificationTemplate#pipeline_name} */ readonly pipelineName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout OceancdVerificationTemplate#timeout} */ readonly timeout: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#tls_verification OceancdVerificationTemplate#tls_verification} */ readonly tlsVerification?: boolean | cdktf.IResolvable; /** * jenkins_parameters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins_parameters OceancdVerificationTemplate#jenkins_parameters} */ readonly jenkinsParameters?: OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters; } @@ -2405,15 +2405,15 @@ export class OceancdVerificationTemplateMetricsProviderJenkinsOutputReference ex } export interface OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainers { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#command OceancdVerificationTemplate#command} */ readonly command: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#container_name OceancdVerificationTemplate#container_name} */ readonly containerName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#image OceancdVerificationTemplate#image} */ readonly image: string; } @@ -2578,13 +2578,13 @@ export class OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplat } export interface OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpec { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#restart_policy OceancdVerificationTemplate#restart_policy} */ readonly restartPolicy: string; /** * containers block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#containers OceancdVerificationTemplate#containers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#containers OceancdVerificationTemplate#containers} */ readonly containers: OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainers[] | cdktf.IResolvable; } @@ -2725,7 +2725,7 @@ export interface OceancdVerificationTemplateMetricsProviderJobSpecJobTemplate { /** * template_spec block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#template_spec OceancdVerificationTemplate#template_spec} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#template_spec OceancdVerificationTemplate#template_spec} */ readonly templateSpec: OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpec[] | cdktf.IResolvable; } @@ -2838,13 +2838,13 @@ export class OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateList ex } export interface OceancdVerificationTemplateMetricsProviderJobSpec { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#backoff_limit OceancdVerificationTemplate#backoff_limit} */ readonly backoffLimit?: number; /** * job_template block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#job_template OceancdVerificationTemplate#job_template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#job_template OceancdVerificationTemplate#job_template} */ readonly jobTemplate: OceancdVerificationTemplateMetricsProviderJobSpecJobTemplate[] | cdktf.IResolvable; } @@ -2988,7 +2988,7 @@ export interface OceancdVerificationTemplateMetricsProviderJob { /** * spec block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#spec OceancdVerificationTemplate#spec} */ readonly spec: OceancdVerificationTemplateMetricsProviderJobSpec[] | cdktf.IResolvable; } @@ -3069,11 +3069,11 @@ export class OceancdVerificationTemplateMetricsProviderJobOutputReference extend } export interface OceancdVerificationTemplateMetricsProviderNewRelic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic_query OceancdVerificationTemplate#new_relic_query} */ readonly newRelicQuery: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#profile OceancdVerificationTemplate#profile} */ readonly profile?: string; } @@ -3183,7 +3183,7 @@ export class OceancdVerificationTemplateMetricsProviderNewRelicOutputReference e } export interface OceancdVerificationTemplateMetricsProviderPrometheus { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus_query OceancdVerificationTemplate#prometheus_query} */ readonly prometheusQuery: string; } @@ -3264,11 +3264,11 @@ export class OceancdVerificationTemplateMetricsProviderPrometheusOutputReference } export interface OceancdVerificationTemplateMetricsProviderWebWebHeader { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_key OceancdVerificationTemplate#web_header_key} */ readonly webHeaderKey: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header_value OceancdVerificationTemplate#web_header_value} */ readonly webHeaderValue: string; } @@ -3407,33 +3407,33 @@ export class OceancdVerificationTemplateMetricsProviderWebWebHeaderList extends } export interface OceancdVerificationTemplateMetricsProviderWeb { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#body OceancdVerificationTemplate#body} */ readonly body?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#insecure OceancdVerificationTemplate#insecure} */ readonly insecure?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#json_path OceancdVerificationTemplate#json_path} */ readonly jsonPath?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#method OceancdVerificationTemplate#method} */ readonly method?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#timeout_seconds OceancdVerificationTemplate#timeout_seconds} */ readonly timeoutSeconds?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#url OceancdVerificationTemplate#url} */ readonly url: string; /** * web_header block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web_header OceancdVerificationTemplate#web_header} */ readonly webHeader?: OceancdVerificationTemplateMetricsProviderWebWebHeader[] | cdktf.IResolvable; } @@ -3690,43 +3690,43 @@ export interface OceancdVerificationTemplateMetricsProvider { /** * cloud_watch block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#cloud_watch OceancdVerificationTemplate#cloud_watch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#cloud_watch OceancdVerificationTemplate#cloud_watch} */ readonly cloudWatch?: OceancdVerificationTemplateMetricsProviderCloudWatch; /** * datadog block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#datadog OceancdVerificationTemplate#datadog} */ readonly datadog?: OceancdVerificationTemplateMetricsProviderDatadog; /** * jenkins block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#jenkins OceancdVerificationTemplate#jenkins} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#jenkins OceancdVerificationTemplate#jenkins} */ readonly jenkins?: OceancdVerificationTemplateMetricsProviderJenkins; /** * job block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#job OceancdVerificationTemplate#job} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#job OceancdVerificationTemplate#job} */ readonly job?: OceancdVerificationTemplateMetricsProviderJob; /** * new_relic block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#new_relic OceancdVerificationTemplate#new_relic} */ readonly newRelic?: OceancdVerificationTemplateMetricsProviderNewRelic; /** * prometheus block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#prometheus OceancdVerificationTemplate#prometheus} */ readonly prometheus?: OceancdVerificationTemplateMetricsProviderPrometheus; /** * web block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#web OceancdVerificationTemplate#web} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#web OceancdVerificationTemplate#web} */ readonly web?: OceancdVerificationTemplateMetricsProviderWeb; } @@ -4016,51 +4016,51 @@ export class OceancdVerificationTemplateMetricsProviderList extends cdktf.Comple } export interface OceancdVerificationTemplateMetrics { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#consecutive_error_limit OceancdVerificationTemplate#consecutive_error_limit} */ readonly consecutiveErrorLimit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#count OceancdVerificationTemplate#count} */ readonly count?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#dry_run OceancdVerificationTemplate#dry_run} */ readonly dryRun?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_condition OceancdVerificationTemplate#failure_condition} */ readonly failureCondition?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#failure_limit OceancdVerificationTemplate#failure_limit} */ readonly failureLimit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#initial_delay OceancdVerificationTemplate#initial_delay} */ readonly initialDelay?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#interval OceancdVerificationTemplate#interval} */ readonly interval?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#metrics_name OceancdVerificationTemplate#metrics_name} */ readonly metricsName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#success_condition OceancdVerificationTemplate#success_condition} */ readonly successCondition?: string; /** * baseline block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#baseline OceancdVerificationTemplate#baseline} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#baseline OceancdVerificationTemplate#baseline} */ readonly baseline?: OceancdVerificationTemplateMetricsBaseline; /** * provider block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#provider OceancdVerificationTemplate#provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#provider OceancdVerificationTemplate#provider} */ readonly provider: OceancdVerificationTemplateMetricsProvider[] | cdktf.IResolvable; } @@ -4460,7 +4460,7 @@ export class OceancdVerificationTemplateMetricsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template} */ export class OceancdVerificationTemplate extends cdktf.TerraformResource { @@ -4476,7 +4476,7 @@ export class OceancdVerificationTemplate extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceancdVerificationTemplate resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceancdVerificationTemplate to import - * @param importFromId The id of the existing OceancdVerificationTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceancdVerificationTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceancdVerificationTemplate to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -4488,7 +4488,7 @@ export class OceancdVerificationTemplate extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/oceancd_verification_template spotinst_oceancd_verification_template} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -4499,7 +4499,7 @@ export class OceancdVerificationTemplate extends cdktf.TerraformResource { terraformResourceType: 'spotinst_oceancd_verification_template', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/organization-policy/README.md b/src/organization-policy/README.md index 70c265e0..77e7c553 100644 --- a/src/organization-policy/README.md +++ b/src/organization-policy/README.md @@ -1,3 +1,3 @@ # `spotinst_organization_policy` -Refer to the Terraform Registry for docs: [`spotinst_organization_policy`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy). +Refer to the Terraform Registry for docs: [`spotinst_organization_policy`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy). diff --git a/src/organization-policy/index.ts b/src/organization-policy/index.ts index 7ec1306c..2bce2b25 100644 --- a/src/organization-policy/index.ts +++ b/src/organization-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,38 +13,38 @@ import * as cdktf from 'cdktf'; export interface OrganizationPolicyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#description OrganizationPolicy#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#description OrganizationPolicy#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#id OrganizationPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#id OrganizationPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#name OrganizationPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#name OrganizationPolicy#name} */ readonly name: string; /** * policy_content block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} */ readonly policyContent: OrganizationPolicyPolicyContent[] | cdktf.IResolvable; } export interface OrganizationPolicyPolicyContentStatements { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#actions OrganizationPolicy#actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#actions OrganizationPolicy#actions} */ readonly actions: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#effect OrganizationPolicy#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#effect OrganizationPolicy#effect} */ readonly effect: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#resources OrganizationPolicy#resources} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#resources OrganizationPolicy#resources} */ readonly resources: string[]; } @@ -211,7 +211,7 @@ export interface OrganizationPolicyPolicyContent { /** * statements block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} */ readonly statements: OrganizationPolicyPolicyContentStatements[] | cdktf.IResolvable; } @@ -324,7 +324,7 @@ export class OrganizationPolicyPolicyContentList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy spotinst_organization_policy} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy spotinst_organization_policy} */ export class OrganizationPolicy extends cdktf.TerraformResource { @@ -340,7 +340,7 @@ export class OrganizationPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OrganizationPolicy to import - * @param importFromId The id of the existing OrganizationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -352,7 +352,7 @@ export class OrganizationPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_policy spotinst_organization_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_policy spotinst_organization_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -363,7 +363,7 @@ export class OrganizationPolicy extends cdktf.TerraformResource { terraformResourceType: 'spotinst_organization_policy', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/organization-programmatic-user/README.md b/src/organization-programmatic-user/README.md index 7f2293bc..b2c98690 100644 --- a/src/organization-programmatic-user/README.md +++ b/src/organization-programmatic-user/README.md @@ -1,3 +1,3 @@ # `spotinst_organization_programmatic_user` -Refer to the Terraform Registry for docs: [`spotinst_organization_programmatic_user`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user). +Refer to the Terraform Registry for docs: [`spotinst_organization_programmatic_user`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user). diff --git a/src/organization-programmatic-user/index.ts b/src/organization-programmatic-user/index.ts index 613a716e..05fcb864 100644 --- a/src/organization-programmatic-user/index.ts +++ b/src/organization-programmatic-user/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,44 +13,44 @@ import * as cdktf from 'cdktf'; export interface OrganizationProgrammaticUserConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids} */ readonly userGroupIds?: string[]; /** * accounts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} */ readonly accounts?: OrganizationProgrammaticUserAccounts[] | cdktf.IResolvable; /** * policies block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} */ readonly policies?: OrganizationProgrammaticUserPolicies[] | cdktf.IResolvable; } export interface OrganizationProgrammaticUserAccounts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id} */ readonly accountId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role} */ readonly accountRole: string; } @@ -189,11 +189,11 @@ export class OrganizationProgrammaticUserAccountsList extends cdktf.ComplexList } export interface OrganizationProgrammaticUserPolicies { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids} */ readonly policyAccountIds?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id} */ readonly policyId: string; } @@ -335,7 +335,7 @@ export class OrganizationProgrammaticUserPoliciesList extends cdktf.ComplexList } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user} */ export class OrganizationProgrammaticUser extends cdktf.TerraformResource { @@ -351,7 +351,7 @@ export class OrganizationProgrammaticUser extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationProgrammaticUser resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OrganizationProgrammaticUser to import - * @param importFromId The id of the existing OrganizationProgrammaticUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationProgrammaticUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationProgrammaticUser to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -363,7 +363,7 @@ export class OrganizationProgrammaticUser extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -374,7 +374,7 @@ export class OrganizationProgrammaticUser extends cdktf.TerraformResource { terraformResourceType: 'spotinst_organization_programmatic_user', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/organization-user-group/README.md b/src/organization-user-group/README.md index 8a2afdd5..ea8a0c9d 100644 --- a/src/organization-user-group/README.md +++ b/src/organization-user-group/README.md @@ -1,3 +1,3 @@ # `spotinst_organization_user_group` -Refer to the Terraform Registry for docs: [`spotinst_organization_user_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group). +Refer to the Terraform Registry for docs: [`spotinst_organization_user_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group). diff --git a/src/organization-user-group/index.ts b/src/organization-user-group/index.ts index 2da3b7c1..9c2d82ee 100644 --- a/src/organization-user-group/index.ts +++ b/src/organization-user-group/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,38 +13,38 @@ import * as cdktf from 'cdktf'; export interface OrganizationUserGroupConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#description OrganizationUserGroup#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#description OrganizationUserGroup#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#id OrganizationUserGroup#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#id OrganizationUserGroup#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#name OrganizationUserGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#name OrganizationUserGroup#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids} */ readonly userIds?: string[]; /** * policies block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} */ readonly policies?: OrganizationUserGroupPolicies[] | cdktf.IResolvable; } export interface OrganizationUserGroupPolicies { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids} */ readonly accountIds: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id} */ readonly policyId: string; } @@ -183,7 +183,7 @@ export class OrganizationUserGroupPoliciesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group spotinst_organization_user_group} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group spotinst_organization_user_group} */ export class OrganizationUserGroup extends cdktf.TerraformResource { @@ -199,7 +199,7 @@ export class OrganizationUserGroup extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationUserGroup resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OrganizationUserGroup to import - * @param importFromId The id of the existing OrganizationUserGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationUserGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationUserGroup to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -211,7 +211,7 @@ export class OrganizationUserGroup extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user_group spotinst_organization_user_group} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user_group spotinst_organization_user_group} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -222,7 +222,7 @@ export class OrganizationUserGroup extends cdktf.TerraformResource { terraformResourceType: 'spotinst_organization_user_group', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/organization-user/README.md b/src/organization-user/README.md index 5ed693d2..936bed46 100644 --- a/src/organization-user/README.md +++ b/src/organization-user/README.md @@ -1,3 +1,3 @@ # `spotinst_organization_user` -Refer to the Terraform Registry for docs: [`spotinst_organization_user`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user). +Refer to the Terraform Registry for docs: [`spotinst_organization_user`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user). diff --git a/src/organization-user/index.ts b/src/organization-user/index.ts index f849a828..b7f6b78d 100644 --- a/src/organization-user/index.ts +++ b/src/organization-user/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,50 +13,50 @@ import * as cdktf from 'cdktf'; export interface OrganizationUserConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#email OrganizationUser#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#email OrganizationUser#email} */ readonly email: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#first_name OrganizationUser#first_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#first_name OrganizationUser#first_name} */ readonly firstName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#id OrganizationUser#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#id OrganizationUser#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#last_name OrganizationUser#last_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#last_name OrganizationUser#last_name} */ readonly lastName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#password OrganizationUser#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#password OrganizationUser#password} */ readonly password?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#role OrganizationUser#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#role OrganizationUser#role} */ readonly role?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids} */ readonly userGroupIds?: string[]; /** * policies block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policies OrganizationUser#policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policies OrganizationUser#policies} */ readonly policies?: OrganizationUserPolicies[] | cdktf.IResolvable; } export interface OrganizationUserPolicies { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids} */ readonly policyAccountIds: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id} */ readonly policyId: string; } @@ -195,7 +195,7 @@ export class OrganizationUserPoliciesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user spotinst_organization_user} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user spotinst_organization_user} */ export class OrganizationUser extends cdktf.TerraformResource { @@ -211,7 +211,7 @@ export class OrganizationUser extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationUser resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OrganizationUser to import - * @param importFromId The id of the existing OrganizationUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationUser to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -223,7 +223,7 @@ export class OrganizationUser extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/organization_user spotinst_organization_user} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/organization_user spotinst_organization_user} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -234,7 +234,7 @@ export class OrganizationUser extends cdktf.TerraformResource { terraformResourceType: 'spotinst_organization_user', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/provider/README.md b/src/provider/README.md index 271a0da3..406da976 100644 --- a/src/provider/README.md +++ b/src/provider/README.md @@ -1,3 +1,3 @@ # `provider` -Refer to the Terraform Registry for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs). +Refer to the Terraform Registry for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs). diff --git a/src/provider/index.ts b/src/provider/index.ts index cb672df5..e9593f81 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,37 +15,37 @@ export interface SpotinstProviderConfig { /** * Spotinst Account ID * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#account SpotinstProvider#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#account SpotinstProvider#account} */ readonly account?: string; /** * Enable or disable the Spotinst provider * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#enabled SpotinstProvider#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#enabled SpotinstProvider#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * Spotinst SDK Feature Flags * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#feature_flags SpotinstProvider#feature_flags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#feature_flags SpotinstProvider#feature_flags} */ readonly featureFlags?: string; /** * Spotinst Personal API Access Token * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#token SpotinstProvider#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#token SpotinstProvider#token} */ readonly token?: string; /** * Alias name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#alias SpotinstProvider#alias} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#alias SpotinstProvider#alias} */ readonly alias?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs spotinst} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs spotinst} */ export class SpotinstProvider extends cdktf.TerraformProvider { @@ -61,7 +61,7 @@ export class SpotinstProvider extends cdktf.TerraformProvider { * Generates CDKTF code for importing a SpotinstProvider resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SpotinstProvider to import - * @param importFromId The id of the existing SpotinstProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SpotinstProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SpotinstProvider to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -73,7 +73,7 @@ export class SpotinstProvider extends cdktf.TerraformProvider { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs spotinst} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs spotinst} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -84,7 +84,7 @@ export class SpotinstProvider extends cdktf.TerraformProvider { terraformResourceType: 'spotinst', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, terraformProviderSource: 'spotinst/spotinst' diff --git a/src/stateful-node-azure/README.md b/src/stateful-node-azure/README.md index 23771885..6f875972 100644 --- a/src/stateful-node-azure/README.md +++ b/src/stateful-node-azure/README.md @@ -1,3 +1,3 @@ # `spotinst_stateful_node_azure` -Refer to the Terraform Registry for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure). +Refer to the Terraform Registry for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure). diff --git a/src/stateful-node-azure/index.ts b/src/stateful-node-azure/index.ts index c5d4a096..aa027eba 100644 --- a/src/stateful-node-azure/index.ts +++ b/src/stateful-node-azure/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,250 +13,250 @@ import * as cdktf from 'cdktf'; export interface StatefulNodeAzureConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data} */ readonly customData?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode} */ readonly dataDisksPersistenceMode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type} */ readonly licenseType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os} */ readonly os: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode} */ readonly osDiskPersistenceMode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone} */ readonly preferredZone?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region} */ readonly region: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} */ readonly resourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks} */ readonly shouldPersistDataDisks: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network} */ readonly shouldPersistNetwork: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk} */ readonly shouldPersistOsDisk: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm} */ readonly shouldPersistVm?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script} */ readonly shutdownScript?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data} */ readonly userData?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name} */ readonly vmName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix} */ readonly vmNamePrefix?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones} */ readonly zones?: string[]; /** * attach_data_disk block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} */ readonly attachDataDisk?: StatefulNodeAzureAttachDataDisk[] | cdktf.IResolvable; /** * boot_diagnostics block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} */ readonly bootDiagnostics?: StatefulNodeAzureBootDiagnostics[] | cdktf.IResolvable; /** * data_disk block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} */ readonly dataDisk?: StatefulNodeAzureDataDisk[] | cdktf.IResolvable; /** * delete block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} */ readonly delete?: StatefulNodeAzureDelete[] | cdktf.IResolvable; /** * detach_data_disk block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} */ readonly detachDataDisk?: StatefulNodeAzureDetachDataDisk[] | cdktf.IResolvable; /** * extension block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} */ readonly extension?: StatefulNodeAzureExtension[] | cdktf.IResolvable; /** * health block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} */ readonly health?: StatefulNodeAzureHealth; /** * image block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} */ readonly image?: StatefulNodeAzureImage; /** * import_vm block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} */ readonly importVm?: StatefulNodeAzureImportVm[] | cdktf.IResolvable; /** * load_balancer block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} */ readonly loadBalancer?: StatefulNodeAzureLoadBalancer[] | cdktf.IResolvable; /** * login block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} */ readonly login?: StatefulNodeAzureLogin; /** * managed_service_identities block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} */ readonly managedServiceIdentities?: StatefulNodeAzureManagedServiceIdentities[] | cdktf.IResolvable; /** * network block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} */ readonly network?: StatefulNodeAzureNetwork; /** * os_disk block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} */ readonly osDisk?: StatefulNodeAzureOsDisk; /** * proximity_placement_groups block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} */ readonly proximityPlacementGroups?: StatefulNodeAzureProximityPlacementGroups[] | cdktf.IResolvable; /** * scheduling_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} */ readonly schedulingTask?: StatefulNodeAzureSchedulingTask[] | cdktf.IResolvable; /** * secret block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} */ readonly secret?: StatefulNodeAzureSecret[] | cdktf.IResolvable; /** * security block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} */ readonly security?: StatefulNodeAzureSecurity; /** * signal block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} */ readonly signal?: StatefulNodeAzureSignal[] | cdktf.IResolvable; /** * strategy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} */ readonly strategy: StatefulNodeAzureStrategy; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} */ readonly tag?: StatefulNodeAzureTag[] | cdktf.IResolvable; /** * update_state block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} */ readonly updateState?: StatefulNodeAzureUpdateState[] | cdktf.IResolvable; /** * vm_sizes block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_sizes StatefulNodeAzure#vm_sizes} */ readonly vmSizes: StatefulNodeAzureVmSizes; } export interface StatefulNodeAzureAttachDataDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name} */ readonly dataDiskName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name} */ readonly dataDiskResourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun} */ readonly lun?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb} */ readonly sizeGb: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type} */ readonly storageAccountType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone} */ readonly zone?: string; } @@ -505,15 +505,15 @@ export class StatefulNodeAzureAttachDataDiskList extends cdktf.ComplexList { } export interface StatefulNodeAzureBootDiagnostics { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url} */ readonly storageUrl?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type?: string; } @@ -687,15 +687,15 @@ export class StatefulNodeAzureBootDiagnosticsList extends cdktf.ComplexList { } export interface StatefulNodeAzureDataDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun} */ readonly lun: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb} */ readonly sizeGb: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -860,43 +860,43 @@ export class StatefulNodeAzureDataDiskList extends cdktf.ComplexList { } export interface StatefulNodeAzureDelete { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate} */ readonly diskShouldDeallocate: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours} */ readonly diskTtlInHours?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate} */ readonly networkShouldDeallocate: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours} */ readonly networkTtlInHours?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate} */ readonly publicIpShouldDeallocate: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours} */ readonly publicIpTtlInHours?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deregister_from_lb StatefulNodeAzure#should_deregister_from_lb} */ readonly shouldDeregisterFromLb?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm} */ readonly shouldTerminateVm: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate} */ readonly snapshotShouldDeallocate: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours} */ readonly snapshotTtlInHours?: number; } @@ -1258,19 +1258,19 @@ export class StatefulNodeAzureDeleteList extends cdktf.ComplexList { } export interface StatefulNodeAzureDetachDataDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name} */ readonly dataDiskName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name} */ readonly dataDiskResourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate} */ readonly shouldDeallocate: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours} */ readonly ttlInHours?: number; } @@ -1464,31 +1464,31 @@ export class StatefulNodeAzureDetachDataDiskList extends cdktf.ComplexList { } export interface StatefulNodeAzureExtension { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version} */ readonly apiVersion: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade} */ readonly minorVersionAutoUpgrade: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings} */ readonly protectedSettings?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings} */ readonly publicSettings?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher} */ readonly publisher: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -1763,19 +1763,19 @@ export class StatefulNodeAzureExtensionList extends cdktf.ComplexList { } export interface StatefulNodeAzureHealth { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing} */ readonly autoHealing: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period} */ readonly gracePeriod?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types} */ readonly healthCheckTypes: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration} */ readonly unhealthyDuration?: number; } @@ -1940,11 +1940,11 @@ export class StatefulNodeAzureHealthOutputReference extends cdktf.ComplexObject } export interface StatefulNodeAzureImageCustomImage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name} */ readonly customImageResourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} */ readonly name: string; } @@ -2083,23 +2083,23 @@ export class StatefulNodeAzureImageCustomImageList extends cdktf.ComplexList { } export interface StatefulNodeAzureImageGallery { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name} */ readonly galleryName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name} */ readonly galleryResourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name} */ readonly imageName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_account_id StatefulNodeAzure#spot_account_id} */ readonly spotAccountId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name} */ readonly versionName: string; } @@ -2319,19 +2319,19 @@ export class StatefulNodeAzureImageGalleryList extends cdktf.ComplexList { } export interface StatefulNodeAzureImageMarketplaceImage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer} */ readonly offer: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher} */ readonly publisher: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku} */ readonly sku: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version} */ readonly version: string; } @@ -2524,19 +2524,19 @@ export interface StatefulNodeAzureImage { /** * custom_image block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} */ readonly customImage?: StatefulNodeAzureImageCustomImage[] | cdktf.IResolvable; /** * gallery block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} */ readonly gallery?: StatefulNodeAzureImageGallery[] | cdktf.IResolvable; /** * marketplace_image block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} */ readonly marketplaceImage?: StatefulNodeAzureImageMarketplaceImage[] | cdktf.IResolvable; } @@ -2678,19 +2678,19 @@ export class StatefulNodeAzureImageOutputReference extends cdktf.ComplexObject { } export interface StatefulNodeAzureImportVm { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout} */ readonly drainingTimeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name} */ readonly originalVmName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} */ readonly resourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time} */ readonly resourcesRetentionTime?: number; } @@ -2887,23 +2887,23 @@ export class StatefulNodeAzureImportVmList extends cdktf.ComplexList { } export interface StatefulNodeAzureLoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names} */ readonly backendPoolNames: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} */ readonly resourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku} */ readonly sku?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -3123,15 +3123,15 @@ export class StatefulNodeAzureLoadBalancerList extends cdktf.ComplexList { } export interface StatefulNodeAzureLogin { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password} */ readonly password?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key} */ readonly sshPublicKey?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name} */ readonly userName: string; } @@ -3270,11 +3270,11 @@ export class StatefulNodeAzureLoginOutputReference extends cdktf.ComplexObject { } export interface StatefulNodeAzureManagedServiceIdentities { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} */ readonly resourceGroupName: string; } @@ -3413,11 +3413,11 @@ export class StatefulNodeAzureManagedServiceIdentitiesList extends cdktf.Complex } export interface StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version} */ readonly privateIpAddressVersion: string; } @@ -3556,11 +3556,11 @@ export class StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsL } export interface StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} */ readonly networkResourceGroupName: string; } @@ -3699,11 +3699,11 @@ export class StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsLi } export interface StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} */ readonly networkResourceGroupName?: string; } @@ -3848,11 +3848,11 @@ export class StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList ex } export interface StatefulNodeAzureNetworkNetworkInterfacePublicIps { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} */ readonly networkResourceGroupName: string; } @@ -3991,51 +3991,51 @@ export class StatefulNodeAzureNetworkNetworkInterfacePublicIpsList extends cdktf } export interface StatefulNodeAzureNetworkNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip} */ readonly assignPublicIp?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding} */ readonly enableIpForwarding?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary} */ readonly isPrimary: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses} */ readonly privateIpAddresses?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku} */ readonly publicIpSku?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name} */ readonly subnetName: string; /** * additional_ip_configurations block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} */ readonly additionalIpConfigurations?: StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations[] | cdktf.IResolvable; /** * application_security_groups block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} */ readonly applicationSecurityGroups?: StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups[] | cdktf.IResolvable; /** * network_security_group block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} */ readonly networkSecurityGroup?: StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup[] | cdktf.IResolvable; /** * public_ips block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} */ readonly publicIps?: StatefulNodeAzureNetworkNetworkInterfacePublicIps[] | cdktf.IResolvable; } @@ -4406,17 +4406,17 @@ export class StatefulNodeAzureNetworkNetworkInterfaceList extends cdktf.ComplexL } export interface StatefulNodeAzureNetwork { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} */ readonly networkResourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name} */ readonly virtualNetworkName: string; /** * network_interface block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} */ readonly networkInterface: StatefulNodeAzureNetworkNetworkInterface[] | cdktf.IResolvable; } @@ -4549,15 +4549,15 @@ export class StatefulNodeAzureNetworkOutputReference extends cdktf.ComplexObject } export interface StatefulNodeAzureOsDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching} */ readonly caching?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb} */ readonly sizeGb?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -4696,11 +4696,11 @@ export class StatefulNodeAzureOsDiskOutputReference extends cdktf.ComplexObject } export interface StatefulNodeAzureProximityPlacementGroups { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} */ readonly resourceGroupName: string; } @@ -4839,15 +4839,15 @@ export class StatefulNodeAzureProximityPlacementGroupsList extends cdktf.Complex } export interface StatefulNodeAzureSchedulingTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression} */ readonly cronExpression: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled} */ readonly isEnabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -5012,11 +5012,11 @@ export class StatefulNodeAzureSchedulingTaskList extends cdktf.ComplexList { } export interface StatefulNodeAzureSecretSourceVault { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} */ readonly resourceGroupName: string; } @@ -5155,11 +5155,11 @@ export class StatefulNodeAzureSecretSourceVaultList extends cdktf.ComplexList { } export interface StatefulNodeAzureSecretVaultCertificates { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store} */ readonly certificateStore?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url} */ readonly certificateUrl?: string; } @@ -5306,13 +5306,13 @@ export interface StatefulNodeAzureSecret { /** * source_vault block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} */ readonly sourceVault: StatefulNodeAzureSecretSourceVault[] | cdktf.IResolvable; /** * vault_certificates block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} */ readonly vaultCertificates: StatefulNodeAzureSecretVaultCertificates[] | cdktf.IResolvable; } @@ -5451,23 +5451,23 @@ export class StatefulNodeAzureSecretList extends cdktf.ComplexList { } export interface StatefulNodeAzureSecurity { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#confidential_os_disk_encryption StatefulNodeAzure#confidential_os_disk_encryption} */ readonly confidentialOsDiskEncryption?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#encryption_at_host StatefulNodeAzure#encryption_at_host} */ readonly encryptionAtHost?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled} */ readonly secureBootEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type} */ readonly securityType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled} */ readonly vtpmEnabled?: boolean | cdktf.IResolvable; } @@ -5667,11 +5667,11 @@ export class StatefulNodeAzureSecurityOutputReference extends cdktf.ComplexObjec } export interface StatefulNodeAzureSignal { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout} */ readonly timeout: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -5810,15 +5810,15 @@ export class StatefulNodeAzureSignalList extends cdktf.ComplexList { } export interface StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name} */ readonly crgName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name} */ readonly crgResourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize} */ readonly crgShouldPrioritize?: boolean | cdktf.IResolvable; } @@ -5986,17 +5986,17 @@ export class StatefulNodeAzureStrategyCapacityReservationCapacityReservationGrou } export interface StatefulNodeAzureStrategyCapacityReservation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize} */ readonly shouldUtilize: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy} */ readonly utilizationStrategy: string; /** * capacity_reservation_groups block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} */ readonly capacityReservationGroups?: StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups[] | cdktf.IResolvable; } @@ -6164,7 +6164,7 @@ export class StatefulNodeAzureStrategyCapacityReservationList extends cdktf.Comp } export interface StatefulNodeAzureStrategyRevertToSpot { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at} */ readonly performAt: string; } @@ -6245,43 +6245,43 @@ export class StatefulNodeAzureStrategyRevertToSpotOutputReference extends cdktf. } export interface StatefulNodeAzureStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost} */ readonly availabilityVsCost?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout} */ readonly drainingTimeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand} */ readonly fallbackToOnDemand: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows} */ readonly odWindows?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows} */ readonly optimizationWindows?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle} */ readonly preferredLifeCycle?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#vm_admins StatefulNodeAzure#vm_admins} */ readonly vmAdmins?: string[]; /** * capacity_reservation block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} */ readonly capacityReservation?: StatefulNodeAzureStrategyCapacityReservation[] | cdktf.IResolvable; /** * revert_to_spot block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} */ readonly revertToSpot?: StatefulNodeAzureStrategyRevertToSpot; } @@ -6594,11 +6594,11 @@ export class StatefulNodeAzureStrategyOutputReference extends cdktf.ComplexObjec } export interface StatefulNodeAzureTag { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key} */ readonly tagKey: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value} */ readonly tagValue?: string; } @@ -6740,7 +6740,7 @@ export class StatefulNodeAzureTagList extends cdktf.ComplexList { } export interface StatefulNodeAzureUpdateState { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state} */ readonly state: string; } @@ -6853,27 +6853,27 @@ export class StatefulNodeAzureUpdateStateList extends cdktf.ComplexList { } export interface StatefulNodeAzureVmSizesSpotSizeAttributes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_cpu StatefulNodeAzure#max_cpu} */ readonly maxCpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_memory StatefulNodeAzure#max_memory} */ readonly maxMemory?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#max_storage StatefulNodeAzure#max_storage} */ readonly maxStorage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_cpu StatefulNodeAzure#min_cpu} */ readonly minCpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_memory StatefulNodeAzure#min_memory} */ readonly minMemory?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#min_storage StatefulNodeAzure#min_storage} */ readonly minStorage?: number; } @@ -7102,25 +7102,25 @@ export class StatefulNodeAzureVmSizesSpotSizeAttributesOutputReference extends c } export interface StatefulNodeAzureVmSizes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#excluded_vm_sizes StatefulNodeAzure#excluded_vm_sizes} */ readonly excludedVmSizes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes} */ readonly odSizes: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes} */ readonly preferredSpotSizes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes} */ readonly spotSizes?: string[]; /** * spot_size_attributes block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#spot_size_attributes StatefulNodeAzure#spot_size_attributes} */ readonly spotSizeAttributes?: StatefulNodeAzureVmSizesSpotSizeAttributes; } @@ -7317,7 +7317,7 @@ export class StatefulNodeAzureVmSizesOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure} */ export class StatefulNodeAzure extends cdktf.TerraformResource { @@ -7333,7 +7333,7 @@ export class StatefulNodeAzure extends cdktf.TerraformResource { * Generates CDKTF code for importing a StatefulNodeAzure resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the StatefulNodeAzure to import - * @param importFromId The id of the existing StatefulNodeAzure that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing StatefulNodeAzure that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the StatefulNodeAzure to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -7345,7 +7345,7 @@ export class StatefulNodeAzure extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -7356,7 +7356,7 @@ export class StatefulNodeAzure extends cdktf.TerraformResource { terraformResourceType: 'spotinst_stateful_node_azure', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/subscription/README.md b/src/subscription/README.md index 13c225a6..2beecf52 100644 --- a/src/subscription/README.md +++ b/src/subscription/README.md @@ -1,3 +1,3 @@ # `spotinst_subscription` -Refer to the Terraform Registry for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription). +Refer to the Terraform Registry for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription). diff --git a/src/subscription/index.ts b/src/subscription/index.ts index 02c93567..b366190e 100644 --- a/src/subscription/index.ts +++ b/src/subscription/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription +// https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,36 +13,36 @@ import * as cdktf from 'cdktf'; export interface SubscriptionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#endpoint Subscription#endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#endpoint Subscription#endpoint} */ readonly endpoint: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#event_type Subscription#event_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#event_type Subscription#event_type} */ readonly eventType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#format Subscription#format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#format Subscription#format} */ readonly format?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#id Subscription#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#id Subscription#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#protocol Subscription#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#protocol Subscription#protocol} */ readonly protocol: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#resource_id Subscription#resource_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#resource_id Subscription#resource_id} */ readonly resourceId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription spotinst_subscription} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription spotinst_subscription} */ export class Subscription extends cdktf.TerraformResource { @@ -58,7 +58,7 @@ export class Subscription extends cdktf.TerraformResource { * Generates CDKTF code for importing a Subscription resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Subscription to import - * @param importFromId The id of the existing Subscription that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Subscription that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Subscription to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -70,7 +70,7 @@ export class Subscription extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.200.0/docs/resources/subscription spotinst_subscription} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.201.0/docs/resources/subscription spotinst_subscription} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -81,7 +81,7 @@ export class Subscription extends cdktf.TerraformResource { terraformResourceType: 'spotinst_subscription', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.200.0', + providerVersion: '1.201.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/version.json b/src/version.json index 88417464..d6c68ee4 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "registry.terraform.io/spotinst/spotinst": "1.200.0" + "registry.terraform.io/spotinst/spotinst": "1.201.0" }